<?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: SSIS 2008 Package Configuration Issue</title>
	<atom:link href="http://bensullins.com/ssis-2008-package-configuration-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://bensullins.com/ssis-2008-package-configuration-issue/</link>
	<description>Business Intelligence News, Tips, Tools, and Theory</description>
	<lastBuildDate>Thu, 26 Aug 2010 00:58:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Micheline Leichtman</title>
		<link>http://bensullins.com/ssis-2008-package-configuration-issue/comment-page-1/#comment-301</link>
		<dc:creator>Micheline Leichtman</dc:creator>
		<pubDate>Sun, 04 Jul 2010 17:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=121#comment-301</guid>
		<description>Good information on here. Thanks!</description>
		<content:encoded><![CDATA[<p>Good information on here. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd McDermid</title>
		<link>http://bensullins.com/ssis-2008-package-configuration-issue/comment-page-1/#comment-116</link>
		<dc:creator>Todd McDermid</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=121#comment-116</guid>
		<description>One other way to solve this issue is to not collect all of your connections&#039; strings into a single configuration file.  Several of the people most familiar with configuring and deploying SSIS packages recommend that you store ONE connection manager&#039;s connection string per configuration.  That way, you can pick and choose which configurations you need for a particular package - as it&#039;s a one-to-one relationship between configuration files and connection managers.  This also means that if you need to change a connection, you (still) only have one place to change it - and you no longer receive any warnings OR errors.</description>
		<content:encoded><![CDATA[<p>One other way to solve this issue is to not collect all of your connections&#8217; strings into a single configuration file.  Several of the people most familiar with configuring and deploying SSIS packages recommend that you store ONE connection manager&#8217;s connection string per configuration.  That way, you can pick and choose which configurations you need for a particular package &#8211; as it&#8217;s a one-to-one relationship between configuration files and connection managers.  This also means that if you need to change a connection, you (still) only have one place to change it &#8211; and you no longer receive any warnings OR errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://bensullins.com/ssis-2008-package-configuration-issue/comment-page-1/#comment-115</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=121#comment-115</guid>
		<description>It&#039;s not really much to manage since we only have 6 or 7 databases that we connect to. So that&#039;s one file for each connection that is stored in the same directory on each of our servers (dev/test/prod). My goal was to make it as easy as possible to move a large number of packages from dev to test to prod. With this set up there are no changes that need to be made to the packages when they are moved to different servers. I can simply copy and paste them. 

I didn&#039;t think too much about storing them in a SQL table. I guess I could have just have one configuration file with the connection to that environment&#039;s configuration server/table. Then in that table I could store all the other connections in the configuration table....so many possibilities.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not really much to manage since we only have 6 or 7 databases that we connect to. So that&#8217;s one file for each connection that is stored in the same directory on each of our servers (dev/test/prod). My goal was to make it as easy as possible to move a large number of packages from dev to test to prod. With this set up there are no changes that need to be made to the packages when they are moved to different servers. I can simply copy and paste them. </p>
<p>I didn&#8217;t think too much about storing them in a SQL table. I guess I could have just have one configuration file with the connection to that environment&#8217;s configuration server/table. Then in that table I could store all the other connections in the configuration table&#8230;.so many possibilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsullins</title>
		<link>http://bensullins.com/ssis-2008-package-configuration-issue/comment-page-1/#comment-114</link>
		<dc:creator>bsullins</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=121#comment-114</guid>
		<description>Hmmm...interesting, that seems like it would be a lot to manage. Have you considered storing them all in one SQL table and using separate config filters for each connection? 

My goal with this was to create a package template that would automatically apply all the appropriate connections w/o any additional work by the developer other than following the naming convention for their connection manager...</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;interesting, that seems like it would be a lot to manage. Have you considered storing them all in one SQL table and using separate config filters for each connection? </p>
<p>My goal with this was to create a package template that would automatically apply all the appropriate connections w/o any additional work by the developer other than following the naming convention for their connection manager&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://bensullins.com/ssis-2008-package-configuration-issue/comment-page-1/#comment-113</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=121#comment-113</guid>
		<description>I ran into this error as well when moving to 2008 ssis. My solution was to create a seperate config file for each connection string my packages might need. I only add the config files I need to each individual package. The pros are that it was simple to setup and I can still easily update one file when we have a server move. The con is that I have one file for every connection instead of just one file containing all my connections.</description>
		<content:encoded><![CDATA[<p>I ran into this error as well when moving to 2008 ssis. My solution was to create a seperate config file for each connection string my packages might need. I only add the config files I need to each individual package. The pros are that it was simple to setup and I can still easily update one file when we have a server move. The con is that I have one file for every connection instead of just one file containing all my connections.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.265 seconds -->
