<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'Performance', 'Scalability', and 'Scalable Shared Databases'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Performance,Scalability,Scalable+Shared+Databases&amp;orTags=0</link><description>Search results matching tags 'Performance', 'Scalability', and 'Scalable Shared Databases'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Are You Using Scalable Shared Databases?</title><link>http://sqlblog.com/blogs/ben_nevarez/archive/2009/10/30/are-you-using-scalable-shared-databases.aspx</link><pubDate>Fri, 30 Oct 2009 07:26:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:18368</guid><dc:creator>Ben Nevarez</dc:creator><description>&lt;p&gt;Did you know that you can share read-only databases between several instances of SQL Server?&lt;/p&gt;  &lt;p&gt;Scalable Shared Databases is a very interesting SQL Server feature that many of us seem to almost have forgotten about it. Available for the first time in SQL Server 2005 and originally described on the Microsoft KB article 910378, it was later fully documented on Books Online. This Enterprise edition-only feature allows a read-only database to be accessed at the same time by two or more SQL Server instances (maximum recommended is 8). This configuration offers some performance benefits by allowing each of these instances to use its own resources like memory, CPU, and tempdb database. Scalable Shared Databases are used as reporting databases.&lt;/p&gt;  &lt;p&gt;The concept behind Scalable Shared Databases is very simple: you copy a detached database to a volume, configure that volume as read-only, and then you can attach this database by several SQL Server instances. A shared database will look like a regular read-only database in Management Studio.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/ben_nevarez/clip_image002_203CEA28.jpg"&gt;&lt;img title="clip_image002" style="border-right:0px;border-top:0px;display:block;float:none;margin-left:auto;border-left:0px;margin-right:auto;border-bottom:0px;" height="238" alt="clip_image002" src="http://sqlblog.com/blogs/ben_nevarez/clip_image002_thumb_3BA36F9B.jpg" width="273" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;By the way, it would be interesting to know if Microsoft plans to add additional functionality to this scalability feature or to extend it to read-write databases, perhaps something similar to what Oracle RAC is already doing.&lt;/p&gt;  &lt;p&gt;For more details, especially on restrictions and configuration, see the ‘Deploying a Scalable Shared Database’ entry on Books Online.&lt;/p&gt;</description></item></channel></rss>