Skip to content

Instantly share code, notes, and snippets.

@shaneis
Created March 28, 2018 16:23
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 shaneis/26f2b7c4382213426019034b70db5947 to your computer and use it in GitHub Desktop.
Save shaneis/26f2b7c4382213426019034b70db5947 to your computer and use it in GitHub Desktop.
Getting the suffix at the end of a temp table name
CREATE TABLE #HasSuffix (id int)
SELECT name FROM tempdb.sys.tables WHERE name LIKE '%Suffix%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment