Created
July 31, 2018 08:05
-
-
Save mataprasad/6da42d666bd7051cd40a0780c8d31e23 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 OBJECT_NAME(object_id), | |
OBJECT_DEFINITION(object_id) | |
FROM sys.procedures | |
WHERE OBJECT_DEFINITION(object_id) LIKE '%JV R%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment