Options

Dependencies of SQL Jobs?

psmithpsmith Posts: 6
edited April 30, 2014 1:47PM in SQL Dependency Tracker
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.

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    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.
  • Options
    @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
    Product Manager
    Redgate Software
  • Options
    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.
Sign In or Register to comment.