 




<?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>SQL Server with Mr. Denny &#187; Consolidation</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/tag/consolidation/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:04:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SQL Server Consolidation at #SQLExcursions</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-at-sql-excursions/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-at-sql-excursions/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 14:00:50 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Consolidation]]></category>
		<category><![CDATA[SQL Excursions]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-at-sql-excursions/</guid>
		<description><![CDATA[The fifth and final session that I&#8217;ll be presenting at SQL Excursions is on SQL Server Consolidation.  There are lots of ways to consolidate SQL Server databases, and some times the wrong method of consolidation is selected by people.  Knowing all of the options when working on a SQL Server Consolidation project is key to [...]]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://sqlexcursions.com/napa-sql-excursion-session-topics">fifth and final session</a> that I&#8217;ll be presenting at <a href="http://sqlexcursions.com/">SQL Excursions</a> is on SQL Server Consolidation.  There are lots of ways to consolidate SQL Server databases, and some times the wrong method of consolidation is selected by people.  Knowing all of the options when working on a SQL Server Consolidation project is key to a successful consolidation project.  In this session we&#8217;ll look at how to evaluate which consolidation option is best for different kinds of databases so that you can maximize your SQL Server infrastructure and minimize consolidation costs without impacting post consolidation performance.</p>
<p>I hope that the sessions that <a href="http://thomaslarock.com/2011/06/sql-excursions-sessions/">Tom </a>and I are presenting at <a href="http://sqlexcursions.com/">SQL Excursions</a> sound interesting and would help you and your employer succeed in your future projects.  Personally I feel that the costs to go to an event like this are minimal compared to the massive savings that a company could realize over time from the information which their DBA would be able to bring back to the office.</p>
<p>If you haven’t <a href="http://sqlexcursions.com/napa-2011-sign-up">signed up yet</a>, now is the time.</p>
<p><a href="http://sqlexcursions.com/napa-2011-sign-up">See you in Napa</a> September 22nd-24th,</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-at-sql-excursions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Close, Contained Databases and DDoS</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/auto-close-contained-databases-and-ddos/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/auto-close-contained-databases-and-ddos/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 02:21:00 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Attack Prevention]]></category>
		<category><![CDATA[Consolidation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 11]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/auto-close-contained-databases-and-ddos/</guid>
		<description><![CDATA[One of the features which has been announced to be coming in SQL Server “Denali” is the “Contained Database” feature.&#160; The feature which I’m looking for the most from Contained Databases is the ability to create a user within the database without having to first create a login for the user.&#160; This will make database [...]]]></description>
				<content:encoded><![CDATA[<p>One of the features which has been announced to be coming in SQL Server “Denali” is the “Contained Database” feature.&#160; The feature which I’m looking for the most from Contained Databases is the ability to create a user within the database without having to first create a login for the user.&#160; This will make database consolidation and migration projects so much simpler in the future as you won’t have to first create the user in the destination instance with the same SID, or risk having to resync up the logins and users using the sp_change_users_login system stored procedure.</p>
<p>However, there is a little catch with having a lot of contained databases, using contained authentication on a single server, especially if the auto close flag is enabled like it often is on hosting companies servers.&#160; If you are using contained databases, and a user attempts to log into the contained database, but has the wrong password, the database must be opened the password checked, then the database closed.&#160; If this was to begin happening to a large number of contained databases the SQL Server could end up crashing itself as it’s trying to open and close all these databases.&#160; The reason that I see this happening on hosting company servers more than anywhere else, is because hosting companies put lots, and I mean lots, of databases on a single SQL Server instance.&#160; If that server was exposed to the Internet (which they often are so their customers can log into the server via Management Studio) then this becomes an even bigger problem.</p>
<p>Basically what I’m trying to say here is if you have a lot of databases on the server, and you use the auto-close flag on the databases to keep databases that aren’t being used from taking any memory, you’ll need to change this practice before you start deploying contained databases on SQL Server “Denali” when it releases.</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/auto-close-contained-databases-and-ddos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join me and Marathon Technologies as I talk about Consolidation and Virtualization</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/join-me-and-marathon-technologies-as-i-talk-about-consolidation-and-virtualization/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/join-me-and-marathon-technologies-as-i-talk-about-consolidation-and-virtualization/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 14:00:53 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Consolidation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Webcast]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/join-me-and-marathon-technologies-as-i-talk-about-consolidation-and-virtualization/</guid>
		<description><![CDATA[Join me Wednesday March 9th at 8am Pacific (11am Eastern) as I join Marathon Technologies as I present a webcast titled &#8220;Controlling SQL Server Sprawl: The Consolidation Conundrum and Availability Imperative&#8220;.  During this session I&#8217;ll be talking about some of the benefits and risks consolidating SQL Server databases and instances. Denny]]></description>
				<content:encoded><![CDATA[<p>Join me Wednesday March 9th at 8am Pacific (11am Eastern) as I join Marathon Technologies as I present a webcast titled &#8220;<a href="http://bit.ly/ge1RcM">Controlling SQL Server Sprawl: The Consolidation Conundrum and Availability Imperative</a>&#8220;.  During this session I&#8217;ll be talking about some of the benefits and risks consolidating SQL Server databases and instances.</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/join-me-and-marathon-technologies-as-i-talk-about-consolidation-and-virtualization/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Managing Multiple Databases on a Single Server</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/managing-multiple-databases-on-a-single-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/managing-multiple-databases-on-a-single-server/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 09:07:53 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Consolidation]]></category>
		<category><![CDATA[enterpriseitplanet.com]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=286</guid>
		<description><![CDATA[Back in November I wrote an article for Enterprise IT Planet entitled &#8220;Managing Multiple Databases on a Single Server&#8221; in which I go over the potential problems you can face when consolidating instances of SQL Server. Denny]]></description>
				<content:encoded><![CDATA[<p>Back in November I wrote an article for <a href="http://www.enterpriseitplanet.com" target="_blank">Enterprise IT Planet</a> entitled &#8220;<a href="http://www.enterpriseitplanet.com/networking/features/article.php/3782646" target="_blank">Managing Multiple Databases on a Single Server</a>&#8221; in which I go over the potential problems you can face when consolidating instances of SQL Server.</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/managing-multiple-databases-on-a-single-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server consolidation: Why it&#8217;s an optimization technique</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-why-its-an-optimization-technique/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-why-its-an-optimization-technique/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 18:58:51 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Consolidation]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-why-its-an-optimization-technique/</guid>
		<description><![CDATA[This morning I released another tip on SearchSQLServer.com called &#8220;SQL Server consolidation: Why it&#8217;s an optimization technique&#8220;.  It&#8217;s a quick overview on consolidating SQL Server Instances onto a single server along with some of the gotchas. Denny]]></description>
				<content:encoded><![CDATA[<p>This morning I released another tip on <a href="http://www.SearchSQLServer.com" title="SearchSQLServer" target="_blank">SearchSQLServer.com</a> called &#8220;<a href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1332773,00.html" title="Tip" target="_blank">SQL Server consolidation: Why it&#8217;s an optimization technique</a>&#8220;.  It&#8217;s a quick overview on consolidating SQL Server Instances onto a single server along with some of the gotchas.</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/sql-server-consolidation-why-its-an-optimization-technique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t Consolidate Yourself Into Performance Problems &#8211; Archive</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/don%e2%80%99t-consolidate-yourself-into-performance-problems-archive/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/don%e2%80%99t-consolidate-yourself-into-performance-problems-archive/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 19:55:55 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Capacity Manager]]></category>
		<category><![CDATA[Consolidation]]></category>
		<category><![CDATA[David Swanson]]></category>
		<category><![CDATA[Performance Problems]]></category>
		<category><![CDATA[Quest Software]]></category>
		<category><![CDATA[SoSSE]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/don%e2%80%99t-consolidate-yourself-into-performance-problems-archive/</guid>
		<description><![CDATA[The webcast which I did for Quest Software called Don’t Consolidate Yourself Into Performance Problems is now available for viewing after the fact. This is the webcast which I did last week for Quest Software.  It you had signed up for the session Quest should have sent you an email with this URL already.  Thanks, Denny]]></description>
				<content:encoded><![CDATA[<p>The webcast which I did for Quest Software called <a target="_blank" href="http://qlist1.quest.com/t/1842484/42427056/6261/0/">Don’t Consolidate Yourself Into Performance Problems</a> is now available for viewing after the fact.</p>
<p>This is the webcast which I did <a href="http://itknowledgeexchange.techtarget.com/sql-server/dont-consolidate-yourself-into-performance-problems/">last week </a>for <a target="_blank" href="http://www.quest.com" title="Quest Software">Quest Software</a>.  It you had signed up for the session Quest should have sent you an email with this URL already.</p>
<p> Thanks,</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/don%e2%80%99t-consolidate-yourself-into-performance-problems-archive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Consolidate Yourself Into Performance Problems</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/dont-consolidate-yourself-into-performance-problems/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/dont-consolidate-yourself-into-performance-problems/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 01:05:05 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Capacity Manager]]></category>
		<category><![CDATA[Consolidation]]></category>
		<category><![CDATA[David Swanson]]></category>
		<category><![CDATA[Performance Problems]]></category>
		<category><![CDATA[Quest Software]]></category>
		<category><![CDATA[SoSSE]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/dont-consolidate-yourself-into-performance-problems/</guid>
		<description><![CDATA[Join myself and David Swanson from Quest Software (and frequent poster on SQLServerPedia.com) as we show you how to identify problematic applications so that they don't take down all of the other applications on the server at the webcast "Don't Consolidate Yourself Into Performance Problems". Attend this webcast to save your consolidation project and to keep your users happy.]]></description>
				<content:encoded><![CDATA[<p>Consolidated too many databases or too many instances onto a single server?  Got users screaming for their own servers back?</p>
<p>Join myself and David Swanson from <a target="_blank" href="http://www.quest.com" title="Quest">Quest Software</a> (and frequent poster on <a target="_blank" href="http://www.sqlserverpedia.com" title="SQLServerPedia.com">SQLServerPedia.com</a>) as we show you how to identify problematic applications so that they don&#8217;t take down all of the other applications on the server at the webcast &#8220;<a target="_blank" href="http://www.quest.com/events/listdetails.aspx?contentid=7793&amp;technology=34&amp;prod=&amp;prodfamily=&amp;loc=" title="Register for the Webcast">Don&#8217;t Consolidate Yourself Into Performance Problems</a>&#8220;. Attend this webcast to save your consolidation project and to keep your users happy.</p>
<p>The webcast will be on Thursday, August 21, 2008 at 8 a.m. Pacific / 11 a.m. Eastern / 4 p.m. United Kingdom / 5 p.m. Central Europe.  After the presentation there will be a Q&amp;A session where David and I will answer as many questions as possible.</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/dont-consolidate-yourself-into-performance-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
