Browse by Tags

Sorry, but there are no more tags available to filter with.
How to find the dependencies on a specified function?
23 July 07 02:29 AM | SQL Master | 1 Comments   
Version: SQL Server 2005 Change Database name & function name within the query. USE <database_name>; GO SELECT OBJECT_NAME(object_id) AS referencing_object_name ,COALESCE(COL_NAME(object_id, column_id), '(n/a)') AS referencing_column_name ,* Read More...
Filed under: , ,