join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Listing SQL Server Object Dependencies - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Listing SQL Server Object Dependencies

Last post 09-17-2008 8:31 PM by jacobsebastian. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 07-26-2007 12:00 AM

    Listing SQL Server Object Dependencies

    This post is related to this tip: Listing SQL Server Object Dependencies

    http://www.mssqltips.com/tip.asp?tip=1294

  • 09-17-2008 8:31 PM In reply to

    Re: Listing SQL Server Object Dependencies

     Great post!

    For SQL Server 2005, I wrote a table valued function that implements a recursive CTE to return the entire dependency chain of given object. The code is published here: http://www.sqlserverandxml.com/2008/09/find-dependent-objects-recursively.html

    Regards

    Jacob Sebastian

Page 1 of 1 (2 items)