skip to main
|
skip to sidebar
Code Tidbits
Check if a temp table exists (TSQL)
if object_id('##temp_table') is null print 'DOES NOT EXIST' else print 'EXISTS'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
C#
(8)
IIS
(1)
T-SQL
(3)
No comments:
Post a Comment