Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: sp and conditional temp table
Message
 
 
To
23/05/2005 12:57:34
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01016662
Message ID:
01016858
Views:
7
Fabio,

>But this is not possible with a #temptable.

Yes it is, we have code that does this all the time. Given the code I posted earlier:
create table #temptable ( x int )
exec dbo.test1
select * from #temptable
>I want write two or more mutal exclusive select ... into #temptable.

Then write two or more create table commands.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform