<?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 2012 Features and the Project Deployment Model</title>
	<atom:link href="http://thinknook.com/ssis-2012-features-and-the-project-deployment-model-2012-04-08/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinknook.com/ssis-2012-features-and-the-project-deployment-model-2012-04-08/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ssis-2012-features-and-the-project-deployment-model</link>
	<description>Because the world needs another Business Intelligence blog!</description>
	<lastBuildDate>Fri, 14 Sep 2018 19:30:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>By: Ivo</title>
		<link>http://thinknook.com/ssis-2012-features-and-the-project-deployment-model-2012-04-08/#comment-3238</link>
		<dc:creator><![CDATA[Ivo]]></dc:creator>
		<pubDate>Fri, 20 Jun 2014 11:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=556#comment-3238</guid>
		<description><![CDATA[Hi there!

In my opinion, a big disadvantage is also the fact, that you cannot create folders in the deployed project. So you are not able to group your packages.]]></description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>In my opinion, a big disadvantage is also the fact, that you cannot create folders in the deployed project. So you are not able to group your packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinknook.com/ssis-2012-features-and-the-project-deployment-model-2012-04-08/#comment-1701</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 00:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=556#comment-1701</guid>
		<description><![CDATA[Hey Viper,

Thanks. The project deployment model does suffer from some annoying quirks from a &quot;developer collaboration&quot; perspective as well, for example a project has to be deployed &lt;strong&gt;in full&lt;/strong&gt; everytime, and you cannot deploy individual SSIS packages, making deployment in a team environment a bit inconvenient to manage, but the benefits (for my projects atleast) outweigh those issues.

I have written an article that helps &lt;a href=&quot;http://thinknook.com/truncate-ssis-catalog-database-operation-log-tables-2012-11-03/&quot; title=&quot;Truncate SSIS Catalog Database Operation Log Tables&quot; rel=&quot;nofollow&quot;&gt;truncate the SSIS catalog DB&lt;/a&gt;, this is a brute force solution that helps maintain your SSIS catalog, but I am yet to complete a list of optimization tips (been busy playing with Hadoop and HDInsight recently). Do you suffer from any particular issues that you would like me to tackle or give attention to in the article?]]></description>
		<content:encoded><![CDATA[<p>Hey Viper,</p>
<p>Thanks. The project deployment model does suffer from some annoying quirks from a &#8220;developer collaboration&#8221; perspective as well, for example a project has to be deployed <strong>in full</strong> everytime, and you cannot deploy individual SSIS packages, making deployment in a team environment a bit inconvenient to manage, but the benefits (for my projects atleast) outweigh those issues.</p>
<p>I have written an article that helps <a href="http://thinknook.com/truncate-ssis-catalog-database-operation-log-tables-2012-11-03/" title="Truncate SSIS Catalog Database Operation Log Tables" rel="nofollow">truncate the SSIS catalog DB</a>, this is a brute force solution that helps maintain your SSIS catalog, but I am yet to complete a list of optimization tips (been busy playing with Hadoop and HDInsight recently). Do you suffer from any particular issues that you would like me to tackle or give attention to in the article?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viper</title>
		<link>http://thinknook.com/ssis-2012-features-and-the-project-deployment-model-2012-04-08/#comment-1694</link>
		<dc:creator><![CDATA[Viper]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 15:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=556#comment-1694</guid>
		<description><![CDATA[Interesting article! I am considering the project deployment method for a new project I am starting on. 

Wil you be updating this post with your optimization tips anytime soon?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Interesting article! I am considering the project deployment method for a new project I am starting on. </p>
<p>Wil you be updating this post with your optimization tips anytime soon?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinknook.com/ssis-2012-features-and-the-project-deployment-model-2012-04-08/#comment-466</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 25 Jul 2012 23:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=556#comment-466</guid>
		<description><![CDATA[thank you!

I&#039;ve actually recently started to notice a few more issues with this new project deployment model, particularly when handling a busy SSIS environment. Mostly these issues are related to bad default configurations on the SSISDB or environment (isolation modes, read/write conflicts and time-outs), mostly can be avoided by configuring the DB and environment manually (and not just leaving it on the default out-of-the-box configuration), but more serious ones like stray SSIS packages executing for days for no reason (and holding off log file checkpoints), and random errors when deploying to the catalog server, are much harder to debug.

I&#039;ll probably be releasing a few optimization tips to help avoid issues when running a high volume of SSIS packages, so watch this space if you are interested! :)]]></description>
		<content:encoded><![CDATA[<p>thank you!</p>
<p>I&#8217;ve actually recently started to notice a few more issues with this new project deployment model, particularly when handling a busy SSIS environment. Mostly these issues are related to bad default configurations on the SSISDB or environment (isolation modes, read/write conflicts and time-outs), mostly can be avoided by configuring the DB and environment manually (and not just leaving it on the default out-of-the-box configuration), but more serious ones like stray SSIS packages executing for days for no reason (and holding off log file checkpoints), and random errors when deploying to the catalog server, are much harder to debug.</p>
<p>I&#8217;ll probably be releasing a few optimization tips to help avoid issues when running a high volume of SSIS packages, so watch this space if you are interested! <img src="http://thinknook.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SVS Sudheer</title>
		<link>http://thinknook.com/ssis-2012-features-and-the-project-deployment-model-2012-04-08/#comment-443</link>
		<dc:creator><![CDATA[SVS Sudheer]]></dc:creator>
		<pubDate>Wed, 09 May 2012 19:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=556#comment-443</guid>
		<description><![CDATA[good information about ssis 2012]]></description>
		<content:encoded><![CDATA[<p>good information about ssis 2012</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: thinknook.com @ 2026-04-15 00:32:44 by W3 Total Cache
-->