Skip to content

Instantly share code, notes, and snippets.

@bvanskiver
Created March 14, 2019 16:45
Embed
What would you like to do?
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