Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp tables
Message
From
23/01/2004 09:05:22
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Temp tables
Miscellaneous
Thread ID:
00869837
Message ID:
00869837
Views:
40
Hello everyone,
I am trying to create a temp table and then insert some records in there:

DECLARE @StrCreate varChar(500)
SET @StrCreate = 'CREATE TABLE #curReport (ID Int, F1, F2...)' -- String,actually gets build for crosstab report
EXECUTE(@StrCreate)
SELECT * FROM #curReport

It does not see #curReport after EXECUTE.
If there any way around this.
Please help.

Thanks in advance..
XO4Y BCE 3HATb,YMETb,IMETb!
Next
Reply
Map
View

Click here to load this message in the networking platform