How can we help you today? How can we help you today?

Dependencies of SQL Jobs?

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.
psmith
0

Comments

3 comments

  • Brian Donahue
    Unfortunately not. SQL Dependency Tracker only works at database-level and not with server-level attributes like SQL Server Agent jobs and logins.

    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.
    Brian Donahue
    0
  • David Atkinson
    psmith,

    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/
    David Atkinson
    0
  • psmith
    Thank you all for the replies.

    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.
    psmith
    0

Add comment

Please sign in to leave a comment.