<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learn SQL With Bru &#187; SSIS</title>
	<atom:link href="http://learnsqlwithbru.com/tag/ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Tue, 06 Mar 2012 19:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SSIS &#8211; Creating a new folder and deploying package in that folder</title>
		<link>http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/</link>
		<comments>http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 05:00:26 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2790</guid>
		<description><![CDATA[In this blog we shall learn how to create a folder in MSDB using SSMS and deploying a package in that folder. This would be beneficial when there are a large number of SSIS packages deployed on your SSIS Server. &#8230; <a href="http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>List of SSIS Error Messages</title>
		<link>http://learnsqlwithbru.com/2011/03/09/list-of-ssis-error-messages/</link>
		<comments>http://learnsqlwithbru.com/2011/03/09/list-of-ssis-error-messages/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 05:00:31 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1355</guid>
		<description><![CDATA[Today, when I was working on SSIS packages, I got an error which as often in SSIS is not clear and descriptive. I searched online for the description and explanation and found this link in MSDN. http://msdn.microsoft.com/en-us/library/ms345164.aspx The page contions &#8230; <a href="http://learnsqlwithbru.com/2011/03/09/list-of-ssis-error-messages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/03/09/list-of-ssis-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code page warning in SSIS</title>
		<link>http://learnsqlwithbru.com/2009/11/29/code-page-warning-in-ssis/</link>
		<comments>http://learnsqlwithbru.com/2009/11/29/code-page-warning-in-ssis/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 05:00:04 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Warning]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=72</guid>
		<description><![CDATA[This article tries to address the code page warnings. This is a common warning encountered in SSIS packages especially when using OLE DB Sources.  The warning is a way to alert the user that SSIS is unable to fetch the &#8230; <a href="http://learnsqlwithbru.com/2009/11/29/code-page-warning-in-ssis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/11/29/code-page-warning-in-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure logging in SSIS packages</title>
		<link>http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/</link>
		<comments>http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 05:00:14 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Logging]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=70</guid>
		<description><![CDATA[In this article we will look at the steps to enable logging in SSIS packages. Each control flow task in a package have multiple events  and logging enables you to look the execution details of these events. Steps to configure &#8230; <a href="http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying SSIS Packages</title>
		<link>http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/</link>
		<comments>http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 05:00:33 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=58</guid>
		<description><![CDATA[In this article we shall take a look at the steps in building an SSIS Package and deploy it. You may have designed the package in your Development System and tested the Package from BIDS. Now it’s time to move &#8230; <a href="http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

