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.
| 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 |
|
|
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 |
 |
|
|
|
|
|