<?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"
	>
<channel>
	<title>Comments on: It&#8217;s Not a Bug &#8230; It&#8217;s a Feature!</title>
	<atom:link href="http://www.cyprich.com/2007/01/11/its-not-a-bug-its-a-feature/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyprich.com/2007/01/11/its-not-a-bug-its-a-feature/</link>
	<description>Occasionally Relevant Insights from a Software Builder</description>
	<pubDate>Fri, 05 Sep 2008 20:19:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Johan Cyprich</title>
		<link>http://www.cyprich.com/2007/01/11/its-not-a-bug-its-a-feature/#comment-20</link>
		<dc:creator>Johan Cyprich</dc:creator>
		<pubDate>Sat, 13 Jan 2007 18:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyprich.com/2007/01/11/its-not-a-bug-its-a-feature/#comment-20</guid>
		<description>That script is a good idea. I'm already restarting other services every 2 hours due to complaints that e-mails aren't being sent occasionally. Restarting sends all pending mail.

I'm letting SQL Server grab as much memory as possible this weekend. I want to see how close to 2 GB it will get. :) I still would like to put the database on a separate server.</description>
		<content:encoded><![CDATA[<p>That script is a good idea. I&#8217;m already restarting other services every 2 hours due to complaints that e-mails aren&#8217;t being sent occasionally. Restarting sends all pending mail.</p>
<p>I&#8217;m letting SQL Server grab as much memory as possible this weekend. I want to see how close to 2 GB it will get. <img src='http://www.cyprich.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I still would like to put the database on a separate server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Lippert</title>
		<link>http://www.cyprich.com/2007/01/11/its-not-a-bug-its-a-feature/#comment-19</link>
		<dc:creator>Steve Lippert</dc:creator>
		<pubDate>Sat, 13 Jan 2007 15:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyprich.com/2007/01/11/its-not-a-bug-its-a-feature/#comment-19</guid>
		<description>This is exactly why I restart SQL Server every morning via a script. 
[Code]
NET STOP SQLSERVERAGENT
NET STOP MSSQLSERVER
NET START MSSQLSERVER
NET START SQLSERVERAGENT
[/Code]
The code above in a batch file and linked to a Scheduled Task is all you need to restart it as often as you want.  The only downside is while it's restarting all connections to it are lost and denied.  Most often this is only for 15 seconds or so.</description>
		<content:encoded><![CDATA[<p>This is exactly why I restart SQL Server every morning via a script.<br />
[Code]<br />
NET STOP SQLSERVERAGENT<br />
NET STOP MSSQLSERVER<br />
NET START MSSQLSERVER<br />
NET START SQLSERVERAGENT<br />
[/Code]<br />
The code above in a batch file and linked to a Scheduled Task is all you need to restart it as often as you want.  The only downside is while it&#8217;s restarting all connections to it are lost and denied.  Most often this is only for 15 seconds or so.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
