Softlogger
Categories

Finding stored procedure table dependencies


Recently one of my co-workers dropped me an IM asking how he could find what stored procedures depended on a certain table. After a little digging we came up with the following query which will return a listing of stored procedures that depend on a particular table (T_TableName). select distinct so.name from syscomments

Filed under: Database,SQL  |    On : 2003 Jun 11  |  From: Steve Eichert - Sql Server   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003