SQL Dependency How-to Topics

The topics in this section describe how to view dependencies on SQL entities by using SQL Server Management Studio. SQL dependencies are the by-name references in SQL expressions that make one entity dependent on another entity. For example, views and stored procedures depend upon the existence of tables that contain the data returned by the view or procedure.