Skip to content

Instantly share code, notes, and snippets.

@bvanskiver
Created March 14, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bvanskiver/6cd3c3e742b381dfd4b97d1942569694 to your computer and use it in GitHub Desktop.
Save bvanskiver/6cd3c3e742b381dfd4b97d1942569694 to your computer and use it in GitHub Desktop.
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