<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SQL Server Error Logs</title>
	<atom:link href="http://facility9.com/2009/10/15/sql-server-error-logs/feed" rel="self" type="application/rss+xml" />
	<link>http://facility9.com/2009/10/15/sql-server-error-logs</link>
	<description>Jeremiah Peschka&#039;s ruminations on sql, ruby, c# and other things</description>
	<lastBuildDate>Fri, 12 Mar 2010 17:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Kob</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-1120</link>
		<dc:creator>Matt Kob</dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-1120</guid>
		<description>I found your post very helpful and informative.  The ability to cycle the logs without stopping and starting makes total sense!</description>
		<content:encoded><![CDATA[<p>I found your post very helpful and informative.  The ability to cycle the logs without stopping and starting makes total sense!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidStein</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-1065</link>
		<dc:creator>DavidStein</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-1065</guid>
		<description>Thanks a lot Jeremiah. I just found out that my error log was not being cycled and was ridiculously large.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Jeremiah. I just found out that my error log was not being cycled and was ridiculously large.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A jackpot today (few intersting links) &#171; Viking&#8217;s Weblog</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-891</link>
		<dc:creator>A jackpot today (few intersting links) &#171; Viking&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-891</guid>
		<description>[...] SQL Server Error Logs &#8211; Although I am familiar of this topic, and know the in&#8217;s and out&#8217;s of how it [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL Server Error Logs &#8211; Although I am familiar of this topic, and know the in&#8217;s and out&#8217;s of how it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-878</link>
		<dc:creator>Deep</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-878</guid>
		<description>Nice Article, Thanks for posting the details. Even I am not aware of the system stored procedure &quot;sp_cycle_errorlog&quot;. Thanks for sharing the info.</description>
		<content:encoded><![CDATA[<p>Nice Article, Thanks for posting the details. Even I am not aware of the system stored procedure &#8220;sp_cycle_errorlog&#8221;. Thanks for sharing the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ERRORLOG questions &#38; answers - Francesco Quaratino</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-860</link>
		<dc:creator>ERRORLOG questions &#38; answers - Francesco Quaratino</dc:creator>
		<pubDate>Sat, 24 Oct 2009 15:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-860</guid>
		<description>[...] SQL Server Error Log [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL Server Error Log [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Link Post 115 &#171; Rhonda Tipton&#8217;s WebLog</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-837</link>
		<dc:creator>Weekly Link Post 115 &#171; Rhonda Tipton&#8217;s WebLog</dc:creator>
		<pubDate>Sun, 18 Oct 2009 22:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-837</guid>
		<description>[...] SQL Server Error Logs &#8211; Great information from Jeremiah Peschka on all things error logs&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL Server Error Logs &#8211; Great information from Jeremiah Peschka on all things error logs&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Segarra</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-833</link>
		<dc:creator>Jorge Segarra</dc:creator>
		<pubDate>Thu, 15 Oct 2009 14:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-833</guid>
		<description>Nice post! I first learned of the cycle error log stored procedure from Jonathan Kehayias at a SQL Saturday event. Based on his method I chose to keep 30 logs max and I have the cycle error log stored procedure fire off every night at midnight. I then copied this job to all my other servers using a third party tool (Idera Admin Toolkit&#039;s Job Mover) so that I didn&#039;t have to manually do that to all of them. Works quite nice.</description>
		<content:encoded><![CDATA[<p>Nice post! I first learned of the cycle error log stored procedure from Jonathan Kehayias at a SQL Saturday event. Based on his method I chose to keep 30 logs max and I have the cycle error log stored procedure fire off every night at midnight. I then copied this job to all my other servers using a third party tool (Idera Admin Toolkit&#8217;s Job Mover) so that I didn&#8217;t have to manually do that to all of them. Works quite nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen McCown</title>
		<link>http://facility9.com/2009/10/15/sql-server-error-logs#comment-832</link>
		<dc:creator>Jen McCown</dc:creator>
		<pubDate>Thu, 15 Oct 2009 14:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://facility9.com/?p=1007#comment-832</guid>
		<description>Nice...I love clear blogs covering the often-overlooked basics. And I&#039;d completely forgotten about sp_cycle_errorlog.</description>
		<content:encoded><![CDATA[<p>Nice&#8230;I love clear blogs covering the often-overlooked basics. And I&#8217;d completely forgotten about sp_cycle_errorlog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
