<?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: List All SSIS Packages Deployed On Your Integration Server</title>
	<atom:link href="http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/</link>
	<description>SQL Server, BI, .NET, IT and anything else I have been playing with.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:00:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Valentino Vranken</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3865</link>
		<dc:creator>Valentino Vranken</dc:creator>
		<pubDate>Tue, 18 Oct 2011 15:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3865</guid>
		<description>Hi Guru,

I&#039;ve updated the above article to include a reference to another article that should help you out.  It&#039;s located right below the first screenshot.

Hope that helps?
Valentino.</description>
		<content:encoded><![CDATA[<p>Hi Guru,</p>
<p>I&#8217;ve updated the above article to include a reference to another article that should help you out.  It&#8217;s located right below the first screenshot.</p>
<p>Hope that helps?<br />
Valentino.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guru</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3862</link>
		<dc:creator>Guru</dc:creator>
		<pubDate>Mon, 17 Oct 2011 08:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3862</guid>
		<description>How do we list the packages deployed to file system ?</description>
		<content:encoded><![CDATA[<p>How do we list the packages deployed to file system ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shallida</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3638</link>
		<dc:creator>shallida</dc:creator>
		<pubDate>Tue, 10 May 2011 03:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3638</guid>
		<description>Excellent article.  Code works!</description>
		<content:encoded><![CDATA[<p>Excellent article.  Code works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3578</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Wed, 13 Apr 2011 12:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3578</guid>
		<description>Thanks a lot, you made live a lot easier.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, you made live a lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentino Vranken</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3508</link>
		<dc:creator>Valentino Vranken</dc:creator>
		<pubDate>Thu, 17 Mar 2011 06:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3508</guid>
		<description>Hello Noah,

When you deploy a package to Integration Services and you choose MSDB as location, the package will actually get saved to the MSDB database.  That&#039;s one of the system databases running on SQL Server.  To run queries on that database (which is what my script above is doing) you should connect to the Database Engine server on the server where the packages are deployed.

Hope that clarifies it a bit?

Regards,
Valentino.</description>
		<content:encoded><![CDATA[<p>Hello Noah,</p>
<p>When you deploy a package to Integration Services and you choose MSDB as location, the package will actually get saved to the MSDB database.  That&#8217;s one of the system databases running on SQL Server.  To run queries on that database (which is what my script above is doing) you should connect to the Database Engine server on the server where the packages are deployed.</p>
<p>Hope that clarifies it a bit?</p>
<p>Regards,<br />
Valentino.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah Bawdy</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3507</link>
		<dc:creator>Noah Bawdy</dc:creator>
		<pubDate>Thu, 17 Mar 2011 01:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3507</guid>
		<description>Where do you run this query from?
At my company we have Integration Services Servers and Database Engine Servers.
If I&#039;m connected to our Integration Services Server in SQL Server Management Studio and click the New Query button, it wants to connect to a Database Engine Server.</description>
		<content:encoded><![CDATA[<p>Where do you run this query from?<br />
At my company we have Integration Services Servers and Database Engine Servers.<br />
If I&#8217;m connected to our Integration Services Server in SQL Server Management Studio and click the New Query button, it wants to connect to a Database Engine Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentino Vranken</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3265</link>
		<dc:creator>Valentino Vranken</dc:creator>
		<pubDate>Fri, 10 Dec 2010 06:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3265</guid>
		<description>Hi Chinmay,

As I&#039;m using SQL Server for all BI implementations, I am not familiar with Oracle DAC (or &quot;Oracle Business Intelligence Data Warehouse Administration Console&quot; in full).  But it looks like you&#039;ve already gotten your answer here: http://forums.oracle.com/forums/thread.jspa?threadID=2141375

On the other hand, I can confirm that SSIS can load data from Oracle databases, if that&#039;s any help for you?  I&#039;m using the Microsoft OLE DB Provider for Oracle to do that, more precisely &quot;MSDAORA.1&quot;.

Regards,
Valentino.</description>
		<content:encoded><![CDATA[<p>Hi Chinmay,</p>
<p>As I&#8217;m using SQL Server for all BI implementations, I am not familiar with Oracle DAC (or &#8220;Oracle Business Intelligence Data Warehouse Administration Console&#8221; in full).  But it looks like you&#8217;ve already gotten your answer here: <a href="http://forums.oracle.com/forums/thread.jspa?threadID=2141375">http://forums.oracle.com/forums/thread.jspa?threadID=2141375</a></p>
<p>On the other hand, I can confirm that SSIS can load data from Oracle databases, if that&#8217;s any help for you?  I&#8217;m using the Microsoft OLE DB Provider for Oracle to do that, more precisely &#8220;MSDAORA.1&#8243;.</p>
<p>Regards,<br />
Valentino.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chinmay</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-3264</link>
		<dc:creator>Chinmay</dc:creator>
		<pubDate>Wed, 08 Dec 2010 18:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-3264</guid>
		<description>Hi Gurus,

Please conform weather Oracle- DAC is supporting SSIS tool for integration

thanks</description>
		<content:encoded><![CDATA[<p>Hi Gurus,</p>
<p>Please conform weather Oracle- DAC is supporting SSIS tool for integration</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Developer&#39;s Blog &#183; Recursively Delete SSIS Folder</title>
		<link>http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/comment-page-1/#comment-2209</link>
		<dc:creator>A Developer&#39;s Blog &#183; Recursively Delete SSIS Folder</dc:creator>
		<pubDate>Sun, 28 Feb 2010 22:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2010/01/10/list-all-ssis-packages-deployed-on-your-integration-server/#comment-2209</guid>
		<description>[...] while ago I posted a query to create a list of all the Integration Services packages deployed to the MSDB.&#160; I am now using that query to take it a step [...]</description>
		<content:encoded><![CDATA[<p>[...] while ago I posted a query to create a list of all the Integration Services packages deployed to the MSDB.&#160; I am now using that query to take it a step [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

