﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>SSIS bits 'n' bobs: Recent Comments</title>
	<updated>2008-08-28T05:55:26Z</updated>
	<id>http://ssisblog.replicationanswers.com/comments/atom.aspx</id>
	<link rel="self" href="http://ssisblog.replicationanswers.com/comments/atom.aspx" />
	<link rel="alternate" href="http://ssisblog.replicationanswers.com" />
	<generator uri="http://app.onlinequickblog.com/" version="2.0">Quick Blog</generator>
	<entry>
		<title>Comment on When to Not use SSIS - directory / file iterations!!!!</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2008/01/04/when-to-not-use-ssis--directory--file-iterations.aspx#comment-806622" />
		<id>tag:ssisblog.replicationanswers.com,2008-02-02:806622</id>
		<author>
			<name>Paul Ibison</name>
		</author>
		<updated>2008-02-02T19:47:46Z</updated>
		<published>2008-02-02T19:47:46Z</published>
		<content type="html"><![CDATA[If only it were that simple in an investment bank <img src="http://ssisblog.replicationanswers.com/emoticons/smile.png" border="0" />]]></content>
	</entry>
	<entry>
		<title>Comment on When to Not use SSIS - directory / file iterations!!!!</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2008/01/04/when-to-not-use-ssis--directory--file-iterations.aspx#comment-800063" />
		<id>tag:ssisblog.replicationanswers.com,2008-01-30:800063</id>
		<author>
			<name>Nigel</name>
			<uri>http://www.maneffa.com</uri>
		</author>
		<updated>2008-01-30T19:40:22Z</updated>
		<published>2008-01-30T19:40:22Z</published>
		<content type="html"><![CDATA[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.]]></content>
	</entry>
	<entry>
		<title>Comment on Escaping Double Quotes in Flat Files: SSIS is different to DTS</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2008/01/10/escaping-double-quotes-in-flat-files-ssis-is-different-to-dts.aspx#comment-785142" />
		<id>tag:ssisblog.replicationanswers.com,2008-01-24:785142</id>
		<author>
			<name>JeroenS</name>
		</author>
		<updated>2008-01-24T09:53:21Z</updated>
		<published>2008-01-24T09:53:21Z</published>
		<content type="html"><![CDATA[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... <br />"blatekst"","blatekst2","blatekst3" fails in SSIS.. <br />even using the microsoft sample 'undouble' (<a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=b51463e9-2907-4b82-a353-e15016486e1d&displayLang=en">http://www.microsoft.com/downloads/thankyou.aspx?familyId=b51463e9-2907-4b82-a353-e15016486e1d&displayLang=en</a>) does not work; it hangs first on reading the csv before the " is changed... <br /><br />Thanks,<br />Jeroen Schoenmakers]]></content>
	</entry>
	<entry>
		<title>Comment on Simple Method for Importing Ragged files / Files with Different Row Types in SSIS / Files with a problematic final row</title>
		<link rel="alternate" href="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" />
		<id>tag:ssisblog.replicationanswers.com,2008-01-14:765944</id>
		<author>
			<name>Paul Ibison</name>
		</author>
		<updated>2008-01-14T08:08:06Z</updated>
		<published>2008-01-14T08:08:06Z</published>
		<content type="html"><![CDATA[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&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.<BR>Cheers.]]></content>
	</entry>
	<entry>
		<title>Comment on Simple Method for Importing Ragged files / Files with Different Row Types in SSIS / Files with a problematic final row</title>
		<link rel="alternate" href="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" />
		<id>tag:ssisblog.replicationanswers.com,2008-01-14:765489</id>
		<author>
			<name>bear in a box</name>
		</author>
		<updated>2008-01-14T01:24:26Z</updated>
		<published>2008-01-14T01:24:26Z</published>
		<content type="html"><![CDATA[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?<br />just a thought, and even if so, tests for time to complete vs. file-based ops like above.]]></content>
	</entry>
	<entry>
		<title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-701759" />
		<id>tag:ssisblog.replicationanswers.com,2007-12-09:701759</id>
		<author>
			<name>Luke</name>
		</author>
		<updated>2007-12-09T18:22:53Z</updated>
		<published>2007-12-09T18:22:53Z</published>
		<content type="html"><![CDATA[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.<br /><br />I haven't been brave enough to test this in SQL 2005, but I see nothing to suggest that it's changed.]]></content>
	</entry>
	<entry>
		<title>Comment on Thorough Package Logging - Some Lessons Learned and Recommendations</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2007/11/28/thorough-package-logging--some-lessons-learned-and-recommendations.aspx#comment-701720" />
		<id>tag:ssisblog.replicationanswers.com,2007-12-09:701720</id>
		<author>
			<name>Luke</name>
		</author>
		<updated>2007-12-09T17:33:19Z</updated>
		<published>2007-12-09T17:33:19Z</published>
		<content type="html"><![CDATA[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.]]></content>
	</entry>
	<entry>
		<title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-664638" />
		<id>tag:ssisblog.replicationanswers.com,2007-11-17:664638</id>
		<author>
			<name>Paul Ibison</name>
		</author>
		<updated>2007-11-17T21:09:13Z</updated>
		<published>2007-11-17T21:09:13Z</published>
		<content type="html"><![CDATA[Hi Shawn,<BR>strange that this didn't work. <BR>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 (<A href="mailto<img src="http://ssisblog.replicationanswers.com/emoticons/tongue.png" border="0" />aul.Ibison@ReplicationAnswers.Com">Paul.Ibison@ReplicationAnswers.Com</A>) 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.<BR>Cheers,<BR>Paul<BR>]]></content>
	</entry>
	<entry>
		<title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-663001" />
		<id>tag:ssisblog.replicationanswers.com,2007-11-16:663001</id>
		<author>
			<name>Shawn</name>
		</author>
		<updated>2007-11-16T21:53:58Z</updated>
		<published>2007-11-16T21:53:58Z</published>
		<content type="html"><![CDATA[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 :(]]></content>
	</entry>
	<entry>
		<title>Comment on Coping with No Column Names in the OLEDB Data Source Editor</title>
		<link rel="alternate" href="http://ssisblog.replicationanswers.com/2007/11/13/coping-with-no-column-names-in-the-oledb-data-source-editor.aspx#comment-661123" />
		<id>tag:ssisblog.replicationanswers.com,2007-11-16:661123</id>
		<author>
			<name>Phil Brammer</name>
			<uri>http://www.ssistalk.com</uri>
		</author>
		<updated>2007-11-16T00:02:31Z</updated>
		<published>2007-11-16T00:02:31Z</published>
		<content type="html"><![CDATA[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?  <br /><br />Also, what was the auditing mechanism in the sproc?  <br /><br />Basically, I'm looking for a repro so we can get a solid "best practices" going forward from the guys at Microsoft.]]></content>
	</entry>
</feed>