Posts Tagged ‘t-sql’
Find Lost Stored Procedure in SQL Server
You wrote a stored procedure, some days pass, now you don’t remember the name of the stored procedure. How to find it?
Just run the following (against the database which has the forgotten stored procedure):
Read the rest of this entry »
