Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: sp and conditional temp table
Message
De
23/05/2005 05:15:16
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
BUG: sp and conditional temp table
Divers
Thread ID:
01016662
Message ID:
01016662
Vues:
68
Someone knows an setting in order to jump this stupid error,
and compile this simple sp:
CREATE	PROCEDURE dbo.test1
	@choice bit = 0
as
	if @choice=0
		SELECT 1 x INTO #TEMPTABLE
	else
		SELECT 0 x INTO #TEMPTABLE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform