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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-01-04 : 08:55:34
|
| Tariq writes "Can the ExportData method of the SQL-DMO operate on temporary or global temporary tables?If not then how can one export data retrieved from a SQL select using the SQL-DMO ExportData method." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2005-01-04 : 09:17:48
|
| It will get another connection (I think) so cannot access temp tables but should be ok with global temp tables.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|