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)
 Generating multiple Excel files using DTS?

Author  Topic 

Gopher
Yak Posting Veteran

83 Posts

Posted - 2006-06-09 : 10:14:44
Hi All

I have a dts package which generates data based on tables and the idea is that this data is output to an Excel file. However the data is based on locations so each location will have a seperate excel file. So I want to end up will a folder with excel files all named with their location.

Can anybody help?

Cheers

Gopher

sanjnep
Posting Yak Master

191 Posts

Posted - 2006-06-09 : 10:45:56
Hi Gopher,
I think you need to write some ActiveX Script on DTS package to do your task. You may find something useful over this link
http://www.sqldts.com/
Thanks
Sanjeev Shrestha
OH


Go to Top of Page

Gopher
Yak Posting Veteran

83 Posts

Posted - 2006-06-12 : 05:28:16
Thanks sanjnep however the site errors everytime. Do you know of anywhere else?
Go to Top of Page

igorblackbelt
Constraint Violating Yak Guru

407 Posts

Posted - 2006-07-06 : 11:46:48
That's doable, see me on msn. You're looking for a dts that loops thru a recordset.


---

Thanks!
Igor.
Go to Top of Page
   

- Advertisement -