Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find stored procedure
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01672704
Message ID:
01672721
Views:
41
>>How do you drop table #SPList? That is, if I run your script more than one time, the error message is that this object is already in DB. So, I suppose, I need to drop it first, if it exists.
>>
>
>if object_id('tempdb..#SPList', N'U') is not null drop table #SPList;

Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform