Project DescriptionAdvanced SQL Server Dependencies allows you to discover dependencies between database objects across multiple servers and databases.
Application supports both top-to-bottom and bottom-up search.
Supports versions of SQL Server from 2008.
Important:Application requires VIEW DEFINITION permission on the database and SELECT permission on sys.sqlexpressiondependencies for the database. By default, SELECT permission is granted only to members of the db_owner fixed database role. When SELECT and VIEW DEFINITION permissions are granted to another user, the grantee can view all dependencies in the database.https://msdn.microsoft.com/en-us/library/bb677315.aspx