Skip to content

Instantly share code, notes, and snippets.

@JustinMcNamara74
Created July 21, 2015 20:12
Show Gist options
  • Save JustinMcNamara74/3743b7dc130baf20b7ca to your computer and use it in GitHub Desktop.
Save JustinMcNamara74/3743b7dc130baf20b7ca to your computer and use it in GitHub Desktop.
#MSSQL DB Search for table name like...
SELECT name
FROM Envision.sys.tables
WHERE name LIKE '%ucker%'; --Search for Tucker, Sucker, Pucker... what were you thinking?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment