Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Procedure output parameter a table??
Message
 
 
À
13/03/2007 13:26:17
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01203044
Message ID:
01203094
Vues:
14
IF object_id('tempdb..#Temp01') IS NOT NULL
	DROP TABLE #Temp01'
...
SELECT * INTO #Temp01'		
	FROM mytable 

EXEC My OtherSP
...
IF object_id('tempdb..#Temp01') IS NOT NULL
	DROP TABLE #Temp01'
>Please forgive my lack here. I have not used this method and I guess I am getting poor at looking up
things in BOL. I was wondering what would be the syntax??
>
>Your help is very appriciated. :)
>
>>You can use a temp table. It'll be visible in the called SP.
>>
>>>Is there a way to pass tabular data from one procedure to another??
>>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform