Dot Net Snippets
This site provides you with Dot Net source codes which will be of use
Tuesday, January 29, 2013
Get the list of Stored Procs related to a table
SELECT DISTINCT so.name FROM syscomments sc INNER JOIN sysobjects so ON sc.id=so.id WHERE sc.TEXT LIKE '%tablename%'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)