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.Hope it helps./* -------------------------------------------------------------------------------Gets the list of Procedures, Functions and User tables and shows theirdependants.Created By:Anita KennedyDate:24 April 2013*/--------------------------------------------------------------------------------DECLARE @procName VARCHAR(255), @typeDesc VA
↧