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 |
|
ryanlcs
Yak Posting Veteran
62 Posts |
Posted - 2010-05-14 : 01:32:49
|
| HiThis built-in function will return 2 tables, how can I output either 1 or 2 result table into my own table?exec Sp_spaceusedThanks. |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-05-14 : 02:40:13
|
quote: Originally posted by ryanlcs HiThis built-in function will return 2 tables, how can I output either 1 or 2 result table into my own table?exec Sp_spaceusedThanks.
This is not possible from t-sqlYou need to use a front end application and using recordset object pull second result setMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|