Created
July 21, 2015 20:12
-
-
Save JustinMcNamara74/3743b7dc130baf20b7ca to your computer and use it in GitHub Desktop.
#MSSQL DB Search for table name like...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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