<?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: SSIS &#8211; Custom Control Flow Component &#8211; Execute SQL Job And Wait</title>
	<atom:link href="http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/</link>
	<description>Homepage of Steve Novoselac</description>
	<lastBuildDate>Fri, 12 Mar 2010 15:59:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/comment-page-1/#comment-160509</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 23 Oct 2009 22:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1345#comment-160509</guid>
		<description>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind&lt;br&gt;of hobbled through it. I will post the code up to codeplex as well when I&lt;br&gt;get a chance..&lt;br&gt;&lt;br&gt;thanks!&lt;br&gt;&lt;br&gt;Steve</description>
		<content:encoded><![CDATA[<p>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind<br />of hobbled through it. I will post the code up to codeplex as well when I<br />get a chance..</p>
<p>thanks!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/comment-page-1/#comment-160529</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 23 Oct 2009 22:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1345#comment-160529</guid>
		<description>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind&lt;br&gt;of hobbled through it. I will post the code up to codeplex as well when I&lt;br&gt;get a chance..&lt;br&gt;&lt;br&gt;thanks!&lt;br&gt;&lt;br&gt;Steve</description>
		<content:encoded><![CDATA[<p>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind<br />of hobbled through it. I will post the code up to codeplex as well when I<br />get a chance..</p>
<p>thanks!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/comment-page-1/#comment-160506</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1345#comment-160506</guid>
		<description>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind of hobbled through it. I will post the code up to codeplex as well when I get a chance..&lt;br&gt;&lt;br&gt;thanks!&lt;br&gt;&lt;br&gt;Steve</description>
		<content:encoded><![CDATA[<p>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind of hobbled through it. I will post the code up to codeplex as well when I get a chance..</p>
<p>thanks!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/comment-page-1/#comment-160528</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1345#comment-160528</guid>
		<description>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind of hobbled through it. I will post the code up to codeplex as well when I get a chance..&lt;br&gt;&lt;br&gt;thanks!&lt;br&gt;&lt;br&gt;Steve</description>
		<content:encoded><![CDATA[<p>Hey Todd, cool, thanks for the tips, this was my first custom one so I kind of hobbled through it. I will post the code up to codeplex as well when I get a chance..</p>
<p>thanks!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd McDermid</title>
		<link>http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/comment-page-1/#comment-160505</link>
		<dc:creator>Todd McDermid</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1345#comment-160505</guid>
		<description>Great idea!  I&#039;m going to post a link up at my custom objects directory - the SSIS Community Tasks and Components project on CodePlex (&lt;a href=&quot;http://ssisctc.codeplex.com/&quot; rel=&quot;nofollow&quot;&gt;http://ssisctc.codeplex.com/&lt;/a&gt;).  You should consider posting the code and binary up on CodePlex...&lt;br&gt;&lt;br&gt;A few notes from someone who&#039;s made quite a few custom tasks: &lt;br&gt;1. You don&#039;t need to restart the SSIS service to use your new task in a project.  After you compile, GAC, and copy your DLL to the Tasks folder, you just need to open a fresh instance of BIDS (you don&#039;t even need to close your custom-task-coding instance of VS).&lt;br&gt;2. Since your properties are &quot;simple types&quot; (strings) - you don&#039;t need to use LoadFromXML/SaveToXML.  SSIS will automagically pick up those properties, save and restore them for you.&lt;br&gt;3. You could use an SSIS Connection Manager instead of passing in the server name only.  It is a tad harder to code (reading through the connections collection and casting), but it does keep all your &quot;connection&quot; info in one place.  (You can even restrict the Connection Manager type to SQL-only connections if you wish.)&lt;br&gt;4. Adding a GUI is dead easy.  Walkthough here: &lt;a href=&quot;http://toddmcdermid.blogspot.com/2009/06/converting-your-script-task-into-custom_30.html&quot; rel=&quot;nofollow&quot;&gt;http://toddmcdermid.blogspot.com/2009/06/conver...&lt;/a&gt;&lt;br&gt;&lt;br&gt;But this is a great idea... it&#039;s given me one or two ideas for some other useful Tasks.</description>
		<content:encoded><![CDATA[<p>Great idea!  I&#39;m going to post a link up at my custom objects directory &#8211; the SSIS Community Tasks and Components project on CodePlex (<a href="http://ssisctc.codeplex.com/" rel="nofollow">http://ssisctc.codeplex.com/</a>).  You should consider posting the code and binary up on CodePlex&#8230;</p>
<p>A few notes from someone who&#39;s made quite a few custom tasks: <br />1. You don&#39;t need to restart the SSIS service to use your new task in a project.  After you compile, GAC, and copy your DLL to the Tasks folder, you just need to open a fresh instance of BIDS (you don&#39;t even need to close your custom-task-coding instance of VS).<br />2. Since your properties are &#8220;simple types&#8221; (strings) &#8211; you don&#39;t need to use LoadFromXML/SaveToXML.  SSIS will automagically pick up those properties, save and restore them for you.<br />3. You could use an SSIS Connection Manager instead of passing in the server name only.  It is a tad harder to code (reading through the connections collection and casting), but it does keep all your &#8220;connection&#8221; info in one place.  (You can even restrict the Connection Manager type to SQL-only connections if you wish.)<br />4. Adding a GUI is dead easy.  Walkthough here: <a href="http://toddmcdermid.blogspot.com/2009/06/converting-your-script-task-into-custom_30.html" rel="nofollow"></a><a href="http://toddmcdermid.blogspot.com/2009/06/conver.." rel="nofollow">http://toddmcdermid.blogspot.com/2009/06/conver..</a>.</p>
<p>But this is a great idea&#8230; it&#39;s given me one or two ideas for some other useful Tasks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd McDermid</title>
		<link>http://blog.stevienova.com/2009/10/23/ssis-custom-control-flow-component-execute-sql-job-and-wait/comment-page-1/#comment-160527</link>
		<dc:creator>Todd McDermid</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1345#comment-160527</guid>
		<description>Great idea!  I&#039;m going to post a link up at my custom objects directory - the SSIS Community Tasks and Components project on CodePlex (&lt;a href=&quot;http://ssisctc.codeplex.com/&quot; rel=&quot;nofollow&quot;&gt;http://ssisctc.codeplex.com/&lt;/a&gt;).  You should consider posting the code and binary up on CodePlex...&lt;br&gt;&lt;br&gt;A few notes from someone who&#039;s made quite a few custom tasks: &lt;br&gt;1. You don&#039;t need to restart the SSIS service to use your new task in a project.  After you compile, GAC, and copy your DLL to the Tasks folder, you just need to open a fresh instance of BIDS (you don&#039;t even need to close your custom-task-coding instance of VS).&lt;br&gt;2. Since your properties are &quot;simple types&quot; (strings) - you don&#039;t need to use LoadFromXML/SaveToXML.  SSIS will automagically pick up those properties, save and restore them for you.&lt;br&gt;3. You could use an SSIS Connection Manager instead of passing in the server name only.  It is a tad harder to code (reading through the connections collection and casting), but it does keep all your &quot;connection&quot; info in one place.  (You can even restrict the Connection Manager type to SQL-only connections if you wish.)&lt;br&gt;4. Adding a GUI is dead easy.  Walkthough here: &lt;a href=&quot;http://toddmcdermid.blogspot.com/2009/06/converting-your-script-task-into-custom_30.html&quot; rel=&quot;nofollow&quot;&gt;http://toddmcdermid.blogspot.com/2009/06/conver...&lt;/a&gt;&lt;br&gt;&lt;br&gt;But this is a great idea... it&#039;s given me one or two ideas for some other useful Tasks.</description>
		<content:encoded><![CDATA[<p>Great idea!  I&#39;m going to post a link up at my custom objects directory &#8211; the SSIS Community Tasks and Components project on CodePlex (<a href="http://ssisctc.codeplex.com/" rel="nofollow">http://ssisctc.codeplex.com/</a>).  You should consider posting the code and binary up on CodePlex&#8230;</p>
<p>A few notes from someone who&#39;s made quite a few custom tasks: <br />1. You don&#39;t need to restart the SSIS service to use your new task in a project.  After you compile, GAC, and copy your DLL to the Tasks folder, you just need to open a fresh instance of BIDS (you don&#39;t even need to close your custom-task-coding instance of VS).<br />2. Since your properties are &#8220;simple types&#8221; (strings) &#8211; you don&#39;t need to use LoadFromXML/SaveToXML.  SSIS will automagically pick up those properties, save and restore them for you.<br />3. You could use an SSIS Connection Manager instead of passing in the server name only.  It is a tad harder to code (reading through the connections collection and casting), but it does keep all your &#8220;connection&#8221; info in one place.  (You can even restrict the Connection Manager type to SQL-only connections if you wish.)<br />4. Adding a GUI is dead easy.  Walkthough here: <a href="http://toddmcdermid.blogspot.com/2009/06/converting-your-script-task-into-custom_30.html" rel="nofollow"></a><a href="http://toddmcdermid.blogspot.com/2009/06/conver.." rel="nofollow">http://toddmcdermid.blogspot.com/2009/06/conver..</a>.</p>
<p>But this is a great idea&#8230; it&#39;s given me one or two ideas for some other useful Tasks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
