What is the sp_depends stored procedure?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the sp_depends stored procedure?
Rating:
The sp_depends stored procedure is used to retrieve information about the dependencies of database objects. It gives information about stored procedures, triggers, or views that depend on a table or view. The information helps to change the property of a table. If a property of a table is changed, all its dependencies should also be modified so that they can work with the table.
Rating:
Was this information helpful?
Other articles
- What is Replication Monitor?
- What is the sp_add_agent_profile stored procedure?
- What is file restore?
- What is delegation?
- What is self-mapping?