Skip to content

Instantly share code, notes, and snippets.

@alevyinroc
Created March 26, 2020 02:29
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 alevyinroc/751fb9d81f8a6800ad8ff04565967749 to your computer and use it in GitHub Desktop.
Save alevyinroc/751fb9d81f8a6800ad8ff04565967749 to your computer and use it in GitHub Desktop.
use tempdb;
go
-- Get the full name of the table
select *
from tempdb.sys.tables
GO
-- Now get the definition
sp_help #StringTemp_________________________________________________________________________________________________________00000000081A
go
drop table #StringTemp;
go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment