Skip to content

Instantly share code, notes, and snippets.

@bvanskiver
Created January 28, 2016 15: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/d679fee5b2d6c0ed9e10 to your computer and use it in GitHub Desktop.
Save bvanskiver/d679fee5b2d6c0ed9e10 to your computer and use it in GitHub Desktop.
Searching in objects
select distinct name
from sysobjects o
inner join syscomments c on o.id = c.id
where text like '%OrganizationID%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment