<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Overwriting an Excel file destination using SSIS</title> <atom:link href="http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/feed/" rel="self" type="application/rss+xml" /><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/</link> <description></description> <lastBuildDate>Sat, 28 Jan 2012 21:08:53 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: m</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-12569</link> <dc:creator>m</dc:creator> <pubDate>Mon, 07 Nov 2011 13:46:55 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-12569</guid> <description>hi i want now this excel file to be stored in table each day
how to do that..?</description> <content:encoded><![CDATA[<p>hi i want now this excel file to be stored in table each day<br
/> how to do that..?</p> ]]></content:encoded> </item> <item><title>By: Aashish</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-12110</link> <dc:creator>Aashish</dc:creator> <pubDate>Tue, 18 Oct 2011 13:28:23 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-12110</guid> <description>you can do it in much simpler way, All you need to do is the following.
1.Have your excel template ready in some location with the same name of excel file in which you are having it as your destination .
2.Create a file system task to  replace/copy type as template excel the source and your actual excel as destination.
3.Remaining dataflow task keep it as it is .
P.S:- File system task will be your first  task before dataflow, you can also have a sql task if you want to create an excel in between those two, but depends on your requiremnet in my cas i didnt need it.
let me know if any queries :)
Cheers,
Aashish</description> <content:encoded><![CDATA[<p>you can do it in much simpler way, All you need to do is the following.<br
/> 1.Have your excel template ready in some location with the same name of excel file in which you are having it as your destination .<br
/> 2.Create a file system task to  replace/copy type as template excel the source and your actual excel as destination.<br
/> 3.Remaining dataflow task keep it as it is .</p><p>P.S:- File system task will be your first  task before dataflow, you can also have a sql task if you want to create an excel in between those two, but depends on your requiremnet in my cas i didnt need it.</p><p>let me know if any queries <img
src='http://samuelhaddad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Cheers,<br
/> Aashish</p> ]]></content:encoded> </item> <item><title>By: Bryon</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-11043</link> <dc:creator>Bryon</dc:creator> <pubDate>Wed, 07 Sep 2011 14:36:10 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-11043</guid> <description>Thank you.  After 90 minutes of looking for a solution to not being able to just overwrite an excel file, I came across your solution.
It works very well for my need.</description> <content:encoded><![CDATA[<p>Thank you.  After 90 minutes of looking for a solution to not being able to just overwrite an excel file, I came across your solution.</p><p>It works very well for my need.</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-10867</link> <dc:creator>Mark</dc:creator> <pubDate>Fri, 02 Sep 2011 14:36:23 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-10867</guid> <description>Very nice, this saved me some nasty VBA :D</description> <content:encoded><![CDATA[<p>Very nice, this saved me some nasty VBA <img
src='http://samuelhaddad.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Ling</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-10432</link> <dc:creator>Ling</dc:creator> <pubDate>Wed, 17 Aug 2011 15:39:10 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-10432</guid> <description>Thank you very much. It&#039;s very very useful &amp; help me a lot :)</description> <content:encoded><![CDATA[<p>Thank you very much. It&#8217;s very very useful &amp; help me a lot <img
src='http://samuelhaddad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Lakshmi</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-6002</link> <dc:creator>Lakshmi</dc:creator> <pubDate>Mon, 21 Feb 2011 12:50:25 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-6002</guid> <description>Hi , when i tried to use the
DROP TABLE `SheetName`
It is just deleting the header rows,leaving the other affected rows.
My data is getting piled up everytime and getting duplicate records.Can you please help on this.  :-(</description> <content:encoded><![CDATA[<p>Hi , when i tried to use the<br
/> DROP TABLE `SheetName`<br
/> It is just deleting the header rows,leaving the other affected rows.<br
/> My data is getting piled up everytime and getting duplicate records.Can you please help on this. <img
src='http://samuelhaddad.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Tim Radney</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-5916</link> <dc:creator>Tim Radney</dc:creator> <pubDate>Wed, 16 Feb 2011 22:40:03 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-5916</guid> <description>Thanks, you saved me a headache.</description> <content:encoded><![CDATA[<p>Thanks, you saved me a headache.</p> ]]></content:encoded> </item> <item><title>By: Jennifer</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-4555</link> <dc:creator>Jennifer</dc:creator> <pubDate>Mon, 22 Nov 2010 14:09:16 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-4555</guid> <description>Whoops, I meant Samuel, not Barry :)</description> <content:encoded><![CDATA[<p>Whoops, I meant Samuel, not Barry <img
src='http://samuelhaddad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Jennifer</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-4554</link> <dc:creator>Jennifer</dc:creator> <pubDate>Mon, 22 Nov 2010 14:08:35 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-4554</guid> <description>Hi Barry,
how would i ask if it exists, drop the table?
Jennifer</description> <content:encoded><![CDATA[<p>Hi Barry,<br
/> how would i ask if it exists, drop the table?</p><p>Jennifer</p> ]]></content:encoded> </item> <item><title>By: Samuel Haddad</title><link>http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/comment-page-1/#comment-3263</link> <dc:creator>Samuel Haddad</dc:creator> <pubDate>Fri, 24 Sep 2010 19:16:50 +0000</pubDate> <guid
isPermaLink="false">http://samuelhaddad.com/?p=256#comment-3263</guid> <description>Barry,
I am no longer working on SSIS projects and do not have access to an installation to test on. The best I could do is look at your statments and see if something stands out. Post it here if you want me and others to take a look.</description> <content:encoded><![CDATA[<p>Barry,</p><p>I am no longer working on SSIS projects and do not have access to an installation to test on. The best I could do is look at your statments and see if something stands out. Post it here if you want me and others to take a look.</p> ]]></content:encoded> </item> </channel> </rss>
