SQL: Find all table and stored procedure dependencies


/ Published in: SQL
Save to your folder(s)

In Microsoft SQL Server Management Studio, the below code will save a file to your computer that shows all of the functions and stored procedures linked to the bi_settlement table.


Copy this code and paste it in your HTML
  1. sp_depends bi_settlement

Report this snippet


Comments


You need to login to view comments.