home / software / tips and tricks / How to find the Column dependency on SQL Server Database?

How to find the Column dependency on SQL Server Database?

Updated:  09/12/2016 13:09 PM
Author:  Shiju Mathews

Status:    Resolved.


If you are only looking for Table the dependency on SQL, you can use the system function
EXEC sp_depends

But if you need Column dependency use the following script.
Tags: How to find the Column dependency on SQL Server Database?
Updated on: March 2024