August 10, 2017

Tip: Search for Text Inside All Your SQL Procedures

It can become quite frustrating when you cannot remember the name of an SQL stored procedure, especially if you have quite a few of them. But, let’s say that you can remember some text inside the stored procedure in question, but not its name. You can use the following SQL

Search for Text Inside All the SQL Procedures in Your Database

It can become quite frustrating when you cannot remember the name of an SQL stored procedure, especially if you have quite a few of them. But, let’s say that you can remember some text inside the stored procedure in question, but not its name. You can use the following SQL