<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Esoteric : SQL High Availability</title><link>http://blogs.msdn.com/arvindsh/archive/tags/SQL+High+Availability/default.aspx</link><description>Tags: SQL High Availability</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Rolling upgrade of 1 instance from 2-node, 2-instance sql failover cluster to slipstreamed sql 2008 SP1</title><link>http://blogs.msdn.com/arvindsh/archive/2009/04/11/rolling-upgrade-of-1-instance-from-2-node-2-instance-sql-failover-cluster-to-slipstreamed-sql-2008-sp1.aspx</link><pubDate>Sat, 11 Apr 2009 15:00:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9545247</guid><dc:creator>arvindsh</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/arvindsh/comments/9545247.aspx</comments><wfw:commentRss>http://blogs.msdn.com/arvindsh/commentrss.aspx?PostID=9545247</wfw:commentRss><description>&lt;p&gt;Now that &lt;a href="http://blogs.msdn.com/sqlreleaseservices/archive/2009/04/08/sql-server-2008-sp1-released.aspx" target="_blank"&gt;SQL Server 2008 SP1 is released&lt;/a&gt; (download link &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19" target="_blank"&gt;here&lt;/a&gt;), it is time to test a very interesting capability: Service Pack slipstreaming. That means that you can save some time by doing an 'integrated' installation of SQL 2008 which includes the SP1 binaries and avoid having to apply SP1 later on. Windows had this capability for some time but only now is it officially supported for SQL Server 2008.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Scenario&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;This walk-through was conducted on a 2-node, 2-SQL instance Windows 2003 x86 cluster. The 2 instances were:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;VIRSQL2K - default instance of SQL Server 2000 SP4 (2039 build)  &lt;li&gt;VIRSQL2K5\SQL2K5 - named instance of SQL Server 2005 SP2 (3042 build)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Objective and Tools&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;We want to upgrade the SQL 2000 instance to SQL 2008, in-place. Currently we will not be touching the SQL 2005 instance (maybe I will do another blog post for that if there are any specific observations.) The objective was to minimize downtime of either instance while performing an in-place upgrade to SQL Server 2008 SP1. To achieve the objective, we use 2 new features which are available in SQL Server 2008:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Rolling upgrades - by using this approach to upgrade, we minimize the time that the instance which is being upgraded is not available to end users. Typically in SQL 2005 or 2000, both version and service pack / hotfix upgrades required total downtime wherein the instance will not be available. Comparatively with rolling upgrade to SQL 2008 we can have minimum downtime, which is restricted to the amount of time it takes to upgrade system databases and the user databases to the SQL 2008 format. In my testing this minimum downtime was measured at around a minute.  &lt;ul&gt; &lt;li&gt;&lt;a title="http://support.microsoft.com/kb/958734" href="http://support.microsoft.com/kb/958734" target="_blank"&gt;http://support.microsoft.com/kb/958734&lt;/a&gt; talks about rolling updates / upgrades&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Slipstreamed setup - this is a new feature introduced in SQL Server 2008 SP1. If you were not aware about this capability, I would request you to study the details from the following resources:  &lt;ul&gt; &lt;li&gt;&lt;a title="http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx" href="http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx" target="_blank"&gt;http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx&lt;/a&gt;  &lt;li&gt;&lt;a title="http://blogs.msdn.com/psssql/archive/2009/03/17/how-to-fix-your-sql-server-2008-setup-before-you-run-setup-part-ii.aspx" href="http://blogs.msdn.com/psssql/archive/2009/03/17/how-to-fix-your-sql-server-2008-setup-before-you-run-setup-part-ii.aspx" target="_blank"&gt;http://blogs.msdn.com/psssql/archive/2009/03/17/how-to-fix-your-sql-server-2008-setup-before-you-run-setup-part-ii.aspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Step-by-step&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;1. Pre-requisites&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Install the Windows Installer 4.5 (found on SQL 2008 DVD) prior to your actual downtime. Do not reboot at this stage.&lt;/li&gt; &lt;li&gt;Install the hotfix for KB article 937444 (from &lt;a href="http://support.microsoft.com/kb/937444" target="_blank"&gt;http://support.microsoft.com/kb/937444&lt;/a&gt;). The SQL issue pertaining to this OS hotfix is documented in &lt;a title="http://support.microsoft.com/kb/955828" href="http://support.microsoft.com/kb/955828" target="_blank"&gt;http://support.microsoft.com/kb/955828&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Review all the cluster specific best practices documented in &lt;a href="http://blogs.msdn.com/arvindsh/archive/2009/01/03/sql-server-2000-2005-failover-cluster-pre-installation-checklist.aspx" target="_blank"&gt;my previous post&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Install .NET Framework 3.5 SP1 (found on SQL 2008 DVD) prior to your actual downtime.&lt;/li&gt; &lt;li&gt;At a suitable window (you may couple this with your actual upgrade downtime) you need to reboot to complete the process.&lt;/li&gt; &lt;li&gt;Do these steps on both nodes. Take care to stagger the reboots mentioned above to avoid total non-availability of your SQL instances.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;1. Prepare the merged (slipstreamed) media&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;In my case I was just dealing with x86 instances, so I optimized some steps from the blogs above&lt;/p&gt; &lt;ul&gt; &lt;li&gt;From SQL 2008 DVD, copy the x86 subfolder and the files from the root (setup.exe etc.), I did not copy the IA64 and x64 folders. I copied these to c:\sql2008 on my local nodes  &lt;li&gt;Extract the SQL 2008 SP1 contents to c:\sql2008\pcu on each of the nodes. To do this I used  &lt;ul&gt; &lt;li&gt;SQLServer2008SP1-KB968369-x86-ENU.exe /x:c:\sql2008\pcu /q&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;I then copied setup.exe and setup.rll from the c:\sql2008\pcu folder to c:\sql2008, overwriting the older ones  &lt;li&gt;I then copied the FILEs (NOT the sub-folders, and also ignore the Microsoft.SQL.Chainer.PackageData.dll from c:\sql2008\pcu\x86) of the c:\sql2008\pcu\x86 folder, into the c:\sql2008\x86 folder.  &lt;ul&gt; &lt;li&gt;If you accidentally copied Microsoft.SQL.Chainer.PackageData.dll (like I did once) you will receive an error message when you launch setup: 'specified action LandingPage is not supported for the sql server patching operation'. (In fact the blog post from Peter also talks about this error.)&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Peter's original blog post and also the current one from Bob Ward mention copying the sqlsupport.msi files over. I did do that, though Peter mentioned it is no longer required. Copy the sqlsupport.msi from c:\sql2008\pcu\x86\setup\1033 to c:\sql2008\x86\setup (note that there is no 1033 in the destination, that is not a typo.) You can overwrite the older version and you may note that the older version was actually larger than the new one!  &lt;li&gt;At this time you are ready to roll.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;2. Run setup on passive node&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;I ran setup from the command prompt, specifying the PCUSource by hand:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;cd c:\sql2008  &lt;li&gt;setup.exe /Action=UPGRADE /PCUSource=c:\sql2008\pcu&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Initially I select the SQL 2000 instance, which is active on the other node:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_8.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_3.png" width="644" height="178"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;In the cluster security policy screen, you need to enter the service account domain group names. Now something related to this step caused a problem for later on, I will explain it later:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_6.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_2.png" width="644" height="144"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;At the Upgrade Rules screen in setup, you can verify that we are slipstreaming:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_2.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb.png" width="644" height="367"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Also in Upgrade Rules you might be warned that any other SQL instances active on this node will be restarted due to cluster resource DLL update. This is very important if you have not planned on those other instances being restarted. So you should note it and factor it into your upgrade plans:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_4.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_1.png" width="644" height="187"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Later the cluster upgrade report clearly tells us it is going to upgrade just this (passive) node:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_10.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_4.png" width="644" height="172"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Once again we check we are slipstreaming:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_12.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_5.png" width="644" height="469"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The rest of setup was fairly uneventful and at the end I checked the sqlservr.exe version on this (passive) node:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_14.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_6.png" width="644" height="436"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;If you check the old SQL 2000 installation folder, you will note that the binaries and other folders have been cleaned up.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;3. Change group for failed Full-Text Search resource&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;At this stage you may notice that the full-text search service cluster resource is either stopped or plain does not even show up. In my case I received the following message in cluster admin. I just moved out the fulltext resource into another cluster group for the moment.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_16.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_7.png" width="644" height="364"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;4. Failover and watch the upgrade of system databases happen&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;At this stage, you are ready to failover the SQL 2000 instance from (let's say) NodeA (which is still running SQL 2000 and has not been touched by upgrade process) to the NodeB (on which the SQL 2000 service has been upgraded, binaries-only, to SQL 2008). What is supposed to happen after the move group, is that the SQL 2000 instance is temporarily unavailable, SQL 2008 service starts up on NodeB, it then upgrades the system databases to SQL 2008 'format' and also upgrades the user databases to SQL 2008 'format'. This is technically a point of 'no-return' from which roll back means reinstalling SQL 2000 and restoring from backups.&lt;/p&gt; &lt;p&gt;In my case, things did not go well initially, and on failover from NodeA to NodeB, SQL 2008 instance failed to come online on NodeB, restarted and couple of times and then flipped back to NodeA. Checking the event log showed this message:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;initerrlog: Could not open error log file ''. Operating system error = 3(The system cannot find the path specified.). &lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;I verified the startup parameters using Configuration Manager on NodeB and also double-checked using Enterprise Manager on NodeA, and they were correct. The only other possibility was a permissions issue, and I used &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx" target="_blank"&gt;Process Monitor&lt;/a&gt; from SysInternals to track down the issue. It turned out that my SQL 2008 service account (which was the same as what the 2000 version used) did not have access to a registry key. Then it dawned on me that the domain group membership I referred to previously, was not granted. To fix this was easy, used AD Users and Computers and added my service account into this group:  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_18.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_8.png" width="644" height="438"&gt;&lt;/a&gt;  &lt;p&gt;After this was fixed, I was able to move group again to NodeB at which stage the database upgrades happened and the instance was online. Here are some random snippets from the SQL errorlog at the time of upgrade, just to show you what happened under the hood:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;2009-04-11 04:08:06.43 Server Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (Intel X86)  &lt;li&gt;2009-04-11 04:08:17.14 spid7s Database 'master' running the upgrade step from version 654 to version 655.  &lt;li&gt;2009-04-11 04:08:18.84 spid8s Converting database 'model' from version 539 to the current version 655.  &lt;li&gt;2009-04-11 04:08:33.61 spid7s Database 'master' is upgrading script 'sqlagent90_msdb_upgrade.sql' from level 0 to level 2.  &lt;li&gt;2009-04-11 04:09:26.75 spid7s Recovery is complete.&amp;nbsp; This is an informational message only.&amp;nbsp; No user action is required.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Total time from start to finish: 1:01 minutes. That means that my instance was potentially unavailable just for this long. That is pretty impressive!&lt;/p&gt; &lt;p&gt;&lt;strong&gt;5. Run setup on previously active node&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The process on NodeA was pretty much the same as described above. All of the steps described above are relevant, except for #4 above, because the databases are already upgraded once. The only thing you may come across if you have not handled the full-text search resource issue would be an error in setup: 'The device is not ready':&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_22.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_10.png" width="644" height="156"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I am not 100% sure, but it seems related to the fact that full text was not moved out to another group. Moving it out fixed the above setup error on NodeA.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;6. Verify setup&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Just a casual check here using Management Studio (yes, the management tools get upgraded from Query Analyzer / Enterprise Manager to SSMS) and verify that we are indeed on SQL 2008 SP1:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_24.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/Rollingupgradeof2node2instancesqlfailove_E0FF/image_thumb_11.png" width="644" height="368"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Key Learnings&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Read the blog posts mentioned above very carefully while preparing the merged drop  &lt;li&gt;Watch out for the exact DLL to be excluded (Microsoft.SQL.Chainer.PackageData.dll).  &lt;li&gt;Pre-create the domain group for SQL Server 2008 service account in the AD (only required if you are on Windows 2003)  &lt;li&gt;Add the SQL 2000 service account to the SQL 2008 domain group before you run the setup program  &lt;li&gt;Change group for the failed Full-Text Search resource from the SQL group to any other group  &lt;li&gt;Due to resource DLL update, be prepared for a restart of any other SQL instance on the node you are upgrading (such as in a N-instance cluster)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;I hope you enjoyed this blog post and if you do like it, please do take a second to rate this post and also leave a few comments if you can. See you later!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9545247" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/arvindsh/archive/tags/SQL+High+Availability/default.aspx">SQL High Availability</category></item><item><title>SQL Server 2000 / 2005 Failover Cluster Pre-installation Checklist</title><link>http://blogs.msdn.com/arvindsh/archive/2009/01/03/sql-server-2000-2005-failover-cluster-pre-installation-checklist.aspx</link><pubDate>Sat, 03 Jan 2009 09:12:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9270113</guid><dc:creator>arvindsh</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/arvindsh/comments/9270113.aspx</comments><wfw:commentRss>http://blogs.msdn.com/arvindsh/commentrss.aspx?PostID=9270113</wfw:commentRss><description>&lt;p&gt;Here's a quick checklist before you install an instance of SQL Server on a failover cluster; or any service pack or hotfix for an instance. Following this list should eliminate 90% of the most common causes of setup failure.&lt;/p&gt; &lt;p&gt;Please note that this checklist does not cover all the 'normal' requirements for installation of a SQL Server failover cluster instance. For that you may refer to this excellent &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=818234dc-a17b-4f09-b282-c6830fead499&amp;amp;DisplayLang=en"&gt;white paper on the subject&lt;/a&gt;. I also recommend that you view my colleague &lt;a href="http://support.microsoft.com/kb/953170"&gt;Uttam Parui's webcast&lt;/a&gt; as well prior to attempting any installations on Windows Server 2008. He covers many issues specific to Windows 2008 as well.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Common points for all SQL 200x versions&lt;/strong&gt;&lt;/p&gt; &lt;table cellspacing="0" cellpadding="2" width="746" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;&lt;strong&gt;Checklist item&lt;/strong&gt;&lt;/td&gt; &lt;td valign="top" width="470"&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;1. Name resolution&lt;/td&gt; &lt;td valign="top" width="470"&gt;Verify network name resolution of physical nodes using machine name and FQDN (fully qualified DNS name) using PING&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="470"&gt;Verify network name resolution of SQL Server virtual network name using PING of network name and FQDN&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;2. Verify admin shares&lt;/td&gt; &lt;td valign="top" width="470"&gt;From each node, try to access the C$ and ADMIN$ shares of each of the other nodes.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;3. Verify network binding order&lt;/td&gt; &lt;td valign="top" width="470"&gt; &lt;ul&gt; &lt;li&gt;Click &lt;strong&gt;Start&lt;/strong&gt;, point to &lt;strong&gt;Settings&lt;/strong&gt;, click &lt;strong&gt;Control Panel&lt;/strong&gt;, and then double-click &lt;strong&gt;Network and Dial-up Connections&lt;/strong&gt;.  &lt;li&gt;On the &lt;strong&gt;Advanced&lt;/strong&gt; menu, click &lt;strong&gt;Advanced Settings&lt;/strong&gt;.  &lt;li&gt;In the &lt;strong&gt;Connections&lt;/strong&gt; box, make sure that your bindings are in the following order, and then click &lt;strong&gt;OK&lt;/strong&gt;: &lt;/li&gt; &lt;ul&gt; &lt;li&gt;External public network  &lt;li&gt;Internal private network (Heartbeat)  &lt;li&gt;[Remote Access Connections] &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;p&gt;The idea is to have the public network as the highest in the binding order.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;4. Verify the cluster network priority and ensure that private network is for internal communications only.&lt;/td&gt; &lt;td valign="top" width="470"&gt; &lt;ul&gt; &lt;li&gt;Start Cluster Administrator.  &lt;li&gt;Click the cluster name at the root of Administrator. On the &lt;strong&gt;File&lt;/strong&gt; menu, click &lt;strong&gt;Properties&lt;/strong&gt;.  &lt;li&gt;On the &lt;strong&gt;Network Priority&lt;/strong&gt; tab, verify that the private network is listed at the top. If it is not, use the &lt;strong&gt;Move Up&lt;/strong&gt; button to increase its priority.  &lt;li&gt;Click the private network, and then click &lt;strong&gt;Properties&lt;/strong&gt;.  &lt;li&gt;Click to select the &lt;strong&gt;Enable this network for cluster use&lt;/strong&gt; check box.  &lt;li&gt;Click &lt;strong&gt;Internal cluster communications only (private Network)&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The idea here is to make sure that the private network only carries internal cluster traffic and that it is listed as the #1 preferred network to carry that traffic.&lt;/p&gt; &lt;p&gt;Refer to &lt;a href="http://support.microsoft.com/kb/"&gt;http://support.microsoft.com/kb/258750&lt;/a&gt; for this and the previous point.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;5. Ensure that all the nodes are in perfect time synchronization with your DC&lt;/td&gt; &lt;td valign="top" width="470"&gt;Using NET TIME command you can check (and optionally set) the local time on each node. Failure to synchronize the time on the nodes will cause Kerberos authentication failures which in some cases can cause setup to fail.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;6. Verify that there are no 'special' characters in resource names&lt;/td&gt; &lt;td valign="top" width="470"&gt;Avoid the following special characters in the resource names:&lt;br&gt;&lt;br&gt; &lt;ul&gt; &lt;li&gt;&amp;gt;  &lt;li&gt;&amp;lt;  &lt;li&gt;"  &lt;li&gt;'  &lt;li&gt;&amp;amp;  &lt;li&gt;(, )  &lt;li&gt;+  &lt;li&gt;Characters with a dieresis, a tilde, or a space character. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Reference: &lt;a href="http://support.microsoft.com/kb/"&gt;http://support.microsoft.com/kb/302491&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;7. Ensure all the physical disk resources in the cluster are online&lt;/td&gt; &lt;td valign="top" width="470"&gt;Though this issue primarily has been observed for SQL Server 2005, it may be a good idea to check it for all versions.&lt;br&gt;&lt;br&gt;Reference: &lt;a title="http://blogs.msdn.com/sqlserverfaq/archive/2008/12/17/sql-server-2005-setup-failing-to-install-on-cluster-with-unexpected-failure-while-performing-the-scc-checks.aspx" href="http://blogs.msdn.com/sqlserverfaq/archive/2008/12/17/sql-server-2005-setup-failing-to-install-on-cluster-with-unexpected-failure-while-performing-the-scc-checks.aspx"&gt;http://blogs.msdn.com/sqlserverfaq/archive/2008/12/17/sql-server-2005-setup-failing-to-install-on-cluster-with-unexpected-failure-while-performing-the-scc-checks.aspx&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;8. Remote Registry&lt;/td&gt; &lt;td valign="top" width="470"&gt;Ensure that the remote registry service is started&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;9. Service Account User Rights Assignment&lt;/td&gt; &lt;td valign="top" width="470"&gt;Ensure that your SQL Server service account has the following privileges:&lt;br&gt; &lt;ul&gt; &lt;li&gt;Act as part of the operating system (Microsoft Windows 2000 only&lt;/li&gt; &lt;li&gt;Adjust memory quotas for a process&lt;/li&gt; &lt;li&gt;Bypass traverse checking&lt;/li&gt; &lt;li&gt;Log on as a batch job&lt;/li&gt; &lt;li&gt;Log on as a service&lt;/li&gt; &lt;li&gt;Replace a process-level token&lt;/li&gt; &lt;li&gt;Lock Pages in Memory (Only for SQL Server Service account to use AWE on 32-bit)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Reference: &lt;a title="http://support.microsoft.com/kb/283811" href="http://support.microsoft.com/kb/283811"&gt;http://support.microsoft.com/kb/283811&lt;/a&gt;, &lt;a title="http://support.microsoft.com/kb/840219" href="http://support.microsoft.com/kb/840219"&gt;http://support.microsoft.com/kb/840219&lt;/a&gt; and &lt;a title="http://support.microsoft.com/kb/254321" href="http://support.microsoft.com/kb/254321"&gt;http://support.microsoft.com/kb/254321&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="274"&gt;10. Service Account should be member of local administrators&lt;/td&gt; &lt;td valign="top" width="470"&gt;Unfortunately the SQL Server 2000 program mandates this pre-requisite. But if you carefully follow the steps to assign the user rights, NTFS permissions and registry permissions as per the above mentioned KB articles, then you can change the account later on post setup.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;strong&gt;SQL Server 2005 specific points&lt;/strong&gt;&lt;/p&gt; &lt;table cellspacing="0" cellpadding="2" width="747" border="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="271"&gt;&lt;strong&gt;Checklist item&lt;/strong&gt;&lt;/td&gt; &lt;td valign="top" width="474"&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="271"&gt;1. Verify required services are started&lt;/td&gt; &lt;td valign="top" width="474"&gt;The following services must be started on both nodes:&lt;br&gt; &lt;ul&gt; &lt;li&gt;Task Scheduler &lt;li&gt;Remote Registry &lt;li&gt;COM+ System Application &lt;li&gt;Server &lt;li&gt;Cryptographic services&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="271"&gt;2. MSDTC cluster resource requirement&lt;/td&gt; &lt;td valign="top" width="474"&gt;If you are installing anything other than the database engine component on Windows Server 2003, then you must create the MSDTC resource in the cluster prior to running setup.&lt;br&gt;&lt;br&gt;Reference: &lt;a href="http://support.microsoft.com/kb/"&gt;http://support.microsoft.com/kb/301600&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="271"&gt;3. Folder structure for installation files&lt;/td&gt; &lt;td valign="top" width="474"&gt;If you are installing from a network dump, make sure that the Servers and Tools sub-folders are preserved correctly. For example in the D:\SQLServer2005 folder, create the following two subfolders:  &lt;ul&gt; &lt;li&gt;Servers&lt;/li&gt; &lt;li&gt;Tools&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="271"&gt;4. Remote desktop connections on passive nodes.&lt;/td&gt; &lt;td valign="top" width="474"&gt;Except for the node from where the installation is being run, please log off from any Remote Desktop or Terminal Services sessions on all the other nodes. It may be a good idea to log off from the console session as well.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="271"&gt;5. Non-administrator Service Account&lt;/td&gt; &lt;td valign="top" width="474"&gt;The SQL Server 2005 service account need not be a member of local administrators. As long as it has the user rights (from point #9 in the previous table) assigned to it, it will work without any local administrative privileges. The SQL 2005 setup program automatically grants the necessary permissions and user rights to the service accounts chosen.&lt;br&gt;&lt;br&gt; &lt;p&gt;Reference: &lt;a title="http://support.microsoft.com/kb/283811" href="http://support.microsoft.com/kb/283811"&gt;http://support.microsoft.com/kb/283811&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;Please let me know if you liked this article and if it was useful for your purposes, by rating the article and optionally providing any comments. If you have any questions as well please leave them as comments; I will respond to them!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9270113" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/arvindsh/archive/tags/SQL+High+Availability/default.aspx">SQL High Availability</category></item><item><title>Howto: Have a Clustered instance of SQL Server listen on multiple virtual IP addresses</title><link>http://blogs.msdn.com/arvindsh/archive/2008/12/30/howto-have-a-clustered-instance-of-sql-server-listen-on-multiple-virtual-ip-addresses.aspx</link><pubDate>Tue, 30 Dec 2008 14:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256928</guid><dc:creator>arvindsh</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/arvindsh/comments/9256928.aspx</comments><wfw:commentRss>http://blogs.msdn.com/arvindsh/commentrss.aspx?PostID=9256928</wfw:commentRss><description>&lt;P&gt;Recently a colleague asked me if there were any changes specific to Windows Server 2008 which allow SQL Server (clustered instance) to listen on multiple subnets. There was only one change in Windows 2008 to my knowledge (which I have detailed in this post later on) but that had nothing specific to do with SQL listening on different subnets. I did some testing and have posted the results below.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Network configuration&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Assuming the following network configuration on the local nodes, there are 3 networks on this cluster:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Cluster_Public: subnet is 255.255.255.0 (used only for mixed communications in the cluster) 
&lt;LI&gt;Second_Public: subnet is 255.255.0.0 (used only for public communications in the cluster) 
&lt;LI&gt;Cluster_Private: subnet is 255.0.0.0 (used only for private communications in the cluster)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image001_2.png" mce_href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image001_2.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=386 alt=clip_image001 src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image001_thumb.png" width=504 border=0 mce_src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image001_thumb.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SQL Server 2000&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This version had the capability to bind to multiple virtual IP addresses. When setting up SQL Server, on the following page, you can specify both the IP addresses. The same page can also be subsequently accessed by re-running the setup program and selecting the Advanced option to Maintain Failover Clustering.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image002_2.png" mce_href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image002_2.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=484 alt=clip_image002 src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image002_thumb.png" width=605 border=0 mce_src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image002_thumb.png"&gt;&lt;/A&gt; 
&lt;P&gt;Assuming that setup succeeds, you can check the SQL Server error log (shown below) and verify that the SQL instance is successfully listening on both virtual IPs: 
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image003_2.png" mce_href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image003_2.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=51 alt=clip_image003 src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image003_thumb.png" width=644 border=0 mce_src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image003_thumb.png"&gt;&lt;/A&gt; 
&lt;P&gt;The key to this is actually that the SQL Server resource in the cluster is now dependent on the 2 VIPs: 
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image004_2.png" mce_href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image004_2.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=379 alt=clip_image004 src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image004_thumb.png" width=644 border=0 mce_src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image004_thumb.png"&gt;&lt;/A&gt; 
&lt;P&gt;However, due to &lt;A href="http://support.microsoft.com/kb/244980" mce_href="http://support.microsoft.com/kb/244980"&gt;a limitation in SQL 2000&lt;/A&gt;, we cannot directly do this in the cluster administrator, you always have to use the setup program to do the same. As we will see later on the limitation no longer exists in SQL 2005 or 2008. 
&lt;P&gt;&lt;STRONG&gt;SQL Server 2005 / 2008&lt;/STRONG&gt; 
&lt;P&gt;Things are different and easier in these versions. One option is at setup time, if you want to configure SQL Server to listen on multiple virtual IPs, you need to specify them in the setup program: 
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image005_2.png" mce_href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image005_2.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=484 alt=clip_image005 src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image005_thumb.png" width=532 border=0 mce_src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image005_thumb.png"&gt;&lt;/A&gt; 
&lt;P&gt;However, later on if you want to maintain the cluster and ADD a new virtual IP, all you need to do to have SQL listen on multiple Virtual IP addresses is to follow the steps below: 
&lt;UL&gt;
&lt;LI&gt;Take the SQL Server network name offline 
&lt;LI&gt;Add an additional&amp;nbsp; IP resource with the new (additional) VIP for SQL to listen on 
&lt;LI&gt;Add the new IP resource as an additional dependency for the sql network name resource 
&lt;LI&gt;Bring the SQL Server resource online, the errorlog should show sql listening on the 2 IPs:&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image006_2.png" mce_href="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image006_2.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=44 alt=clip_image006 src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image006_thumb.png" width=644 border=0 mce_src="http://blogs.msdn.com/blogfiles/arvindsh/WindowsLiveWriter/HowtoHaveaClusteredinstanceofsqllistenon_240/clip_image006_thumb.png"&gt;&lt;/A&gt; 
&lt;P&gt;&lt;STRONG&gt;Windows 2008 cluster, multiple subnets, 'OR' dependencies and SQL Server&lt;/STRONG&gt; 
&lt;P&gt;So, with all this background, what has changed in Windows 2008? Well, it is a question of dependencies and how they affect the dependent resource (in this case SQL Server.) By default, in Windows 2000 and 2003, the failure of &lt;EM&gt;&lt;STRONG&gt;any one &lt;/STRONG&gt;&lt;/EM&gt;of multiple virtual IP address resource dependencies for SQL Server, will cause the SQL Server resource to restart. This is because the dependencies by default work in a 'AND' mode. 
&lt;P&gt;In Windows 2008, there is now support for each node to be on a different subnet (see &lt;A href="http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx" mce_href="http://msmvps.com/blogs/jtoner/archive/2008/08/08/multiple-subnets-with-windows-2008-clusters.aspx"&gt;this MVP article&lt;/A&gt; for a nice explanation) due to which support for an OR dependency has been introduced. However, for SQL Server to co-exist in this environment, both the subnets must be up for SQL Server to function correctly. I will cover this topic (SQL 2005 / 2008 on Windows Server 2008 with nodes in different subnets) in a later post. &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9256928" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/arvindsh/archive/tags/SQL+High+Availability/default.aspx">SQL High Availability</category></item><item><title>Concurrency of Full, Differential and Log backups on the same database</title><link>http://blogs.msdn.com/arvindsh/archive/2008/12/30/concurrency-of-full-differential-and-log-backups-on-the-same-database.aspx</link><pubDate>Tue, 30 Dec 2008 12:44:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256866</guid><dc:creator>arvindsh</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/arvindsh/comments/9256866.aspx</comments><wfw:commentRss>http://blogs.msdn.com/arvindsh/commentrss.aspx?PostID=9256866</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Many a time, we are asked by customers about the effect of overlapping backup schedules: for example, whether they can backup the transaction log at the same time that a long-running complete backup of the database is taking place.&amp;nbsp; Books Online does talk about the concurrency, but does not cover all versions or combinations.&lt;/p&gt; &lt;p&gt;Here is a short test case to illustrate the concepts involved. At the end of the post, I have provided a summary of what works in what version.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Test Case&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;I ran the 3 types of backups on a SQL 2005 / 2008 database at the &lt;em&gt;same time&lt;/em&gt;: &lt;ul&gt; &lt;li&gt;COMPLETE a.k.a. FULL (backup database mydb to disk = 'c:\temp\mydb.bak' with init)&lt;/li&gt; &lt;li&gt;DIFFERENTIAL (backup database mydb to disk = 'c:\temp\mydb_diff.bak' with differential, init)&lt;/li&gt; &lt;li&gt;LOG (backup log mydb to disk = 'c:\temp\mydb.trn' with init)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Here is the output of each command for verbose reference. Also included immediately below is a snapshot from sysprocesses showing the blocking of the DIFFERENTIAL backup and the concurrent execution of the LOG backup.&lt;/p&gt; &lt;table style="width: 625pt; border-collapse: collapse" cellspacing="0" cellpadding="0" width="832" border="0"&gt; &lt;colgroup&gt; &lt;col style="width: 25pt; mso-width-source: userset; mso-width-alt: 1206" width="33"&gt; &lt;col style="width: 42pt; mso-width-source: userset; mso-width-alt: 2048" width="56"&gt; &lt;col style="width: 47pt; mso-width-source: userset; mso-width-alt: 2267" width="62"&gt; &lt;col style="width: 151pt; mso-width-source: userset; mso-width-alt: 7350" width="201"&gt; &lt;col style="width: 144pt; mso-width-source: userset; mso-width-alt: 7021" width="192"&gt; &lt;col style="width: 216pt; mso-width-source: userset; mso-width-alt: 10532" width="288"&gt; &lt;tbody&gt; &lt;tr style="height: 15pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0" height="20"&gt; &lt;td class="xl65" style="padding-bottom: 0in; width: 25pt; padding-top: 0in; height: 15pt" width="33" height="20"&gt;spid&lt;/td&gt; &lt;td class="xl65" style="border-left: medium none; width: 42pt" width="56"&gt;blocked&lt;/td&gt; &lt;td class="xl65" style="border-left: medium none; width: 47pt" width="62"&gt;waittype&lt;/td&gt; &lt;td class="xl65" style="border-left: medium none; width: 151pt" width="201"&gt;lastwaittype&lt;/td&gt; &lt;td class="xl65" style="border-left: medium none; width: 144pt" width="192"&gt;waitresource&lt;/td&gt; &lt;td class="xl65" style="border-left: medium none; width: 216pt" width="288"&gt;cmd&lt;/td&gt;&lt;/tr&gt; &lt;tr style="height: 15pt; mso-yfti-irow: 1" height="20"&gt; &lt;td class="xl66" style="border-top: medium none; height: 15pt" height="20"&gt;61&lt;/td&gt; &lt;td class="xl66" style="border-top: medium none; border-left: medium none"&gt;0&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;0x0062&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;ASYNC_IO_COMPLETION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUP DATABASE&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="height: 15pt; mso-yfti-irow: 2" height="20"&gt; &lt;td class="xl66" style="border-top: medium none; height: 15pt" height="20"&gt;61&lt;/td&gt; &lt;td class="xl66" style="border-top: medium none; border-left: medium none"&gt;0&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;0x0086&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUPBUFFER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUP DATABASE&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="height: 15pt; mso-yfti-irow: 3" height="20"&gt; &lt;td class="xl66" style="border-top: medium none; height: 15pt" height="20"&gt;61&lt;/td&gt; &lt;td class="xl66" style="border-top: medium none; border-left: medium none"&gt;0&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;0x0087&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUPIO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUP DATABASE&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="height: 15pt; mso-yfti-irow: 4" height="20"&gt; &lt;td class="xl66" style="border-top: medium none; height: 15pt" height="20"&gt;62&lt;/td&gt; &lt;td class="xl68" style="border-top: medium none; border-left: medium none"&gt;&lt;span style="mso-highlight: yellow"&gt;61&lt;/span&gt;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;0x0004&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;LCK_M_U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;DB: 16 [BULKOP_BACKUP_DB]&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUP DATABASE &lt;font class="font5"&gt;&lt;em&gt;(this is the differential backup)&lt;/em&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="height: 15pt; mso-yfti-irow: 5" height="20"&gt; &lt;td class="xl66" style="border-top: medium none; height: 15pt" height="20"&gt;68&lt;/td&gt; &lt;td class="xl66" style="border-top: medium none; border-left: medium none"&gt;0&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;0x0087&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUPIO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUP LOG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="height: 15pt; mso-yfti-irow: 6; mso-yfti-lastrow: yes" height="20"&gt; &lt;td class="xl66" style="border-top: medium none; height: 15pt" height="20"&gt;68&lt;/td&gt; &lt;td class="xl66" style="border-top: medium none; border-left: medium none"&gt;0&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;0x0087&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUPIO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="xl67" style="border-top: medium none; border-left: medium none"&gt;BACKUP LOG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;strong&gt;Output from FULL backup&lt;/strong&gt; &lt;blockquote&gt; &lt;p&gt;SQL Server parse and compile time:  &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 0 ms, elapsed time = 0 ms. &lt;p&gt;Processed 17512 pages for database 'mydb', file 'mydbData' on file 1. &lt;p&gt;Processed 1 pages for database 'mydb', file 'mydbLog' on file 1. &lt;p&gt;BACKUP DATABASE successfully processed 17513 pages in 18.986 seconds (7.206 MB/sec). &lt;p&gt; SQL Server Execution Times: &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 70 ms,&amp;nbsp; elapsed time = 20256 ms. &lt;p&gt;SQL Server parse and compile time:  &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 0 ms, elapsed time = 0 ms.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;strong&gt;Output from DIFFERENTIAL backup&lt;/strong&gt; &lt;p&gt;&lt;u&gt;&lt;/u&gt; &lt;blockquote&gt; &lt;p&gt;SQL Server parse and compile time: &lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 0 ms, elapsed time = 0 ms. &lt;p&gt;Processed 32 pages for database 'mydb', file 'mydbData' on file 1. &lt;p&gt;Processed 1 pages for database 'mydb', file 'mydbLog' on file 1. &lt;p&gt;BACKUP DATABASE WITH DIFFERENTIAL successfully processed 33 pages in 0.321 seconds (0.801 MB/sec). &lt;em&gt;&amp;lt;-- actual time for the differential backup to complete&lt;/em&gt; &lt;p&gt; SQL Server Execution Times: &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 51 ms,&amp;nbsp; elapsed time = 19777 ms.&amp;nbsp;&amp;nbsp; &lt;em&gt;&amp;lt;-- total time to execute the command, including wait and runnable time&lt;/em&gt; &lt;p&gt;SQL Server parse and compile time:  &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 0 ms, elapsed time = 0 ms.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;em&gt;Note that the time taken by the command is just 0.321 seconds but the elapsed time is 19.777 seconds, which clearly demonstrates the blocking.&lt;/em&gt; &lt;p&gt;&lt;strong&gt;Output from LOG backup&lt;/strong&gt; &lt;p&gt;&lt;u&gt;&lt;/u&gt; &lt;blockquote&gt; &lt;p&gt;SQL Server parse and compile time: &lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 0 ms, elapsed time = 0 ms.&lt;/p&gt; &lt;p&gt;Processed 3 pages for database 'mydb', file 'mydbLog' on file 1.&lt;/p&gt; &lt;p&gt;BACKUP LOG successfully processed 3 pages in 7.958 seconds (0.002 MB/sec).&lt;/p&gt; &lt;p&gt; SQL Server Execution Times:&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 60 ms,&amp;nbsp; elapsed time = 15106 ms.&lt;/p&gt; &lt;p&gt;SQL Server parse and compile time: &lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp; CPU time = 0 ms, elapsed time = 0 ms.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;em&gt;Time taken by command is around 52% of time elapsed, which is probably due to the fact that we are on a single-CPU system and the task had to wait for runnable time on the CPU.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Here is the summary of the testing I conducted. I hope the summary is useful to all of you.&lt;/p&gt; &lt;table class="MsoTableGrid" style="border-right: medium none; border-top: medium none; border-left: medium none; border-bottom: medium none; border-collapse: collapse; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellspacing="0" cellpadding="0" border="1"&gt; &lt;tbody&gt; &lt;tr style="mso-yfti-firstrow: yes; mso-yfti-irow: 0"&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-bottom-alt: solid black .5pt; mso-border-right-alt: solid black .5pt" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: black 1pt solid; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 359.1pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1" valign="top" width="479" colspan="3"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal; text-align: center" align="center"&gt;What is requested?&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow: 1"&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: black 1pt solid; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;What is already running? (rows below)&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;Complete&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;Differential&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;Log&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow: 2"&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: black 1pt solid; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Complete backup is running&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Blocks in all versions *&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Blocked in all versions *&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Concurrently allowed in SQL 2005 / 2008. &lt;a href="http://msdn.microsoft.com/en-us/library/aa173551(SQL.80).aspx"&gt;Not allowed in 2000&lt;/a&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow: 3"&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: black 1pt solid; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Differential backup is running&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Blocks in all versions *&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Blocked in all versions *&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Concurrently allowed in SQL 2005 / 2008. &lt;a href="http://msdn.microsoft.com/en-us/library/aa173551(SQL.80).aspx"&gt;Not allowed in 2000&lt;/a&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow: 4; mso-yfti-lastrow: yes"&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: black 1pt solid; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Log backup already is running&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Concurrently allowed in SQL 2005 / 2008.&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Concurrently allowed in SQL 2005 / 2008.&lt;/p&gt;&lt;/td&gt; &lt;td style="border-right: black 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 119.7pt; padding-top: 0in; border-bottom: black 1pt solid; mso-border-alt: solid black .5pt; mso-border-themecolor: text1; mso-border-bottom-themecolor: text1; mso-border-right-themecolor: text1; mso-border-left-alt: solid black .5pt; mso-border-left-themecolor: text1; mso-border-top-alt: solid black .5pt; mso-border-top-themecolor: text1" valign="top" width="160"&gt; &lt;p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"&gt;Blocked in all versions *&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;* Note: wait type of the blocked process will be LCK_M_U with a waittype of BULKOP_BACKUP_DB&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9256866" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/arvindsh/archive/tags/SQL+High+Availability/default.aspx">SQL High Availability</category></item><item><title>Database Mirroring Technical Paper</title><link>http://blogs.msdn.com/arvindsh/archive/2006/06/07/620240.aspx</link><pubDate>Wed, 07 Jun 2006 07:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:620240</guid><dc:creator>arvindsh</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/arvindsh/comments/620240.aspx</comments><wfw:commentRss>http://blogs.msdn.com/arvindsh/commentrss.aspx?PostID=620240</wfw:commentRss><description>&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Verdana"&gt;One of the most exciting new features in SQL Server 2005 is DB Mirroring. Now that &lt;A href="http://www.microsoft.com/sql/sp1.mspx"&gt;Service Pack 1&lt;/A&gt; is released, we officially support this feature.&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Verdana"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Verdana"&gt;A really useful resource to understand the options available in using this feature and their pros / cons is the "&lt;A href="http://download.microsoft.com/download/4/f/8/4f8f2dc9-a9a7-4b68-98cb-163482c95e0b/DBM_Best_Pract.doc"&gt;Database Mirroring Best Practices and Performance Considerations&lt;/A&gt;" paper. Highly recommended!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=620240" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/arvindsh/archive/tags/SQL+High+Availability/default.aspx">SQL High Availability</category></item></channel></rss>