Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check for Existing Tables
Message
From
05/10/2004 07:17:34
 
 
To
05/10/2004 05:26:00
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00948732
Message ID:
00948750
Views:
17
This message has been marked as the solution to the initial question of the thread.
create table #tmp (ID int)
Declare @SQL nvarchar(4000)

Set @SQL=N'Select * from #tmp'

EXEC sp_executesql @SQL




hope this would help
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform