<?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>TechBubbles &#187; SQL Server SSIS</title>
	<atom:link href="http://www.techbubbles.com/tag/sql-server-ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 22:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SSIS Package Configuration in SQL server 2008</title>
		<link>http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/</link>
		<comments>http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:35:34 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SQL Server SSIS]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/</guid>
		<description><![CDATA[SSIS configuration wizard allows you to create configurations for packages. It also allows you to update the properties and objects of the package at run time. 
Package Configuration Benefits

Configuration really helps the developers to smoothly move the packages from Development environment to Production environment.

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eg: Configuring the source path of the file or updating the [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Runtime Settings with SSIS Package</title>
		<link>http://www.techbubbles.com/sql-server/runtime-settings-with-ssis-package/</link>
		<comments>http://www.techbubbles.com/sql-server/runtime-settings-with-ssis-package/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:00:36 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server SSIS]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Package]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/runtime-settings-with-ssis-package/</guid>
		<description><![CDATA[Introduction
Clients may require to integrate the SSIS packages in their environment(Production). SSIS package settings needs to be changed at run time and all settings needs to be pulled from the database using set of stored procedures.
1. Create a SSIS package and drag the Execute SQL task to control flow in the package as follows
 
 [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/runtime-settings-with-ssis-package/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using File System Task and FTP Task in SQL server SSIS</title>
		<link>http://www.techbubbles.com/sql-server/using-file-system-task-and-ftp-task-in-sql-server-ssis/</link>
		<comments>http://www.techbubbles.com/sql-server/using-file-system-task-and-ftp-task-in-sql-server-ssis/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:46:39 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[FTP task in SSIS]]></category>
		<category><![CDATA[SQL Server SSIS]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/using-file-system-task-and-ftp-task-in-sql-server-ssis/</guid>
		<description><![CDATA[Tasks are fundamental units in SSIS control flow. Every task in SSIS needs to be configure with required fields. This post going to explain how to use FTP and File System task. You can use the File System to automate data load process.
Consider a scenario where you receive a file from source system via FTP [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/using-file-system-task-and-ftp-task-in-sql-server-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a SSIS package in VS 2008</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/</link>
		<comments>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:55:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SQL Server SSIS]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/</guid>
		<description><![CDATA[This post explains in detail about creating a SSIS package in VS 2008, project folder structure and designer. You can read this post to get understanding on SSIS.
BIDS(Business Intelligence Development Studio) can be found after installing the full version of SQL server 2005 or 2008. I am using the 2008 version for this post. The [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SQL Server Integration Services Features</title>
		<link>http://www.techbubbles.com/sql-server/sql-server-integration-services-features/</link>
		<comments>http://www.techbubbles.com/sql-server/sql-server-integration-services-features/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 17:46:09 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL Server SSIS]]></category>
		<category><![CDATA[SSIS features]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/sql-server-integration-services-features/</guid>
		<description><![CDATA[SSIS is one of the powerful features in SQL Server 2005. Technically it is business intelligence feature and you can load data and do some tasks on it. Traditional DTS has been renamed to SSIS as a foundation to Business Intelligence.
This post briefly explains about the tools in SSIS
 Import and Export Wizard
You can use [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/sql-server-integration-services-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

