<?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; Romanth Nirmal</title>
	<atom:link href="http://www.sql-server-performance.com/author/romanthnirmal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Tue, 18 Jun 2013 05:40:59 +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>SQL Server 2000 &amp; 2005 Clustering</title>
		<link>http://www.sql-server-performance.com/2005/cluster-2000-2005-basics/</link>
		<comments>http://www.sql-server-performance.com/2005/cluster-2000-2005-basics/#comments</comments>
		<pubDate>Thu, 07 Apr 2005 01:12:50 +0000</pubDate>
		<dc:creator>Romanth Nirmal</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=362</guid>
		<description><![CDATA[Chapter 1 &#8211; Basics of SQL Server ClusteringIf your AAA critical SQL server faces a memory board failure, how long will be the outage? How much will this cost your business in productivity and data availability to the users? Being a SQL Server DBA can be demanding and stressful, as the success of your application [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2005/cluster-2000-2005-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics of SQL Server Clustering</title>
		<link>http://www.sql-server-performance.com/2004/basics-sqlserver-clustering/</link>
		<comments>http://www.sql-server-performance.com/2004/basics-sqlserver-clustering/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 01:12:50 +0000</pubDate>
		<dc:creator>Romanth Nirmal</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1023</guid>
		<description><![CDATA[If your AAA critical SQL server faces a memory board failure, how long will be the outage? How much will this cost your business in productivity and data availability to the users? Being a SQL Server DBA can be demanding and stressful, as the success of your application is often a function of your database [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/basics-sqlserver-clustering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Clustering Works</title>
		<link>http://www.sql-server-performance.com/2004/how-clustering-works/</link>
		<comments>http://www.sql-server-performance.com/2004/how-clustering-works/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 01:12:50 +0000</pubDate>
		<dc:creator>Romanth Nirmal</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1024</guid>
		<description><![CDATA[In a two-cluster node Active / Active setup, if any one of the nodes fail, then the another active node will take over the active resources of the failed instance. It is always preferred while creating two-node cluster using Windows 2000 Advanced Server and Microsoft Clustering Service, that each node be connected to a shared [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/how-clustering-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing your SQL Server Cluster</title>
		<link>http://www.sql-server-performance.com/2004/designing-sqlserver-cluster/</link>
		<comments>http://www.sql-server-performance.com/2004/designing-sqlserver-cluster/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 01:12:50 +0000</pubDate>
		<dc:creator>Romanth Nirmal</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1025</guid>
		<description><![CDATA[Preparing Cluster Resource Groups As a first step, the DBA should list all server-based applications and services that will run within the cluster environment, regardless of whether they will need high availability. Applications and services that need to be highly available should be placed into resource groups. Other applications should be tracked, and their interactions [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/designing-sqlserver-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation of SQL Server Clustering</title>
		<link>http://www.sql-server-performance.com/2004/installing-sqlserver-clustering/</link>
		<comments>http://www.sql-server-performance.com/2004/installing-sqlserver-clustering/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 01:12:50 +0000</pubDate>
		<dc:creator>Romanth Nirmal</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1026</guid>
		<description><![CDATA[Pre-Installation Spot Verification Review the Windows Event Log, it should not have any errors before you begin the SQL Server clustering installation. Ping from one node to another to verify a good connection and a latency of less than 500ms. In regard to the services listed under Pre-Install Preparation Checklist above, make sure all of [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/installing-sqlserver-clustering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un-Install a SQL Server Cluster: Step-by-Step</title>
		<link>http://www.sql-server-performance.com/2004/uninstall-sqlserver-cluster/</link>
		<comments>http://www.sql-server-performance.com/2004/uninstall-sqlserver-cluster/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 01:12:50 +0000</pubDate>
		<dc:creator>Romanth Nirmal</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1027</guid>
		<description><![CDATA[If SQL Server Cluster Install ends up in errors and fails, consider doing a clean up of the cluster install and then re-start it. Here is a step-by-step process which gives a clean un-install of a SQL Server Cluster environment. Step-1 Execute sqlrem.bat Execute sqlrem.bat with following parameters on each node: Syntax: sqlrem.bat &#60;sql install [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/uninstall-sqlserver-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is New with SQL Server Clustering on Windows 2003</title>
		<link>http://www.sql-server-performance.com/2004/sql-server-clustering-new-w2003/</link>
		<comments>http://www.sql-server-performance.com/2004/sql-server-clustering-new-w2003/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 01:12:50 +0000</pubDate>
		<dc:creator>Romanth Nirmal</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1028</guid>
		<description><![CDATA[Security Patch – Server Accessibility If latest security patches are not installed on SQL Server, you may see following error message in event log. You are running a version of Microsoft SQL Server 2000 or Microsoft SQL Server 2000 Desktop Engine (also called MSDE) that has known security vulnerabilities when used in conjunction with the [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/sql-server-clustering-new-w2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
