Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Saving the output from a stored procedure

Author  Topic 

Sean_B
Posting Yak Master

111 Posts

Posted - 2008-05-07 : 04:20:09
Hi,

I've a large number of stored procedures that output result sets, as part of a test script it would be useful for me to be able to save the results from these stored procedures into temporary tables, without having to pre-create these tables, i.e. use the equivalent of a select * into statement.

Is this possible ?

Sean

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2008-05-07 : 04:41:54
Do you mean this?

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=85347

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

Sean_B
Posting Yak Master

111 Posts

Posted - 2008-05-07 : 05:15:29
Thats exactly what I'm looking for thanks a lot.



Sean
Go to Top of Page
   

- Advertisement -