<?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: Creating a SSIS package in VS 2008</title>
	<atom:link href="http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 17:42:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: howard</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1807</link>
		<dc:creator>howard</dc:creator>
		<pubDate>Thu, 21 Apr 2011 15:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1807</guid>
		<description>Here&#039;s where I&#039;m going to learn how to create an SSIS package which does ETL from an Oracle table to a SQL/Server table ...

http://www.microsoft.com/sqlserver/2008/en/us/ssis-oracle.aspx</description>
		<content:encoded><![CDATA[<p>Here&#8217;s where I&#8217;m going to learn how to create an SSIS package which does ETL from an Oracle table to a SQL/Server table &#8230;</p>
<p><a href="http://www.microsoft.com/sqlserver/2008/en/us/ssis-oracle.aspx" rel="nofollow">http://www.microsoft.com/sqlserver/2008/en/us/ssis-oracle.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howard</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1798</link>
		<dc:creator>howard</dc:creator>
		<pubDate>Wed, 20 Apr 2011 17:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1798</guid>
		<description>And now I have 2 questions ...

1. How can I run this &quot;package&quot; outside of Visual Studio?

2. How do I create a package that does ETL?  (Extract-Transform-Load data from 1 database to another)</description>
		<content:encoded><![CDATA[<p>And now I have 2 questions &#8230;</p>
<p>1. How can I run this &#8220;package&#8221; outside of Visual Studio?</p>
<p>2. How do I create a package that does ETL?  (Extract-Transform-Load data from 1 database to another)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howard</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1793</link>
		<dc:creator>howard</dc:creator>
		<pubDate>Tue, 19 Apr 2011 21:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1793</guid>
		<description>Thank-you for this ... I was able to make my way thru this ...

On step #3, it was hard for me to find &quot;Execute Process Task &quot; in the toolbox as I did not see your screen shot showing it in &quot;Control Flow Items&quot; ...

On step #3, it took me a while to figure out what &quot;browse the file location for executing the task&quot; meant ... I figured out that this demo package will simply run &quot;Notepad&quot; and then &quot;Calc&quot; ... so then I had to find the executables for those programs ... for me, they turned out to be in my C:\Windows\System32 folder.

On step #4, it says &quot;These tasks are now connected&quot; ... but that was not free/automatic for me ... I had to figure out how to connect them, which wasn&#039;t hard, but ...


After step #5, I &quot;look into the directory that contains your solution&quot; ... and I do see &quot;dtsx&quot; and &quot;dtproj&quot; files, but not &quot;ds&quot; nor &quot;dsv&quot; files ... have I missed something?  Also, I have a &quot;bin&quot; folder with another &quot;dtsx&quot; file in it ... is that OK?

Again, many thanks for this ... it has helped me, a very new user of SSIS ...</description>
		<content:encoded><![CDATA[<p>Thank-you for this &#8230; I was able to make my way thru this &#8230;</p>
<p>On step #3, it was hard for me to find &#8220;Execute Process Task &#8221; in the toolbox as I did not see your screen shot showing it in &#8220;Control Flow Items&#8221; &#8230;</p>
<p>On step #3, it took me a while to figure out what &#8220;browse the file location for executing the task&#8221; meant &#8230; I figured out that this demo package will simply run &#8220;Notepad&#8221; and then &#8220;Calc&#8221; &#8230; so then I had to find the executables for those programs &#8230; for me, they turned out to be in my C:\Windows\System32 folder.</p>
<p>On step #4, it says &#8220;These tasks are now connected&#8221; &#8230; but that was not free/automatic for me &#8230; I had to figure out how to connect them, which wasn&#8217;t hard, but &#8230;</p>
<p>After step #5, I &#8220;look into the directory that contains your solution&#8221; &#8230; and I do see &#8220;dtsx&#8221; and &#8220;dtproj&#8221; files, but not &#8220;ds&#8221; nor &#8220;dsv&#8221; files &#8230; have I missed something?  Also, I have a &#8220;bin&#8221; folder with another &#8220;dtsx&#8221; file in it &#8230; is that OK?</p>
<p>Again, many thanks for this &#8230; it has helped me, a very new user of SSIS &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan Bandarupalli</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1634</link>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
		<pubDate>Tue, 15 Feb 2011 05:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1634</guid>
		<description>I am fine. Thanks Gopi.</description>
		<content:encoded><![CDATA[<p>I am fine. Thanks Gopi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maryam</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1603</link>
		<dc:creator>maryam</dc:creator>
		<pubDate>Wed, 09 Feb 2011 02:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1603</guid>
		<description>Thanks it was helpful</description>
		<content:encoded><![CDATA[<p>Thanks it was helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarath</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1276</link>
		<dc:creator>sarath</dc:creator>
		<pubDate>Wed, 29 Sep 2010 23:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1276</guid>
		<description>This was helpful.. thanks..</description>
		<content:encoded><![CDATA[<p>This was helpful.. thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopinath</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1197</link>
		<dc:creator>Gopinath</dc:creator>
		<pubDate>Thu, 24 Jun 2010 05:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1197</guid>
		<description>Hey Kalyan, this post helped me to figure out how to create an SSIS package. Thanks. Hope everything is good at your end.</description>
		<content:encoded><![CDATA[<p>Hey Kalyan, this post helped me to figure out how to create an SSIS package. Thanks. Hope everything is good at your end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaitanya</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/comment-page-1/#comment-1189</link>
		<dc:creator>Chaitanya</dc:creator>
		<pubDate>Wed, 09 Jun 2010 10:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-ssis-package-in-vs-2008/#comment-1189</guid>
		<description>Thank you, It is very helpful for beginners</description>
		<content:encoded><![CDATA[<p>Thank you, It is very helpful for beginners</p>
]]></content:encoded>
	</item>
</channel>
</rss>

