﻿<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SSIS bits 'n' bobs: Recent Comments</title><link>http://ssisblog.replicationanswers.com</link><description /><generator>Quick Blog</generator><lastBuildDate>Thu, 28 Aug 2008 05:53:41 GMT</lastBuildDate><item><title>Comment on When to Not use SSIS - directory / file iterations!!!!</title><link>http://ssisblog.replicationanswers.com/2008/01/04/when-to-not-use-ssis--directory--file-iterations.aspx#comment-806622</link><dc:creator>Paul Ibison</dc:creator><description>If only it were that simple in an investment bank &lt;img src="http://ssisblog.replicationanswers.com/emoticons/smile.png" border="0" /&gt;</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2008/01/04/when-to-not-use-ssis--directory--file-iterations.aspx#comment-806622</guid><pubDate>Sat, 02 Feb 2008 19:47:46 GMT</pubDate></item><item><title>Comment on When to Not use SSIS - directory / file iterations!!!!</title><link>http://ssisblog.replicationanswers.com/2008/01/04/when-to-not-use-ssis--directory--file-iterations.aspx#comment-800063</link><dc:creator>Nigel</dc:creator><description>Why don't you use robcopy.exe to sync the directories - it's a one liner. I use it all the time, there are loads of copying options and its an official MS utility - found in the server 2003 resource kit tools, so there is no reason why even corporate administrators would not install it.</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2008/01/04/when-to-not-use-ssis--directory--file-iterations.aspx#comment-800063</guid><pubDate>Wed, 30 Jan 2008 19:40:22 GMT</pubDate></item><item><title>Comment on Escaping Double Quotes in Flat Files: SSIS is different to DTS</title><link>http://ssisblog.replicationanswers.com/2008/01/10/escaping-double-quotes-in-flat-files-ssis-is-different-to-dts.aspx#comment-785142</link><dc:creator>JeroenS</dc:creator><description>aaah finaly someone is sharing my SSIS problem :) I'm trying to import a csv using SSIS; Works fine in DTS but not in SSIS; Looking at the problem seems that SSIS finds a " in the data and DTS 'just imports' the data... &lt;br /&gt;"blatekst"","blatekst2","blatekst3" fails in SSIS.. &lt;br /&gt;even using the microsoft sample 'undouble' (&lt;a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=b51463e9-2907-4b82-a353-e15016486e1d&amp;displayLang=en"&gt;http://www.microsoft.com/downloads/thankyou.aspx?familyId=b51463e9-2907-4b82-a353-e15016486e1d&amp;displayLang=en&lt;/a&gt;) does not work; it hangs first on reading the csv before the " is changed... &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Jeroen Schoenmakers</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2008/01/10/escaping-double-quotes-in-flat-files-ssis-is-different-to-dts.aspx#comment-785142</guid><pubDate>Thu, 24 Jan 2008 09:53:21 GMT</pubDate></item><item><title>Comment on Simple Method for Importing Ragged files / Files with Different Row Types in SSIS / Files with a problematic final row</title><link>http://ssisblog.replicationanswers.com/2008/01/02/simple-method-for-importing-ragged-files--files-with-different-row-types-in-ssis--files-with-a-problematic-final-row.aspx#comment-765944</link><dc:creator>Paul Ibison</dc:creator><description>No need for a Group By - if you wanted, you could define the logic in TSQL by using Substring for each column and it ends up like the conditional split method. But&amp;nbsp;when you have 100s of columns, this IMO isn't really viable and is difficult/impossible to support solutions with non-explicit mappings like this.&lt;BR&gt;Cheers.</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2008/01/02/simple-method-for-importing-ragged-files--files-with-different-row-types-in-ssis--files-with-a-problematic-final-row.aspx#comment-765944</guid><pubDate>Mon, 14 Jan 2008 08:08:06 GMT</pubDate></item><item><title>Comment on Simple Method for Importing Ragged files / Files with Different Row Types in SSIS / Files with a problematic final row</title><link>http://ssisblog.replicationanswers.com/2008/01/02/simple-method-for-importing-ragged-files--files-with-different-row-types-in-ssis--files-with-a-problematic-final-row.aspx#comment-765489</link><dc:creator>bear in a box</dc:creator><description>once it was in the database, wouldn't an sql-insert (with a group by and filter to remove empty rows) do,  instead of exporting again as a file?&lt;br /&gt;just a thought, and even if so, tests for time to complete vs. file-based ops like above.</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2008/01/02/simple-method-for-importing-ragged-files--files-with-different-row-types-in-ssis--files-with-a-problematic-final-row.aspx#comment-765489</guid><pubDate>Mon, 14 Jan 2008 01:24:26 GMT</pubDate></item><item><title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title><link>http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-701759</link><dc:creator>Luke</dc:creator><description>A caution for method #2: In SQL 2000, at least, table variable performance takes a _huge_ nosedive when the rowcount exceeds ~200. (It was explained to me as roughly analogous to moving the table from the stack to the heap.) In my case, a query that would return 30k rows in five seconds on its own would take over two minutes to return the same number of rows when written as a table-valued UDF.&lt;br /&gt;&lt;br /&gt;I haven't been brave enough to test this in SQL 2005, but I see nothing to suggest that it's changed.</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-701759</guid><pubDate>Sun, 09 Dec 2007 18:22:53 GMT</pubDate></item><item><title>Comment on Thorough Package Logging - Some Lessons Learned and Recommendations</title><link>http://ssisblog.replicationanswers.com/2007/11/28/thorough-package-logging--some-lessons-learned-and-recommendations.aspx#comment-701720</link><dc:creator>Luke</dc:creator><description>One problem with using event handlers for logging: my current project makes extensive use of nested packages, and I found it impossible to create a log4net-like email logger using only event handlers. I had to create a custom, stateful logger to filter out the garbage.</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2007/11/28/thorough-package-logging--some-lessons-learned-and-recommendations.aspx#comment-701720</guid><pubDate>Sun, 09 Dec 2007 17:33:19 GMT</pubDate></item><item><title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title><link>http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-664638</link><dc:creator>Paul Ibison</dc:creator><description>Hi Shawn,&lt;BR&gt;strange that this didn't work. &lt;BR&gt;At first I thought it might be related to recompilation, so I forced the proc containing the table variable to recompile but it still worked fine for me - no SET FMTONLY OFF and one execution only. Can you email me your proc (&lt;A href="mailto&lt;img src="http://ssisblog.replicationanswers.com/emoticons/tongue.png" border="0" /&gt;aul.Ibison@ReplicationAnswers.Com"&gt;Paul.Ibison@ReplicationAnswers.Com&lt;/A&gt;) and I'll try to repro. For now you might want to take a look at the comments of Phil and myself which will greatly reduce the # executions of the proc.&lt;BR&gt;Cheers,&lt;BR&gt;Paul&lt;BR&gt;</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-664638</guid><pubDate>Sat, 17 Nov 2007 21:09:13 GMT</pubDate></item><item><title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title><link>http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-663001</link><dc:creator>Shawn</dc:creator><description>I've tried using method #2 but unfortunately it still won't work without the "SET FMTONLY OFF" command which results in it running 5 times.  My query however is more complex than just putting data into a variable table, there's an insert command into an audit table and a few other things.  I DID however SELECT * (and tried individual records) at the bottom of the SProc.  I'm not sure what's going on :(</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-663001</guid><pubDate>Fri, 16 Nov 2007 21:53:58 GMT</pubDate></item><item><title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title><link>http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-661123</link><dc:creator>Phil Brammer</dc:creator><description>On option 1 above, what happens if you set the DelayValidation property to true on that component?  Do you still get 5 executions of the sproc?  &lt;br /&gt;&lt;br /&gt;Also, what was the auditing mechanism in the sproc?  &lt;br /&gt;&lt;br /&gt;Basically, I'm looking for a repro so we can get a solid "best practices" going forward from the guys at Microsoft.</description><guid isPermaLink="true">http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-661123</guid><pubDate>Fri, 16 Nov 2007 00:02:31 GMT</pubDate></item></channel></rss>