April 2001
Beginner
792 pages
17h 51m
English
You can prevent changes on the dependent objects of a user-defined function by using the SCHEMABINDING option. Using this option, you cannot modify the definition of the dependent objects using any of the ALTER statements, and you cannot drop dependent objects using any of the DROP statements. This link disappears when the function is dropped or when you alter the function definition without using the SCHEMABINDING option.
To use this option, you must ensure that the following conditions are met:
Every function and view referenced in the function must be defined as SCHEMABINDING as well.
Every object referenced in the function must be referenced using two-part names (owner.objectname ...
Read now
Unlock full access