Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Procedure output parameter a table??
Message
 
 
To
13/03/2007 13:26:17
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01203044
Message ID:
01203094
Views:
15
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform