<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>SSIS Talk</title>
	<atom:link href="http://www.ssistalk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ssistalk.com</link>
	<description>Random thoughts and experiences with SSIS, by Phil Brammer</description>
	<pubDate>Thu, 16 Apr 2009 21:50:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>SSIS - Bulk Insert Task - Deprecated or not?</title>
		<link>http://www.ssistalk.com/2009/04/16/ssis-bulk-insert-task-deprecated-or-not/</link>
		<comments>http://www.ssistalk.com/2009/04/16/ssis-bulk-insert-task-deprecated-or-not/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 21:50:31 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=144</guid>
		<description><![CDATA[I just wanted to help dispell the rumors that some have about the Bulk Insert task in SSIS.  This task is NOT marked for deprecation.  It will be around for quite a while.  At this time, rest assured that if you are using the Bulk Insert task, you will be supported for [...]]]></description>
			<content:encoded><![CDATA[<p>I just wanted to help dispell the rumors that some have about the Bulk Insert task in SSIS.  This task is NOT marked for deprecation.  It will be around for quite a while.  At this time, rest assured that if you are using the Bulk Insert task, you will be supported for quite some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/04/16/ssis-bulk-insert-task-deprecated-or-not/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSIS Community Samples</title>
		<link>http://www.ssistalk.com/2009/03/20/ssis-community-samples/</link>
		<comments>http://www.ssistalk.com/2009/03/20/ssis-community-samples/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:21:52 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=142</guid>
		<description><![CDATA[Please visit http://www.codeplex.com/SQLSrvIntegrationSrv/ for a nice collection of SSIS samples ranging from XML destinations to BizTalk integrations to EzAPI.  Please be sure to visit the Integration Services CodePlex site if you haven&#8217;t already.
]]></description>
			<content:encoded><![CDATA[<p>Please visit <a href="http://www.codeplex.com/SQLSrvIntegrationSrv/">http://www.codeplex.com/SQLSrvIntegrationSrv/</a> for a nice collection of SSIS samples ranging from XML destinations to BizTalk integrations to EzAPI.  Please be sure to visit the Integration Services <a href="http://www.codeplex.com/">CodePlex</a> site if you haven&#8217;t already.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/03/20/ssis-community-samples/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSIS - Top Microsoft knowledgebase articles</title>
		<link>http://www.ssistalk.com/2009/03/18/ssis-top-microsoft-knowledgebase-articles/</link>
		<comments>http://www.ssistalk.com/2009/03/18/ssis-top-microsoft-knowledgebase-articles/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 01:36:34 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=139</guid>
		<description><![CDATA[Thanks to my friend, Doug, we now know the top list of SSIS knowledgebase articles!  Thanks Doug!
http://dougbert.com/blogs/dougbert/archive/2009/03/17/find-the-top-knowledge-base-articles-for-ssis.aspx
]]></description>
			<content:encoded><![CDATA[<p>Thanks to my friend, <a href="http://dougbert.com">Doug</a>, we now know the top list of SSIS knowledgebase articles!  Thanks Doug!</p>
<p><a href="http://dougbert.com/blogs/dougbert/archive/2009/03/17/find-the-top-knowledge-base-articles-for-ssis.aspx">http://dougbert.com/blogs/dougbert/archive/2009/03/17/find-the-top-knowledge-base-articles-for-ssis.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/03/18/ssis-top-microsoft-knowledgebase-articles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSMS - Trouble cleaning up your MRU server list in SSMS?</title>
		<link>http://www.ssistalk.com/2009/03/18/ssms-trouble-cleaning-up-your-mru-server-list-in-ssms/</link>
		<comments>http://www.ssistalk.com/2009/03/18/ssms-trouble-cleaning-up-your-mru-server-list-in-ssms/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:56:44 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=136</guid>
		<description><![CDATA[Fellow MVP Aaron Bertrand has blogged about the MRU (Most Recently Used) server list in SSMS under SQL Server 2008 and how hard (and unsupported) it is to clean it up versus how it was under SQL Server 2005.    Please give that a read and head over to Connect to vote for [...]]]></description>
			<content:encoded><![CDATA[<p>Fellow MVP Aaron Bertrand has <a href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/03/18/managing-the-mru-list-for-the-connect-to-server-dialog-in-ssms.aspx">blogged</a> about the MRU (Most Recently Used) server list in SSMS under SQL Server 2008 and how hard (and unsupported) it is to clean it up versus how it was under SQL Server 2005.    Please give that a read and head over to Connect to vote for his suggestion as you see fit.</p>
<p>(it&#8217;s easy [but still undocumented] under SQL Server 2005 - just delete the mru.dat file&#8230;)</p>
<p>Connect item: <a href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=424800">https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=424800</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/03/18/ssms-trouble-cleaning-up-your-mru-server-list-in-ssms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSIS - Execute Process Task debugging tip</title>
		<link>http://www.ssistalk.com/2009/03/18/ssis-execute-process-task-debugging-tip/</link>
		<comments>http://www.ssistalk.com/2009/03/18/ssis-execute-process-task-debugging-tip/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 18:06:29 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=131</guid>
		<description><![CDATA[Just a quick tip&#8230;  If you&#8217;re having issues debugging the Execute Process Task, ensure that you have a variable created and mapped to each of the process output properties of the Execute Process Task.  That is, the StandardOutputVariable and the StandardErrorVariable properties.  The StandardOutputVariable will capture any standard output of the process [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick tip&#8230;  If you&#8217;re having issues debugging the Execute Process Task, ensure that you have a variable created and mapped to each of the process output properties of the Execute Process Task.  That is, the StandardOutputVariable and the StandardErrorVariable properties.  The StandardOutputVariable will capture any standard output of the process (the text output normally displayed on the screen).  The StandardErrorVariable will capture any error output from the specified process.  </p>
<p>Doing the above and then setting an OnPostExecute breakpoint on the Execute Process Task, you can use the Locals window to inspect the value of the variables after the process was executed, but before SSIS clears out their values once you&#8217;re done debugging.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/03/18/ssis-execute-process-task-debugging-tip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ETL World Record - 1 terabyte loaded in 30 minutes</title>
		<link>http://www.ssistalk.com/2009/03/15/etl-world-record-1-terabyte-loaded-in-30-minutes/</link>
		<comments>http://www.ssistalk.com/2009/03/15/etl-world-record-1-terabyte-loaded-in-30-minutes/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 03:45:02 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SSIS]]></category>

		<category><![CDATA[SSIS Advanced Techniques]]></category>

		<category><![CDATA[SSIS Data flow]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=127</guid>
		<description><![CDATA[I know, this isn&#8217;t &#8220;breaking&#8221; news or anything, but what is new is the white paper detailing how Microsoft was able to achieve this record breaking speed using SSIS.  Check it out below as its a very interesting read, and it may help generate some new ideas for your implementations.
http://blogs.msdn.com/sqlperf/archive/2009/03/03/an-etl-world-record-revealed-finally.aspx
]]></description>
			<content:encoded><![CDATA[<p>I know, this isn&#8217;t &#8220;breaking&#8221; news or anything, but what is new is the white paper detailing how Microsoft was able to achieve this record breaking speed using SSIS.  Check it out below as its a very interesting read, and it may help generate some new ideas for your implementations.</p>
<p><a href="http://blogs.msdn.com/sqlperf/archive/2009/03/03/an-etl-world-record-revealed-finally.aspx">http://blogs.msdn.com/sqlperf/archive/2009/03/03/an-etl-world-record-revealed-finally.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/03/15/etl-world-record-1-terabyte-loaded-in-30-minutes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s your SQL formatting style?</title>
		<link>http://www.ssistalk.com/2009/03/12/whats-your-sql-formatting-style/</link>
		<comments>http://www.ssistalk.com/2009/03/12/whats-your-sql-formatting-style/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:42:42 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=119</guid>
		<description><![CDATA[Simon Sabin, fellow SQL MVP, has posted on the topic of formatting SQL.
For me, I align my queries vertically like so:

select track,
       level,
       title,
       Name,
       ss.length 

  from ConferenceSession cs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sqlblogcasts.com/blogs/simons/default.aspx">Simon Sabin</a>, fellow SQL MVP, has <a href="http://sqlblogcasts.com/blogs/simons/archive/2009/03/11/Where-should-the-ON-clause-go-.aspx">posted</a> on the topic of formatting SQL.</p>
<p>For me, I align my queries vertically like so:</p>
<pre><code>
select track,
       level,
       title,
       Name,
       ss.length 

  from ConferenceSession cs 

  join session ss
    on ss.sessionId = cs.SessionId 

  join Speaker sp
    on sp.SpeakerId = ss.ownerId 

 where cs.Approved = 1
   and cs.ConferenceId = 4 

 order by length,
          title,
          cs.SessionId desc</code></pre>
<p>If I have multiple join predicates, I continue the indention pattern:</p>
<pre><code>
select track,
       level,
       title,
       Name,
       ss.length

  from ConferenceSession cs 

  join session ss
    on ss.sessionId = cs.SessionId
   and (ss.approved  = 1
        or ss.track  = 'DBA')  

  join Speaker sp
    on sp.SpeakerId = ss.ownerId 

 where cs.Approved = 1
   and cs.ConferenceId = 4

order by length,
         title,
         cs.SessionId desc
</code></pre>
<p>What is your SQL formatting style?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/03/12/whats-your-sql-formatting-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My apologies!</title>
		<link>http://www.ssistalk.com/2009/02/23/my-apologies/</link>
		<comments>http://www.ssistalk.com/2009/02/23/my-apologies/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:27:21 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=116</guid>
		<description><![CDATA[I had a little &#8220;snafu,&#8221; if you will, regarding my domain name provider which caused this site to be unavailable for a few days over the weekend&#8230;  This has been resolved&#8230;.
Sorry for the inconvenience!
]]></description>
			<content:encoded><![CDATA[<p>I had a little &#8220;snafu,&#8221; if you will, regarding my domain name provider which caused this site to be unavailable for a few days over the weekend&#8230;  This has been resolved&#8230;.</p>
<p>Sorry for the inconvenience!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/02/23/my-apologies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy New Year and what&#8217;s in store for SSISTalk.com</title>
		<link>http://www.ssistalk.com/2009/01/01/happy-new-year-and-whats-in-store-for-ssistalkcom/</link>
		<comments>http://www.ssistalk.com/2009/01/01/happy-new-year-and-whats-in-store-for-ssistalkcom/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:46:40 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=107</guid>
		<description><![CDATA[Happy New Year to all of the readers of SSISTalk.com!!
You can look forward to reading about the SSIS API using real world examples, a review of Itzik Ben-Gan&#8217;s new book, &#8220;Microsoft SQL Server 2008 T-SQL Fundamentals,&#8221; more blog posts about tough SSIS concepts, news from the dev team (that I can share!), and much more! [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year to all of the readers of SSISTalk.com!!</p>
<p>You can look forward to reading about the SSIS API using real world examples, a review of <a href="http://www.sql.co.il/">Itzik Ben-Gan&#8217;s</a> new book, &#8220;<a href="http://www.sql.co.il/books/tsqlfund2008/">Microsoft SQL Server 2008 T-SQL Fundamentals</a>,&#8221; more blog posts about tough SSIS concepts, news from the dev team (that I can share!), and much more!  Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2009/01/01/happy-new-year-and-whats-in-store-for-ssistalkcom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSIS - Using the API</title>
		<link>http://www.ssistalk.com/2008/12/31/ssis-using-the-api/</link>
		<comments>http://www.ssistalk.com/2008/12/31/ssis-using-the-api/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 23:35:05 +0000</pubDate>
		<dc:creator>Phil Brammer</dc:creator>
		
		<category><![CDATA[SSIS Advanced Techniques]]></category>

		<guid isPermaLink="false">http://www.ssistalk.com/?p=104</guid>
		<description><![CDATA[From the SSIS development team, Matt Masson has posted a few blog posts on how to use the SSIS API.  The posts use references to the 2008 version of SSIS, but to modify them for 2005 requires a simple change in most cases - Upgrading custom SSIS 2005 components to 2008.
You can find the [...]]]></description>
			<content:encoded><![CDATA[<p>From the SSIS development team, Matt Masson has posted a few blog posts on how to use the SSIS API.  The posts use references to the 2008 version of SSIS, but to modify them for 2005 requires a simple change in most cases - <a href="http://blogs.msdn.com/mattm/archive/2007/06/05/katmai-custom-components-and-upgrade.aspx">Upgrading custom SSIS 2005 components to 2008</a>.</p>
<p>You can find the blog posts here: <a href="http://blogs.msdn.com/mattm/archive/2008/12/30/samples-for-creating-ssis-packages-programmatically.aspx">http://blogs.msdn.com/mattm/archive/2008/12/30/samples-for-creating-ssis-packages-programmatically.aspx</a></p>
<p>Also, there is a post on using a new API framework for SSIS 2008, titled EzAPI: <a href="http://blogs.msdn.com/mattm/archive/2008/12/30/ezapi-alternative-package-creation-api.aspx">http://blogs.msdn.com/mattm/archive/2008/12/30/ezapi-alternative-package-creation-api.aspx</a></p>
<p>I haven&#8217;t looked into the EzAPI yet, but it certainly sounds interesting.</p>
<p>Let me know what you think about the new posts and if you&#8217;d like to see any thing else from the dev team and I&#8217;ll pass it along.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ssistalk.com/2008/12/31/ssis-using-the-api/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
