Created
March 14, 2019 16:45
-
-
Save bvanskiver/6cd3c3e742b381dfd4b97d1942569694 to your computer and use it in GitHub Desktop.
This file contains 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 distinct name | |
from sysobjects o | |
inner join syscomments c on o.id = c.id | |
where text like '%search%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment