Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: sp and conditional temp table
Message
 
 
À
23/05/2005 11:54:01
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
01016662
Message ID:
01016793
Vues:
13
	SELECT * 
	INTO #TEMPTABLE
	FROM (SELECT 	1 x WHERE @choice=0
	UNION ALL
	SELECT 0 x WHERE @choice<>0) dt1
>Sergey,
>this have the same problems
>of others workarounds ( exec or conditional select ),
>plus the INSERT transaction log slowdown.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform