Created
June 21, 2017 06:48
-
-
Save shiranGinige/a10b797f42fa6814bbb3cbf150e9fa29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT ROUTINE_NAME, ROUTINE_DEFINITION | |
FROM INFORMATION_SCHEMA.ROUTINES | |
WHERE ROUTINE_DEFINITION LIKE '%search text%' | |
AND ROUTINE_TYPE='PROCEDURE' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment