Browse by Tags

Sorry, but there are no more tags available to filter with.
How to find the dependencies on a specified function?
Published 23 July 7 4:29 AM | SSQA.net
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...
Filed under: , ,