Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Scripts with tag Dependencies Rss

Search for any content tagged dependencies

Add a script

   Items 1 to 5 of 5   
 

Finding Dynamic SQL's Dependencies

The script finds dependencies of Dynamic SQL based on a table containing T-SQL Queries, DB's and Linked Servers in which it can be executed.  Read more...
By Arthur Gimpel 2012/10/15 | Source: SQLServerCentral.com | Category: dynamic sql
Rating: |  Discuss |   Briefcase | 766 reads

View - Table Usage (Recursive)

Written to explore the table dependencies of a view, especially when the view queries other views.  Read more...
By Rhett Clement 2009/01/22 | Source: SQLServerCentral.com | Category: schema
Rating: |  Discuss |   Briefcase | 928 reads

Tables referenced by a stored proc (2000)

This should find all tables referenced by an sp. It uses syscomments and hence has a wrap 'issue'.  Read more...
By David McKinney 2008/12/30 | Source: SQLServerCentral.com | Category: sql server 7
Rating: |  Discuss |   Briefcase | 953 reads

Linked Server Dependencies

This Proc is written for either SQL 2000 or SQL 2005 to return a list of objects that are dependent on Linked Servers. This proc checks all Databases and Objects on a Server.  Read more...
By Andrew Miller-489894 2008/10/15 | Source: SQLServerCentral.com | Category: linked server
Rating: |  Discuss |   Briefcase | 1,446 reads

usp_dependencytree

displays a graphical tree of dependencies of an object  Read more...
By Wilfred van Dijk 2013/05/19 | Source: SQLServerCentral.com | Category: development
Rating: (not yet rated) |  Discuss |   Briefcase | 236 reads
   Items 1 to 5 of 5