This is a query to search for a table name
SELECT Name FROM sys.procedures WHERE OBJECT_DEFINITION(OBJECT_ID) LIKE '%custom%'
Notes
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.
This is a query to search for a table name
SELECT Name FROM sys.procedures WHERE OBJECT_DEFINITION(OBJECT_ID) LIKE '%custom%'
Notes