<?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; Neeraj Nagpal</title>
	<atom:link href="http://www.sql-server-performance.com/author/neerajnagpal/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>Scripts for Space Monitoring Report</title>
		<link>http://www.sql-server-performance.com/2006/scripts-space-monitoring/</link>
		<comments>http://www.sql-server-performance.com/2006/scripts-space-monitoring/#comments</comments>
		<pubDate>Sun, 05 Mar 2006 01:12:50 +0000</pubDate>
		<dc:creator>Neeraj Nagpal</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1090</guid>
		<description><![CDATA[The SQL to enter in the &#8220;Execute SQL Task&#8221; if not exists(select * from master..sysdatabases where name=&#8217;dbamaint&#8217;) create database dbamaint go alter database dbamaint set RECOVERY SIMPLE go use dbamaint go if exists (select * from dbo.sysobjects where id = object_id(N&#8217;[dbo].[sp_filespacestats]&#8216;) and OBJECTPROPERTY(id, N&#8217;IsProcedure&#8217;) = 1) drop procedure [dbo].[sp_filespacestats] GO SET QUOTED_IDENTIFIER ON GO SET [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/scripts-space-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor Your Database Servers with DTS, Part 3: Space Monitoring of SQL Servers</title>
		<link>http://www.sql-server-performance.com/2006/monitor-with-dts3/</link>
		<comments>http://www.sql-server-performance.com/2006/monitor-with-dts3/#comments</comments>
		<pubDate>Sat, 04 Mar 2006 01:12:50 +0000</pubDate>
		<dc:creator>Neeraj Nagpal</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=468</guid>
		<description><![CDATA[In the previous two articles in this series on monitoring a large number of servers from a centralized location using Data Transformation Services (DTS) (see Part 1 and Part 2), I explained how to set up a report to ensure that backups are happening as per the backup policy and how to monitor SQL Server [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/monitor-with-dts3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripts for Errorlog Monitoring of SQL Servers</title>
		<link>http://www.sql-server-performance.com/2005/errorlog-monitoring-scripts/</link>
		<comments>http://www.sql-server-performance.com/2005/errorlog-monitoring-scripts/#comments</comments>
		<pubDate>Fri, 27 May 2005 01:12:50 +0000</pubDate>
		<dc:creator>Neeraj Nagpal</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1092</guid>
		<description><![CDATA[The text for the batch file: errorlog_chk_1.bat ============ Text of the batch file ====================== @echo OFF @if not &#8220;%ECHO%&#8221;==&#8221;" echo %ECHO% rem ******************************************* rem Script : errorlog_chk_1.bat rem Author : Neeraj Nagpal rem Date : 02/01/2005 rem ******************************************* rem Set Local scope and call main proc. setlocal &#38; pushd &#38; Set RET= set SCRIPTNAME=%~n0 set [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2005/errorlog-monitoring-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor Your Database Servers with DTS, Part 2: Errorlog Monitoring of SQL Servers</title>
		<link>http://www.sql-server-performance.com/2005/monitor-with-dts2/</link>
		<comments>http://www.sql-server-performance.com/2005/monitor-with-dts2/#comments</comments>
		<pubDate>Thu, 26 May 2005 01:12:50 +0000</pubDate>
		<dc:creator>Neeraj Nagpal</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=465</guid>
		<description><![CDATA[In the first article in the series, I explained the setup of a report that ensures that backups are happening as per the backup policy. In this article, I will explain how to monitor SQL Server errorlog, leveraging the capabilities of DTS. Just in case you have not read the first article, in this series, [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2005/monitor-with-dts2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripts for Backup SLA Report</title>
		<link>http://www.sql-server-performance.com/2005/backup-sla-scripts/</link>
		<comments>http://www.sql-server-performance.com/2005/backup-sla-scripts/#comments</comments>
		<pubDate>Mon, 23 May 2005 01:12:50 +0000</pubDate>
		<dc:creator>Neeraj Nagpal</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1091</guid>
		<description><![CDATA[########## Bkp_sla_main.bat ###################### @echo OFF @if not &#8220;%ECHO%&#8221;==&#8221;" echo %ECHO% rem ******************************************* rem Script : Bkp_sla_main.bat rem Author : Neeraj Nagpal rem Date : 10/08/2004 rem ******************************************* rem Set Local scope and call main proc. setlocal &#38; pushd &#38; Set RET= set SCRIPTNAME=%~n0 set SCRIPTPATH=%~f0 set DBASQL=E:dbaSQL set DBAOUT=E:DBAout set DEBUG=1 if &#8220;%DEBUG%&#8221;==&#8221;1&#8243; (set TRACE=echo) [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2005/backup-sla-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor Your Database Servers with DTS, Part 1: Backup SLA Report</title>
		<link>http://www.sql-server-performance.com/2005/monitor-with-dts/</link>
		<comments>http://www.sql-server-performance.com/2005/monitor-with-dts/#comments</comments>
		<pubDate>Tue, 22 Mar 2005 01:12:50 +0000</pubDate>
		<dc:creator>Neeraj Nagpal</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=464</guid>
		<description><![CDATA[It is difficult to keep track of critical things like backup, space, and error logs in large environments. Different database management tools from third party vendors can help you monitor these but the tools are normally expensive. There is an inexpensive alternative. In this series of three articles, I will describe how to monitor a [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2005/monitor-with-dts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
