<?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"
	>
<channel>
	<title>Comments on: Single Instance vs Multiple Instances</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/</link>
	<description></description>
	<pubDate>Wed, 25 Nov 2009 16:53:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Mldba</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/#comment-251</link>
		<dc:creator>Mldba</dc:creator>
		<pubDate>Fri, 21 Aug 2009 12:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/#comment-251</guid>
		<description>One other reason that may drives the decision to take more than one instance is SLA. We can have one instance where databases are available during business hours and one instance where databases are available 24/7.</description>
		<content:encoded><![CDATA[<p>One other reason that may drives the decision to take more than one instance is SLA. We can have one instance where databases are available during business hours and one instance where databases are available 24/7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crunchie</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/#comment-245</link>
		<dc:creator>Crunchie</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/#comment-245</guid>
		<description>[I]Another place where you may see some pain is your tempdb performance (assuming that both instances use the same tempdb). [/I]

Different instances cannot share tempdb. Databases in the same instance do. Sharing physical disks is a whole different issue and affects not just tempdb but all databases.

RAM is probably one of the easiest issues to address when running multi-instance. It becomes a nightmare to manage in a single instance unless you are running SQL Server 2008 Enterprise Edition with Resource Governor. Even then, it's better, not truly easy.

Availability, collation (as per Robboek's comment) and jobs are also tough issues to address in a single instance with multiple DBs.</description>
		<content:encoded><![CDATA[<p><i>Another place where you may see some pain is your tempdb performance (assuming that both instances use the same tempdb). </i></p>
<p>Different instances cannot share tempdb. Databases in the same instance do. Sharing physical disks is a whole different issue and affects not just tempdb but all databases.</p>
<p>RAM is probably one of the easiest issues to address when running multi-instance. It becomes a nightmare to manage in a single instance unless you are running SQL Server 2008 Enterprise Edition with Resource Governor. Even then, it&#8217;s better, not truly easy.</p>
<p>Availability, collation (as per Robboek&#8217;s comment) and jobs are also tough issues to address in a single instance with multiple DBs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robboek</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/#comment-243</link>
		<dc:creator>Robboek</dc:creator>
		<pubDate>Mon, 03 Aug 2009 17:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/single-instance-vs-multiple-instances/#comment-243</guid>
		<description>One reason you might need to run multiple instances is the collation of system databases, especially tempdb.</description>
		<content:encoded><![CDATA[<p>One reason you might need to run multiple instances is the collation of system databases, especially tempdb.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->