102 Views
SCHEMABINDING is an option that can be applied to Views or Functions. When used, it forces SQL Server to create dependencies between any objects referenced within the View or Function, to the View or Function itself. What this means is that the referenced objects cannot have their definitions altered...
0 comments