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 |
|
Milosz
Starting Member
1 Post |
Posted - 2004-06-18 : 04:42:44
|
| hi i have to export some databases to a xls File with DTS and VBA on a MIcrosoft SQL Server 2000.in Dts it is not very difficult but i have to do this dynamicly. So i have to create a new xls File with Scripting FileSystemObject but on the server is no Excel Application.u know how i can do this?i have mayby a solution:1.archiving the data static2.copy the file to other folder3.rename the new filebut then i have to delete the value of the static file before a job, otherwise the file will be bigger and bigger.any ideas?thx |
|
|
elwoos
Master Smack Fu Yak Hacker
2052 Posts |
Posted - 2004-06-18 : 04:50:34
|
| could you export it as a CSV file and then pull it into Excel?steveSteve no function beer well without |
 |
|
|
|
|
|