<?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 for SSIS Talk</title>
	<atom:link href="http://www.ssistalk.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ssistalk.com</link>
	<description>Random thoughts and experiences with SSIS, by Phil Brammer</description>
	<lastBuildDate>Wed, 25 Jan 2012 10:27:44 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SSIS &#8211; 15 Faults Rebuttal by Davon Riffle</title>
		<link>http://www.ssistalk.com/2007/07/27/ssis-15-faults-rebuttal/comment-page-1/#comment-49218</link>
		<dc:creator>Davon Riffle</dc:creator>
		<pubDate>Wed, 25 Jan 2012 10:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/07/27/ssis-15-faults-rebuttal/#comment-49218</guid>
		<description>I cannot thank you enough for the blog post.Really looking forward to read more. Really Cool.</description>
		<content:encoded><![CDATA[<p>I cannot thank you enough for the blog post.Really looking forward to read more. Really Cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Surrogate Keys by Bob</title>
		<link>http://www.ssistalk.com/2007/02/20/generating-surrogate-keys/comment-page-1/#comment-48979</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sun, 22 Jan 2012 18:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/02/20/generating-surrogate-keys/#comment-48979</guid>
		<description>I have the same problem as AS.  In SSIS 2008, I can&#039;t get the key from the script into the OLE DB Destination task.  When I put a dataviewer between the Script Transformation task and the OLE DB Destination task, it doesn&#039;t show anything. 

Thanks,
Bob</description>
		<content:encoded><![CDATA[<p>I have the same problem as AS.  In SSIS 2008, I can&#8217;t get the key from the script into the OLE DB Destination task.  When I put a dataviewer between the Script Transformation task and the OLE DB Destination task, it doesn&#8217;t show anything. </p>
<p>Thanks,<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS 2012 &#8211; SSIS Environment Variables String Limit by Nigel</title>
		<link>http://www.ssistalk.com/2012/01/17/ssis-2012-ssis-environment-variables-string-limit/comment-page-1/#comment-48908</link>
		<dc:creator>Nigel</dc:creator>
		<pubDate>Sat, 21 Jan 2012 20:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/?p=283#comment-48908</guid>
		<description>My apologies, I&#039;m confusing this limitation with that of the limitation on holding nvarchar(max) parameters in strings data type variables. This is where the System.Object data type approach is required. My apologies. You are right that the expression limitation has been removed (thank goodness). Is it possible to define an environment variable as type System.Object as a possible workaround?</description>
		<content:encoded><![CDATA[<p>My apologies, I&#8217;m confusing this limitation with that of the limitation on holding nvarchar(max) parameters in strings data type variables. This is where the System.Object data type approach is required. My apologies. You are right that the expression limitation has been removed (thank goodness). Is it possible to define an environment variable as type System.Object as a possible workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS 2012 &#8211; SSIS Environment Variables String Limit by Phil Brammer</title>
		<link>http://www.ssistalk.com/2012/01/17/ssis-2012-ssis-environment-variables-string-limit/comment-page-1/#comment-48904</link>
		<dc:creator>Phil Brammer</dc:creator>
		<pubDate>Sat, 21 Jan 2012 20:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/?p=283#comment-48904</guid>
		<description>The 4,000 character expression limit has been removed in 2012.  So you should be able to build your dynamic SQL no problem.</description>
		<content:encoded><![CDATA[<p>The 4,000 character expression limit has been removed in 2012.  So you should be able to build your dynamic SQL no problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS 2012 &#8211; SSIS Environment Variables String Limit by Nigel</title>
		<link>http://www.ssistalk.com/2012/01/17/ssis-2012-ssis-environment-variables-string-limit/comment-page-1/#comment-48902</link>
		<dc:creator>Nigel</dc:creator>
		<pubDate>Sat, 21 Jan 2012 19:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/?p=283#comment-48902</guid>
		<description>This has been an issue for some time. MS have been aware of this and there is even a Connect issue where they have closed giving the stock &quot;By Design&quot; reason.

http://connect.microsoft.com/SQLServer/feedback/details/260730/ssis-maximum-string-length-of-4000-is-too-restrictive

I do find the &quot;By Design&quot; reason somewhat worrying, in that they are ignoring a request to change the design of something that has been highlighted as not fit for purpose with an answer of essentially &quot;It&#039;s been designed like that and we aren&#039;t going to change it so live with it&quot;. Two years to get around to making such a fundamental change that will add considerable flexibility to a developer&#039;s toolset (dynamic sql construction being just one example of where this can really help) is really rather rubbish. 

For those trying to use a nvarchar(max) datatype somewhere, it is possible to use the System.Object variable data type in SSIS 2008 to get around this limitation. Not particularly obvious if you are not coming from a DotNet programming background.</description>
		<content:encoded><![CDATA[<p>This has been an issue for some time. MS have been aware of this and there is even a Connect issue where they have closed giving the stock &#8220;By Design&#8221; reason.</p>
<p><a href="http://connect.microsoft.com/SQLServer/feedback/details/260730/ssis-maximum-string-length-of-4000-is-too-restrictive" rel="nofollow">http://connect.microsoft.com/SQLServer/feedback/details/260730/ssis-maximum-string-length-of-4000-is-too-restrictive</a></p>
<p>I do find the &#8220;By Design&#8221; reason somewhat worrying, in that they are ignoring a request to change the design of something that has been highlighted as not fit for purpose with an answer of essentially &#8220;It&#8217;s been designed like that and we aren&#8217;t going to change it so live with it&#8221;. Two years to get around to making such a fundamental change that will add considerable flexibility to a developer&#8217;s toolset (dynamic sql construction being just one example of where this can really help) is really rather rubbish. </p>
<p>For those trying to use a nvarchar(max) datatype somewhere, it is possible to use the System.Object variable data type in SSIS 2008 to get around this limitation. Not particularly obvious if you are not coming from a DotNet programming background.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS &#8211; What does the SSIS Service actually do, anyway? by Simon Hardman</title>
		<link>http://www.ssistalk.com/2009/11/04/ssis-what-does-the-ssis-service-actually-do-anyway/comment-page-1/#comment-47205</link>
		<dc:creator>Simon Hardman</dc:creator>
		<pubDate>Thu, 05 Jan 2012 23:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/?p=192#comment-47205</guid>
		<description>Regarding piers7&#039;s question I was wondering about this too.  If you are using the /DTS option (or Package Source = SSIS Package Store in the Agent Job UI) then the SSIS service must be running.  If you are using /SQL (Package Source = SQL Server) then the SSIS service doesn&#039;t need to be running.</description>
		<content:encoded><![CDATA[<p>Regarding piers7&#8217;s question I was wondering about this too.  If you are using the /DTS option (or Package Source = SSIS Package Store in the Agent Job UI) then the SSIS service must be running.  If you are using /SQL (Package Source = SQL Server) then the SSIS service doesn&#8217;t need to be running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS &#8211; Lookup Cache Modes &#8211; Full, Partial, None by Lynn Cohee</title>
		<link>http://www.ssistalk.com/2009/09/04/ssis-lookup-cache-modes-full-partial-none/comment-page-1/#comment-47184</link>
		<dc:creator>Lynn Cohee</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/?p=162#comment-47184</guid>
		<description>Awesome explanation, thank you so much!</description>
		<content:encoded><![CDATA[<p>Awesome explanation, thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Derived Column by free mobile apps</title>
		<link>http://www.ssistalk.com/2007/01/23/derived-column/comment-page-1/#comment-47143</link>
		<dc:creator>free mobile apps</dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/?p=6#comment-47143</guid>
		<description>I always was  concerned in this  subject  and  stock still am, thanks  for posting .</description>
		<content:encoded><![CDATA[<p>I always was  concerned in this  subject  and  stock still am, thanks  for posting .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS &#8211; Using a Script Component as a Source by Ziv</title>
		<link>http://www.ssistalk.com/2007/04/04/ssis-using-a-script-component-as-a-source/comment-page-1/#comment-46218</link>
		<dc:creator>Ziv</dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/04/04/ssis-using-a-script-component-as-a-source/#comment-46218</guid>
		<description>Hi
I got SSIS package(dtsx). on the control flow i create script task. every time I get in to (edit script) I need to configure the default reference path(project-&gt; properties-&gt; reference path) to be able to compile the script. the problem is that i cant debug the code. this is the only work station its happen in my team.
what do i need to do?

thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I got SSIS package(dtsx). on the control flow i create script task. every time I get in to (edit script) I need to configure the default reference path(project-&gt; properties-&gt; reference path) to be able to compile the script. the problem is that i cant debug the code. this is the only work station its happen in my team.<br />
what do i need to do?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS &#8211; Task and Component Naming Conventions by Emil Glownia</title>
		<link>http://www.ssistalk.com/2010/02/08/ssis-task-and-component-naming-conventions/comment-page-1/#comment-46042</link>
		<dc:creator>Emil Glownia</dc:creator>
		<pubDate>Tue, 27 Dec 2011 11:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/?p=217#comment-46042</guid>
		<description>Thanks I was looking for that. Prefixes for me is a must... I might know what the package does but names are ambiguous and with prefixes I straight away narrow it down to specific task type which saves me time + saves a lot of time for those who haven&#039;t developed the package.

Regarding the comparison to diagram and circle I think it is missed comparison. Logging is a table (something you don&#039;t visualize) and not a diagram therefore you will never see a circle unless you put prefix that will indicate it relates to &quot;mathematical circles&quot; and not &quot;cultural circles&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks I was looking for that. Prefixes for me is a must&#8230; I might know what the package does but names are ambiguous and with prefixes I straight away narrow it down to specific task type which saves me time + saves a lot of time for those who haven&#8217;t developed the package.</p>
<p>Regarding the comparison to diagram and circle I think it is missed comparison. Logging is a table (something you don&#8217;t visualize) and not a diagram therefore you will never see a circle unless you put prefix that will indicate it relates to &#8220;mathematical circles&#8221; and not &#8220;cultural circles&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

