SQL Server Dependencies

前端 未结 8 1671
说谎
说谎 2020-11-28 10:00

Is there an easy way to chase down table/stored procedure/function dependencies in SQL Server 2005+? I\'ve inherited a giant application with lots of tables and even more s

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 10:48

    Red Gate has a pretty useful tool called SQL Dependency Tracker. We've successfully used it for the type of results you're wishing to obtain.

提交回复
热议问题