Dependencies of SQL Jobs?
psmith
Posts: 6
Hi there,
We are using the trial of SQL Dependency Tracker 2 and was curious if there is a way to see dependencies of SQL Server Jobs.
For instance, some of our jobs have steps that have SQL code inside the step. These steps may reference a Table/View/Stored Procedure.
Hope this makes sense.
Thank you for the help.
We are using the trial of SQL Dependency Tracker 2 and was curious if there is a way to see dependencies of SQL Server Jobs.
For instance, some of our jobs have steps that have SQL code inside the step. These steps may reference a Table/View/Stored Procedure.
Hope this makes sense.
Thank you for the help.
Comments
Even if you did try to point it at the MSDB database, it would ignore system objects, so you probably wouldn't get much use out of it in that way.
There is probably another product out there that manages jobs and can show these dependencies.
You might want to try SQL Search 2 (free tool), which can search your Jobs for an arbitrary piece of text
http://www.red-gate.com/products/sql-de ... ql-search/
Product Manager
Redgate Software
While I do like SQL Dependency tracker;
In my humble opinion, if the functionality was added to SQL Dependency Tracker to see Jobs and DTS/SSIS packages the software would be invalueable to us.
We have hundreds of jobs and DTS/SSIS packages and finding all references to a certain DBO object can be a real pain.
For example, this tool is great for finding all the tables a specific Stored Procedures touches. However, we also need to see the Jobs and DTS packages that the Stored Procedure references. That would be so helpful.