Click here to Skip to main content
15,885,711 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I have to load data from Sql server to excel daily and have to send that excel via mail. If I run two time the same package , data will be appended into the excel. I dont want to append the data, but want to overwrite If same day. And If run next day It should create a new file with Filename and suffixed by Date like Filename_20160301 for 1st march. How do we achieve this? Could you give by example as i am new to SSIS?

I do not want to use drop and create excel table as I have some limitation. i want to achieve this using script task.

Thanks in advance..
Posted
Updated 1-Mar-16 11:09am
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900