Quantcast
Viewing all articles
Browse latest Browse all 12198

Object Dependencies script - great for documenting your database.

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

Viewing all articles
Browse latest Browse all 12198

Trending Articles