Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7941781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:46:17+00:00 2026-06-03T23:46:17+00:00

I have known for awhile that the View Dependencies feature in SQL Server Management

  • 0

I have known for awhile that the “View Dependencies” feature in SQL Server Management Studio is borderline useless as it hardly ever returns all dependencies, however, is there a better alternative? This is a pretty powerful feature for obvious reasons, but if you cannot rely on the results (as is the case with Microsoft), you have to do all the work by hand anyhow, just to be safe.

It seems like this would be pretty easy to implement, are there any tools out there that handle this effectively?

As a side note, does anyone know what is wrong with “View Dependencies”? Is there a specific class of dependencies that it has trouble identifying?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T23:46:18+00:00Added an answer on June 3, 2026 at 11:46 pm

    Red Gate has tool called SQL Dependency Tracker that works pretty well.

    You can also write a query against the sys.sql_dependencies view which would give some basic info. Similar to this:

    SELECT o.name, o.type_desc, p.name, p.type_desc
    FROM sys.sql_dependencies d
    INNER JOIN sys.objects o
        ON d.object_id = o.object_id
    INNER JOIN sys.objects p
        ON d.referenced_major_id = p.object_id
    

    Here is an article about finding dependencies:

    Finding dependencies in SQL Server 2005

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an sql server script which inserts known fixed guid values into a
As you may have known that I switched from ubuntu to windows from my
Scala programmer should have known that this sort of writing : class Person{ var
I have a variable known as $SessionMinus. What I want to do is that
I have an application that has been running fine for quite awhile, but recently
I have a Drupal 6 site where I've created a view that shows a
I have known for a while that the primary difference between lists and tuples
I have played around with Scala for a while now, and I know that
I have a known shared folder on another Windows PC and i have to
I have completed the well known 'news' toutorial included in CI documentation. sometimes double

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.