Objects Dependency | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Objects Dependency

Hi, I am using sp_depends to find out the table dependency but whenever i am executing sp_depends against table i am getting only SP & View name but would to include foreign key reference or any other reference. Is there is way to get from another SP.
Thanks and Regards
Ravi K
sp_help ‘table name’
sp_helpconstraint ‘table name’
sp_pkeys ‘tablename’
sp_fkeys ‘tablename’
Madhivanan Failing to plan is Planning to fail
]]>