Category: SQL Server
view more software Tips and Tricks
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. |