We have a lot of stored procedures in our SQL Server 2008. One of them is sending out an email to a few of our users and I need to disable it. I looked everywhere and can not find where the stored procedure is located.
Is there a way I can search the CONTENT of the store procedure code in SQL Server 2008?
As of right now, I can only filter them by the stored procedure name.