In order for us to be able to create an indexed view, we need to create that view with SCHEMABINDING specified. What exactly does SCHEMABINDING mean? Here is the definition from MSDN: SCHEMABINDING Binds the view to the schema of the underlying table...