/* ------------------------------------------------------------------------------- Gets the list of Procedures, Functions and User tables and shows their dependants. Created By: Anita Kennedy Date: 24 April 2013 I wrote this to help me document a database's dependencies: You could change the object types to just include stored procedures or just tables as needed.*/--------------------------------------------------------------------------------DECLARE @procName VARCHAR(255) , @typeDesc VARCH
↧