<?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; Alexander Chigrik</title>
	<atom:link href="http://www.sql-server-performance.com/author/alexanderchigrik/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>Setting Up Data And Log Files For SQL Server</title>
		<link>http://www.sql-server-performance.com/2010/data-log-files/</link>
		<comments>http://www.sql-server-performance.com/2010/data-log-files/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1829</guid>
		<description><![CDATA[When a database is created in SQL Server it creates two files by default: one is the data file with an extension of .mdf that stores the actual data, and the other is the log file with an extension of .ldf that stores the transaction log information used to recover data in disaster recovery scenarios. [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/data-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove a Node From a SQL Server 2008 Cluster</title>
		<link>http://www.sql-server-performance.com/2009/remove-node-cluster/</link>
		<comments>http://www.sql-server-performance.com/2009/remove-node-cluster/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1567</guid>
		<description><![CDATA[Run SQL 2008 setup.exe from the node you wish to remove from a cluster (the node to be removed should be the active node), the Installation Wizard will launch the SQL Server Installation Center as shown below To remove a node from an existing failover cluster instance, click Maintenance in the left-hand pane, and then [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2009/remove-node-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting SQL Server Full-Text Search Problems</title>
		<link>http://www.sql-server-performance.com/2004/full-text-search/</link>
		<comments>http://www.sql-server-performance.com/2004/full-text-search/#comments</comments>
		<pubDate>Wed, 12 May 2004 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=287</guid>
		<description><![CDATA[Should you have problems with the SQL Server full-text search, review this troubleshooting checklist to help find potential solutions. 1. Check the hardware requirementsFor SQL Server 7.0, you should have: Alpha AXP, Intel or compatible platform Pentium 166 MHz or higher 64MB RAM or more (recommended) 180MB hard disk space For SQL Server 2000, you [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/full-text-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Useful Undocumented SQL Server 2000 Trace Flags</title>
		<link>http://www.sql-server-performance.com/2004/2000-trace-flags/</link>
		<comments>http://www.sql-server-performance.com/2004/2000-trace-flags/#comments</comments>
		<pubDate>Wed, 31 Mar 2004 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=284</guid>
		<description><![CDATA[In this article, I want to tell you what should you know about some undocumented SQL Server 2000 trace flags, and how you can use them for administration and monitoring of SQL Server 2000.Trace flags are used to temporarily set specific server characteristics, or to switch on or off a particular behavior. You can set [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/2000-trace-flags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Useful Undocumented SQL Server 7.0 Trace Flags</title>
		<link>http://www.sql-server-performance.com/2003/sql7-traceflags/</link>
		<comments>http://www.sql-server-performance.com/2003/sql7-traceflags/#comments</comments>
		<pubDate>Tue, 30 Dec 2003 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=225</guid>
		<description><![CDATA[In this article, I want to tell you what should you know about some undocumented SQL Server 7.0 trace flags, and how you can use them for administration and monitoring.Trace flags are used to temporarily set specific server characteristics, or to switch on or off a particular behavior. You can set trace flags by using [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2003/sql7-traceflags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Updates are Performed in SQL Server 6.5</title>
		<link>http://www.sql-server-performance.com/2003/65-update-methods/</link>
		<comments>http://www.sql-server-performance.com/2003/65-update-methods/#comments</comments>
		<pubDate>Wed, 13 Aug 2003 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=216</guid>
		<description><![CDATA[SQL Server 6.5 can use two different methods to update records, depending on the circumstances. They include: Direct Update Deferred Update Each method affects performance in a different way, as we shall see in this article.A Direct Update includes three different methods of modification: In-place update On-page delete/insert Full delete/insert Think of these above three [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2003/65-update-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undocumented SQL Server 2000 System Tables</title>
		<link>http://www.sql-server-performance.com/2003/undocumented-system-tables/</link>
		<comments>http://www.sql-server-performance.com/2003/undocumented-system-tables/#comments</comments>
		<pubDate>Fri, 11 Jul 2003 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=214</guid>
		<description><![CDATA[In this article, I want to tell you about the undocumented system tables shipped with SQL Server 2000. These tables are used by some system stored procedures and most are stored in the master database (only the sysfiles1, sysproperties and sysfulltextnotify system tables are stored in each database). syscursorcolumnsContains the list of the a cursor&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2003/undocumented-system-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2000 Undocumented Stored Procedures</title>
		<link>http://www.sql-server-performance.com/2003/ac-sql-server-2000-undocumented-sp/</link>
		<comments>http://www.sql-server-performance.com/2003/ac-sql-server-2000-undocumented-sp/#comments</comments>
		<pubDate>Thu, 01 May 2003 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=388</guid>
		<description><![CDATA[In this article, I want to tell you about some useful undocumented stored procedures shipped with SQL Server 2000. sp_MSget_qualified_name This stored procedure is used to get the qualified name for the given object id. Syntax sp_MSget_qualified_name object_id, qualified_name where object_id&#160;- is the object id. object_id is int.qualified_name &#8211; is the qualified name of the [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2003/ac-sql-server-2000-undocumented-sp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing SQL Server Performance Using Files and Filegroups</title>
		<link>http://www.sql-server-performance.com/2003/optimize-filegroup-performance/</link>
		<comments>http://www.sql-server-performance.com/2003/optimize-filegroup-performance/#comments</comments>
		<pubDate>Fri, 31 Jan 2003 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=200</guid>
		<description><![CDATA[There are no devices or segments in SQL Server 7.0 and SQL Server 2000, as there were in SQL Server 6.5. Now databases reside on operating-system files. There are three types of such files: primary secondary log Each database consists of at least two files: one is a primary data file (by default, with the [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2003/optimize-filegroup-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting SQL Server Full-Text Search Problems</title>
		<link>http://www.sql-server-performance.com/2002/full-text-search-3/</link>
		<comments>http://www.sql-server-performance.com/2002/full-text-search-3/#comments</comments>
		<pubDate>Thu, 20 Jun 2002 01:12:50 +0000</pubDate>
		<dc:creator>Alexander Chigrik</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=420</guid>
		<description><![CDATA[Should you have problems with the SQL Server full-text search, review this troubleshooting checklist to help find potential solutions. 1. Check the hardware requirements For SQL Server 7.0, you should have: Alpha AXP, Intel or compatible platform Pentium 166 MHz or higher 64MB RAM or more (recommended) 180MB hard disk space For SQL Server 2000, [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2002/full-text-search-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
