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 2008 Forums
 SSIS and Import/Export (2008)
 writing to multiple sheets of excel

Author  Topic 

varalakshmi
Yak Posting Veteran

98 Posts

Posted - 2014-01-17 : 04:04:02
Hi,

I have a package which writes data to multiple sheets of a excel workbook from sql source say Sheet1, Sheet2, Sheet3 frm tables table1, table2, table3 respectively.

While loading some of the records of table2 values are written on sheet1. I have a single connection excel connection manager but pointing to different sheet here.

What could be the possible issue in my package?

Thanks in advance.

- Varalakshmi

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2014-01-17 : 07:05:07
Check if this helps

http://visakhm.blogspot.in/2013/09/exporting-sqlserver-data-to-multiple.html

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -