Skip to content

Instantly share code, notes, and snippets.

@everettcaleb
Created May 26, 2014 02:43
Show Gist options
  • Save everettcaleb/20234d21f3c9d86b18cd to your computer and use it in GitHub Desktop.
Save everettcaleb/20234d21f3c9d86b18cd to your computer and use it in GitHub Desktop.
Full Text View Query
SELECT * FROM Inspections.SearchableTemplates
WHERE CONTAINS(*, '"test*"')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment