pfernandez-851320
SSC Veteran
Points: 222
More actions
August 15, 2008 at 1:34 pm
#75283
Hello,
I have seen WITH SCHEMA BINDING ina book I am reading on SQL server.
Could anyone explain the significance of it and when/why I should use it
Thanks
Phil
Richard Fryar
Hall of Fame
Points: 3457
August 16, 2008 at 5:19 pm
#859135
I presume you are reading about functions.
The WITH SCHEMABINDING clause prevents the object(s) referenced by the function from being altered or dropped.
This can also be used with the CREATE VIEW statement, and has the same effect. It is required for indexed views.
Check Your SQL Servers Quickly and Easilywww.sqlcopilot.com
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply