Method to retrieve every text inside the stored procedures of a database
SELECT B.Name, * FROM syscomments A INNER JOIN sysobjects B ON A.id = B.id WHERE A.text like '%tblNames%'
Print | posted on Monday, February 02, 2009 12:43 AM | Filed Under [ SQL ]
Powered by:
Copyright © Nouman Zakir