Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: sp and conditional temp table
Message
 
 
À
23/05/2005 12:57:34
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
01016662
Message ID:
01016858
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform