<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SQL Server guide</title>
	<atom:link href="http://sqlhelpguide.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlhelpguide.wordpress.com</link>
	<description>SQL Guide for DBA's</description>
	<lastBuildDate>Fri, 29 Jan 2010 10:37:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqlhelpguide.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SQL Server guide</title>
		<link>http://sqlhelpguide.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqlhelpguide.wordpress.com/osd.xml" title="SQL Server guide" />
	<atom:link rel='hub' href='http://sqlhelpguide.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Transact-SQL Reference (Database Engine)</title>
		<link>http://sqlhelpguide.wordpress.com/2010/01/29/transact-sql-reference-database-engine/</link>
		<comments>http://sqlhelpguide.wordpress.com/2010/01/29/transact-sql-reference-database-engine/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:37:01 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/2010/01/29/transact-sql-reference-database-engine/</guid>
		<description><![CDATA[Excellent MS refernce guide for T-SQL http://msdn.microsoft.com/en-us/library/bb510741.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=96&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Excellent MS refernce guide for T-SQL</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb510741.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/bb510741.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=96&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2010/01/29/transact-sql-reference-database-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>Scheduling a SQL Server Profiler Trace</title>
		<link>http://sqlhelpguide.wordpress.com/2010/01/08/scheduling-a-sql-server-profiler-trace/</link>
		<comments>http://sqlhelpguide.wordpress.com/2010/01/08/scheduling-a-sql-server-profiler-trace/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:43:40 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/?p=92</guid>
		<description><![CDATA[Excellent article from MSSQLTIPS in relation to SQL Server Profiler Trace http://www.mssqltips.com/tip.asp?tip=1715<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=92&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Excellent article from MSSQLTIPS in relation to SQL Server Profiler Trace</p>
<p><a href="http://www.mssqltips.com/tip.asp?tip=1715">http://www.mssqltips.com/tip.asp?tip=1715</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=92&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2010/01/08/scheduling-a-sql-server-profiler-trace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>Error message when you perform a full backup of a database in SQL Server 2005: &#8220;Backup failed for Server &#8216;ComputerName\SQLInstanceName&#8217; &#8221; or &#8220;The backup of the file or filegroup &#8216;sysft_FullTextCatalog&#8217; is not permitted because it is not online</title>
		<link>http://sqlhelpguide.wordpress.com/2009/10/16/error-message-when-you-perform-a-full-backup-of-a-database-in-sql-server-2005-backup-failed-for-server-computernamesqlinstancename-or-the-backup-of-the-file-or-filegroup-sysft_fulltext/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/10/16/error-message-when-you-perform-a-full-backup-of-a-database-in-sql-server-2005-backup-failed-for-server-computernamesqlinstancename-or-the-backup-of-the-file-or-filegroup-sysft_fulltext/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 10:40:46 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/?p=88</guid>
		<description><![CDATA[http://support.microsoft.com/kb/923355<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=88&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://support.microsoft.com/kb/923355">http://support.microsoft.com/kb/923355</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=88&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/10/16/error-message-when-you-perform-a-full-backup-of-a-database-in-sql-server-2005-backup-failed-for-server-computernamesqlinstancename-or-the-backup-of-the-file-or-filegroup-sysft_fulltext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server 2005 WMI Provider Error</title>
		<link>http://sqlhelpguide.wordpress.com/2009/09/30/sql-server-2005-wmi-provider-error/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/09/30/sql-server-2005-wmi-provider-error/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 10:04:56 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/?p=84</guid>
		<description><![CDATA[http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=84&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="SQL Server 2005 Wmi Provider Error" href="http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx" target="_blank">http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=84&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/09/30/sql-server-2005-wmi-provider-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Default Backup Location for SQL Server</title>
		<link>http://sqlhelpguide.wordpress.com/2009/09/18/change-default-backup-location-for-sql-server/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/09/18/change-default-backup-location-for-sql-server/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 14:52:41 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/?p=82</guid>
		<description><![CDATA[http://sql-server-performance.com/Community/forums/p/27425/159271.aspx#159271<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=82&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://sql-server-performance.com/Community/forums/p/27425/159271.aspx#159271" target="_blank">http://sql-server-performance.com/Community/forums/p/27425/159271.aspx#159271</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=82&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/09/18/change-default-backup-location-for-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Track Down Deadlocks Using SQL Server 2005 Profiler</title>
		<link>http://sqlhelpguide.wordpress.com/2009/08/25/how-to-track-down-deadlocks-using-sql-server-2005-profiler/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/08/25/how-to-track-down-deadlocks-using-sql-server-2005-profiler/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:45:37 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Deadlocks]]></category>
		<category><![CDATA[SQL Profiler]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/?p=79</guid>
		<description><![CDATA[http://www.simple-talk.com/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=79&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.simple-talk.com/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/">http://www.simple-talk.com/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=79&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/08/25/how-to-track-down-deadlocks-using-sql-server-2005-profiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to Locking in SQL Server</title>
		<link>http://sqlhelpguide.wordpress.com/2009/08/25/introduction-to-locking-in-sql-server/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/08/25/introduction-to-locking-in-sql-server/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:39:03 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Locks]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/2009/08/25/introduction-to-locking-in-sql-server/</guid>
		<description><![CDATA[http://www.sqlteam.com/article/introduction-to-locking-in-sql-server<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=77&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sqlteam.com/article/introduction-to-locking-in-sql-server">http://www.sqlteam.com/article/introduction-to-locking-in-sql-server</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=77&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/08/25/introduction-to-locking-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>Default Trace in SQL Server 2005</title>
		<link>http://sqlhelpguide.wordpress.com/2009/07/02/default-trace-in-sql-server-2005/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/07/02/default-trace-in-sql-server-2005/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 10:09:55 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Default Trace]]></category>
		<category><![CDATA[SQL Profiler]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/?p=73</guid>
		<description><![CDATA[Check to see if default trace is running and reconfigure to remove http://www.mssqltips.com/tip.asp?tip=1111<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=73&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Check to see if default trace is running and reconfigure to remove</p>
<p><a href="http://www.mssqltips.com/tip.asp?tip=1111">http://www.mssqltips.com/tip.asp?tip=1111</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=73&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/07/02/default-trace-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>Basics of C2 Auditing</title>
		<link>http://sqlhelpguide.wordpress.com/2009/07/01/basics-of-c2-auditing/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/07/01/basics-of-c2-auditing/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:55:58 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Auditing]]></category>
		<category><![CDATA[C2 Auditing]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/?p=69</guid>
		<description><![CDATA[As Taken From SQL ServerCentral.com <a href="http://sqlhelpguide.wordpress.com/2009/07/01/basics-of-c2-auditing/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=69&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Audit your Servers</h3>
<p>What ever the system that we are taking about, whether it is an ERP system or CRM tool or any database system auditing has become essential part of that system.. Auditing will allow you to:</p>
<ol>
<li>Detect the misuse and prevent it being happened again.</li>
<li>Take legal actions against the people who are responsible for the misuse.</li>
<li>Take recovery action from the point where something has gone wrong.</li>
</ol>
<p> </p>
<p>There are many ways in which you can setup an auditing trail and many places in which to get it up. However, we SQL Server guys (sorry, gals as well) have a somewhat easy way of doing this thanks to a new feature of Microsoft SQL Server 2000, which is called the C2 audit mode option.</p>
<h3>What is C2</h3>
<p>The US Department of Defense has established a <a href="http://csrc.ncsl.nist.gov/secpubs/rainbow/std001.txt">set of ratings</a> applicable to security levels of computer systems, based on their capabilities in regard to auditing and discretionary access control. Accordance with this ratings Microsoft SQL Server 2000 has C2 audit mode option. Every version of SQL Server 2000 is C2-certified (provided it is run on a C2-certified computer and network). Accordingly, SQL Server guarantees that its auditing procedures satisfy C2 requirements &#8212; for example, storing generated data only on a NTFS partition.</p>
<p>C2 auditing records information goes beyond server-level events, such as shutdown or restart, successful and failed login attempts, extending it to successful and failed use of permissions when accessing individual database objects and executing all Data Definition, Data Access Control, and Data Manipulation Language statements.</p>
<p>The audit information contains the timestamp, identifier of the account that triggered the event, target server name, event type, its outcome (success or failure), name of the user&#8217;s application and Server process ID of the user&#8217;s connection and name of the database .</p>
<h3>How it is done</h3>
<p>I can&#8217;t believe why there is no UI is given to enable this option. However, Microsoft might have fair reason for doing this. There are some serious implications if you enable this option.</p>
<p>Anyway it can be done via my favorite tool, SQL Query Analyzer. Before you enable (or disable) this option you must be a member of <strong>sysadmin</strong> group. Before attempting to set the <strong>&#8216;c2 audit mode&#8217;</strong> configuration option, you must enable the <strong>&#8216;show advanced options&#8217;</strong> configuration option. This is performed using the following command:</p>
<pre style="width:689px;">USE master
EXEC sp_configure 'show advanced option', '1'
RECONFIGURE</pre>
<p>To enable the feature, set &#8216;c2 audit mode&#8217; to 1 using the following command:</p>
<pre style="width:689px;">sp_configure 'c2 audit mode', 1
go</pre>
<p>To disable the feature, set &#8216;c2 audit mode&#8217; to 0 using the following command:</p>
<pre style="width:689px;">sp_configure 'c2 audit mode', 0
go</pre>
<p>After setting the value, you must stop and restart the server for C2 audit mode to be take effect. Now whenever you perform an Insert, Select or anything other statement, it will log the event in the trace files. These files reside in the <strong>\mssql\data</strong> directory for default instances of SQL Server 2000, or the <strong>\mssql$instancename\data</strong> directory for named instances of SQL Server 2000 as <strong>AuditTrace_yyyymmddhhmmss.trc</strong>, where the second part of the name indicates date and time when the log file was created. For example, some file names on my system are audittrace_20041007153315.trc and audittrace_20041007163855.trc. The size of a log is limited to 200MB, but new traces files are generated whenever the old one is full. Also a new one is generated on the shutdown of SQL Server with another one on startup.</p>
<p>One thing to be aware of is that SQL Server will stop if it cannot write log entries, i.e. you log so much that you run out of disk space. In emergency situations, where no space can be immediately freed for new log files, you can restart SQL Server with the -f flag, which will disregard auditing settings.</p>
<h3>How to View the Audit Records</h3>
<p>There are two ways of displaying the auditing records. Easy method would be clicking on the trace file. It will open this in SQL Profiler.</p>
<p>The second method would be using T-SQL.</p>
<pre style="width:689px;">SELECT *
 FROM ::fn_trace_gettable(
   'C:\Program Files\Microsoft SQL Server\MSSQL\Data\audittrace_20041007153315.trc', default
	)
GO</pre>
<h3>Limitations</h3>
<p>The main limitation of the auditing is that it reduces the performance of the SQL Server. This happens due to saving the every action to the file. Second limitation is the hard disk space. These auditing files grow rapidly, which will reduce the disk space. According to the C2 , if it is not able to write to the trace file, SQL Server will be shutdown.</p>
<h3>Conclusion</h3>
<p>If you need your server to maintain a detailed audit trail, then the C2 audit option may be a good choice. However, you might have to consider few things before configuring it to be sure that you don&#8217;t cause yourself some issues over time. Be sure that you read the documentation carefully before enabling this option.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=69&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/07/01/basics-of-c2-auditing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
		<item>
		<title>Auditing in SQL Server 2008</title>
		<link>http://sqlhelpguide.wordpress.com/2009/07/01/auditing-in-sql-server-2008/</link>
		<comments>http://sqlhelpguide.wordpress.com/2009/07/01/auditing-in-sql-server-2008/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:40:26 +0000</pubDate>
		<dc:creator>henrys24</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Auditing]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://sqlhelpguide.wordpress.com/2009/07/01/auditing-in-sql-server-2008/</guid>
		<description><![CDATA[http://msdn.microsoft.com/en-us/library/dd392015.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=66&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/en-us/library/dd392015.aspx">http://msdn.microsoft.com/en-us/library/dd392015.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlhelpguide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlhelpguide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlhelpguide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlhelpguide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlhelpguide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlhelpguide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlhelpguide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlhelpguide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlhelpguide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlhelpguide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlhelpguide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlhelpguide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlhelpguide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlhelpguide.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlhelpguide.wordpress.com&amp;blog=6324521&amp;post=66&amp;subd=sqlhelpguide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlhelpguide.wordpress.com/2009/07/01/auditing-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ea35023f1d045d976d973f935addd73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">henrys24</media:title>
		</media:content>
	</item>
	</channel>
</rss>
