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 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Export to xls File without Excel Application?

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 static
2.copy the file to other folder
3.rename the new file
but 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?

steve

Steve no function beer well without
Go to Top of Page
   

- Advertisement -