<?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 Performance &#187; Clustering</title>
	<atom:link href="http://www.sql-server-performance.com/category/faq/clustering-faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>We are unable to install SQL Server 2005 on additional node on top existing cluster setup running Windows 2003 x64 bit operating system?</title>
		<link>http://www.sql-server-performance.com/2007/sql-server-cluster-x64-install/</link>
		<comments>http://www.sql-server-performance.com/2007/sql-server-cluster-x64-install/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=318</guid>
		<description><![CDATA[When we are trying to install SQL Server 2005 x64 bit on the second node, it is listed as &#8216;unavailable&#8217;. Further we are unable to install SQL Server 2005 x32 bit that hangs on installing the SQL Server cluster resources. How can this issue be resolved and how to install SQL Server 2005 x64 bit [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2007/sql-server-cluster-x64-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the usage of the WITNESS instance in SQL Server 2005 Database Mirroring?</title>
		<link>http://www.sql-server-performance.com/2007/sql-server-administration-database-mirroring/</link>
		<comments>http://www.sql-server-performance.com/2007/sql-server-administration-database-mirroring/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=309</guid>
		<description><![CDATA[Question We are considering running our SQL Server 2005 database server on a Dell 2950 x64. We also want to implement database mirroring, and are considering using an HP DL360 as a witness server. In addition, the mirrored databases will&#160;be running in a VM running on ESX. Is it a feasible configuration to use different [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2007/sql-server-administration-database-mirroring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What are the specific tasks assigned to System Administrator (SA)role in SQL Server? How can I disable or rename SA account in SQL Server 2005?</title>
		<link>http://www.sql-server-performance.com/2006/system-administrator-role/</link>
		<comments>http://www.sql-server-performance.com/2006/system-administrator-role/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=293</guid>
		<description><![CDATA[Question: What are the specific tasks assigned to System Administrator (SA)role in SQL Server? How can I disable or rename SA account in SQL Server 2005? How to track password changes on SA account? Solution: There are few caveats for the beginners in SQL Server to be aware about in managing roles and security. The [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/system-administrator-role/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to view properties when trying to view the same index details in SQL Server Management Studio ?</title>
		<link>http://www.sql-server-performance.com/2006/property-view-ssms/</link>
		<comments>http://www.sql-server-performance.com/2006/property-view-ssms/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=288</guid>
		<description><![CDATA[Question:&#160;&#160; I&#8217;m able to add and edit&#160;Indexes using SQL&#160;Server Management&#160;Studio (SSMS)&#160;successfully, but unable to view properties&#160;when&#160;trying to view&#160;the same&#160;index details&#160;in SSMS.&#160;How&#160;to resolve this problem?&#160;&#160;Answer: The user can view&#160;database.table.index&#160;properties using SQL Server Management Studio without any&#160;issue if that user has the privilege&#160;to perform such a task. But&#160;it is not possible to view an index&#8217;s properties if [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/property-view-ssms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide databases in SQL Server Management Studio from unauthorised users?</title>
		<link>http://www.sql-server-performance.com/2006/unauthorised-user-ssms/</link>
		<comments>http://www.sql-server-performance.com/2006/unauthorised-user-ssms/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=287</guid>
		<description><![CDATA[Question: If a user is not authorized to see a database can&#160;I exclude that database from even appearing in&#160;SQL Server Management Studio for that specified user or group? Answer: Until SQL Server version 2000 it was not possible to hide the database information from being displayed on SQL Server Enterprise Manager. In SQL Server 2005 [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/unauthorised-user-ssms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to allow access to non sysadmin users to view status of sysadmin owned scheduled jobs?</title>
		<link>http://www.sql-server-performance.com/2006/sqlagent-scheduled-jobs/</link>
		<comments>http://www.sql-server-performance.com/2006/sqlagent-scheduled-jobs/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=275</guid>
		<description><![CDATA[In SQL Server 2000 only sysadmin (sa) privileged users can manage the scheduled jobs under SQL Agent tasks. In general any user can create a job, but a job can be edited only by its owner or members of the sysadmin role.&#160;The user can also view its history. Viewing a job&#8217;s history allows you to [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/sqlagent-scheduled-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the implications of server clustering on replication?</title>
		<link>http://www.sql-server-performance.com/2006/clustering-replication/</link>
		<comments>http://www.sql-server-performance.com/2006/clustering-replication/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=252</guid>
		<description><![CDATA[Replications works with SQL Server 7.0, SQL Server 2000, and SQL Server 2005&#160;clustering. But as you might well imagine, configuring and maintaining a SQL Server cluster that is also involved in replication can be a headache. Whether or not you decide to cluster SQL Servers involved in replication has to do with how important the [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/clustering-replication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am trying to backup my databases from my clustered shared array to a local disk, but I can&#8217;t see the local disk when I run the Backup Wizard. Why?</title>
		<link>http://www.sql-server-performance.com/2006/cluster-backup/</link>
		<comments>http://www.sql-server-performance.com/2006/cluster-backup/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=244</guid>
		<description><![CDATA[This is a problem with both SQL Server 7.0 and SQL Server 2000 clustering. I don&#8217;t know if this is a bug, or there was some intentional reason for doing this. But there is at least one work-around that I am familiar with. The work-around is to create a backup device on the local disk [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/cluster-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it advisable to run both Terminal Services (application mode) and SQL Server on the same cluster together?</title>
		<link>http://www.sql-server-performance.com/2006/cluster-terminal-services/</link>
		<comments>http://www.sql-server-performance.com/2006/cluster-terminal-services/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=245</guid>
		<description><![CDATA[Technically speaking, what you want to do is possible, but I wouldn&#8217;t recommend it. One problem is that Terminal Services (Application Mode) has some limitations under clustering, and is not fully cluster aware. But the biggest problem you will run into is performance. Terminal Services (Application Mode) is a huge resource hog. The same is [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/cluster-terminal-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have a question on how to uninstall a SQL Server 2000 instance installation from a Windows 2000 cluster.</title>
		<link>http://www.sql-server-performance.com/2006/uninstall-cluster-setup/</link>
		<comments>http://www.sql-server-performance.com/2006/uninstall-cluster-setup/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=246</guid>
		<description><![CDATA[Question I have a question on how to uninstall a SQL Server 2000 instance installation from Windows 2000 cluster. I tried to use the setup program on the install CD, but I am not getting the option to uninstall when I run the setup program. Let me give you brief scenario as what has happened: [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/uninstall-cluster-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
