Wednesday 11 March 2015

Identify store procedure which reference to a table

To identify table, trigger, view reference to a table, execute this
sp_depends 'My_Table'  -- My_Tableis the table name

1 comment: