SQL Server How to find if any stored procedure is referencing database object Get link Facebook X Pinterest Email Other Apps madeinstein , February 01, 2011 select StoredProcedureName = p.name from sys.sql_modules sm inner join sys.procedures p on sm.[object_id] = p.[object_id] where [definition] like '%Database_Object_Name%' Comments Tales of a Starbucks Addict3 February 2011 at 17:24If you are using the SQL Server Management studio you can also right click on the table and view dependencies.Great blog by the wayReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
If you are using the SQL Server Management studio you can also right click on the table and view dependencies.
ReplyDeleteGreat blog by the way