Search Stored Procedures in MS SQL 2005
February 9, 2010 No CommentsSometimes when looking for a bug in web software, you need to find everything that touches a particular database table. In Visual Studio, this is as simple as a global search. But in SQL, you might also want to find every stored procedure that references that table. A quick search online found a great little ...
* Featured, * News, TSQL Programming