Pages

Friday, June 12, 2009

How to Find out the dependencies using SQL Server Management Studio

Today I would like to give you simple tip to find out all the dependencies on a table using SQL Server Management Studio.
>>>> Open and Login into SQL Server Management Studio (SSMS)>>>> Choose the database in the Object Explorer
>>>> Expand the Tables section
>>>> Right Click on the Table Name and Click on View Dependencies.





I have only two objects which depends on this table.

No comments: