<?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>Tips For Microsoft SQL Server</title>
	<atom:link href="http://sqlservertips.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlservertips.wordpress.com</link>
	<description>.. SQL Server tips</description>
	<lastBuildDate>Mon, 09 Aug 2010 11:41:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqlservertips.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tips For Microsoft SQL Server</title>
		<link>http://sqlservertips.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqlservertips.wordpress.com/osd.xml" title="Tips For Microsoft SQL Server" />
	<atom:link rel='hub' href='http://sqlservertips.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Find SQL Server Edition and Version using T-SQL</title>
		<link>http://sqlservertips.wordpress.com/2010/08/09/find-sql-server-edition-and-version-using-t-sql/</link>
		<comments>http://sqlservertips.wordpress.com/2010/08/09/find-sql-server-edition-and-version-using-t-sql/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 11:41:04 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[All Editions]]></category>
		<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=132</guid>
		<description><![CDATA[To find out what version of SQL Server you are running, use the following :- <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=132&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2010/08/09/find-sql-server-edition-and-version-using-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>Viewing The SQL Error Log</title>
		<link>http://sqlservertips.wordpress.com/2009/06/15/viewing-the-sql-error-log/</link>
		<comments>http://sqlservertips.wordpress.com/2009/06/15/viewing-the-sql-error-log/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 14:14:52 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[All Editions]]></category>
		<category><![CDATA[Error Log]]></category>
		<category><![CDATA[SQL 2000]]></category>
		<category><![CDATA[sql 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=115</guid>
		<description><![CDATA[The error log &#8211; the first place you should look to diagnose issues and errors within SQL Server. The most common way to view the log is though the &#8220;Log File Viewer&#8221; in Management Studio (2005 and 2008) or through &#8220;SQL Server Logs&#8221; in Enterprise Manager for SQL 2000. There are a couple of other &#8230;<p><a href="http://sqlservertips.wordpress.com/2009/06/15/viewing-the-sql-error-log/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=115&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2009/06/15/viewing-the-sql-error-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>XP_CMDSHELL</title>
		<link>http://sqlservertips.wordpress.com/2009/04/24/xp_cmdshell/</link>
		<comments>http://sqlservertips.wordpress.com/2009/04/24/xp_cmdshell/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:54:38 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Code Library]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[sql 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=107</guid>
		<description><![CDATA[In an effort to reduce the attack surface, in  SQL 2005 upwards, XP_CMDSHELL is disabled by default. To enable XP_CMDSHELL, in SQL 2005 or 2008, the following script will work.. Before it can be enabled, you need to allow the advanced options to changed which is what the &#8216;show advanced options&#8217; does. This is then disabled &#8230;<p><a href="http://sqlservertips.wordpress.com/2009/04/24/xp_cmdshell/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=107&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2009/04/24/xp_cmdshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup Compression</title>
		<link>http://sqlservertips.wordpress.com/2009/04/24/backup-compression/</link>
		<comments>http://sqlservertips.wordpress.com/2009/04/24/backup-compression/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:43:43 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[SQL Backups]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=101</guid>
		<description><![CDATA[It&#8217;s been a while, since I posted and as SQL 2008 has been out a while now, I figured it should make an appearance on my blog.. There have been utilities around for a while now that enable you to compress backup files &#8211; which is always a good thing, especially if you have to &#8230;<p><a href="http://sqlservertips.wordpress.com/2009/04/24/backup-compression/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=101&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2009/04/24/backup-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>Profile Name Is Not Valid</title>
		<link>http://sqlservertips.wordpress.com/2009/04/24/profile-name-is-not-valid/</link>
		<comments>http://sqlservertips.wordpress.com/2009/04/24/profile-name-is-not-valid/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:07:32 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Database Mail]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=75</guid>
		<description><![CDATA[This is a problem that I have only come across very recently. I was trying to provide the abiliby to send database mail to a group of applicaiton users. In order to do this, I planned to follow these steps. Add the Windows group to the DatabaseMailUerRole in the MSDB database. Create a private mail &#8230;<p><a href="http://sqlservertips.wordpress.com/2009/04/24/profile-name-is-not-valid/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=75&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2009/04/24/profile-name-is-not-valid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLSafe Freeware Edition &#8211; Log Backup</title>
		<link>http://sqlservertips.wordpress.com/2009/02/16/sqlsafe-freeware-edition-log-backup/</link>
		<comments>http://sqlservertips.wordpress.com/2009/02/16/sqlsafe-freeware-edition-log-backup/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:14:59 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[SQLSafe]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=81</guid>
		<description><![CDATA[So, back to the Freeware Edition of SQL Safe. In order to create a log backup using the extended stored procedures, the script is almost identical to the one used for a Full Backup, but with one simple change which you can see on line 5 in the code below     And also, not &#8230;<p><a href="http://sqlservertips.wordpress.com/2009/02/16/sqlsafe-freeware-edition-log-backup/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=81&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2009/02/16/sqlsafe-freeware-edition-log-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling AWE Support</title>
		<link>http://sqlservertips.wordpress.com/2009/01/27/enabling-awe-support/</link>
		<comments>http://sqlservertips.wordpress.com/2009/01/27/enabling-awe-support/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:56:30 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=70</guid>
		<description><![CDATA[Unlike SQL Server 2000, you can take advantage of AWE in the Standard Edition of SQL Server 2005 as well as the Enterprise and Developer Editions. The first thing that you MUST do is to enable the the &#8220;Lock Pages In Memory&#8221; option for the service account that you are running SQL Server with. In &#8230;<p><a href="http://sqlservertips.wordpress.com/2009/01/27/enabling-awe-support/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=70&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2009/01/27/enabling-awe-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>CheckDB</title>
		<link>http://sqlservertips.wordpress.com/2008/12/18/checkdb/</link>
		<comments>http://sqlservertips.wordpress.com/2008/12/18/checkdb/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 12:58:52 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Database Consistency]]></category>
		<category><![CDATA[CheckDB]]></category>
		<category><![CDATA[Corruption]]></category>
		<category><![CDATA[Intergity Checks]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=56</guid>
		<description><![CDATA[We all know that corruption within a SQL Server database can happen (although, in my experience usually becuase of an issue with the underlying disk system), and the built in CheckDB database console command is usually very good at interrogating the database to find it. I know that some people schedule this to run at &#8230;<p><a href="http://sqlservertips.wordpress.com/2008/12/18/checkdb/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=56&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2008/12/18/checkdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLSafe Freeware Edition &#8211; Simple Backup</title>
		<link>http://sqlservertips.wordpress.com/2008/12/18/sqlsafe-freeware-edition-simple-backup/</link>
		<comments>http://sqlservertips.wordpress.com/2008/12/18/sqlsafe-freeware-edition-simple-backup/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 12:40:11 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[SQLSafe]]></category>
		<category><![CDATA[SQL Backups]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=49</guid>
		<description><![CDATA[In a previous post, I blogged about the freeware edition of SQLSafe which can be used to compress and speed up backups and restores of SQL Databases. Here is a very simple script which will backup a database using the SQLSafe extended stored procedures The variables are fairly self explanitory, however @Database is the database to &#8230;<p><a href="http://sqlservertips.wordpress.com/2008/12/18/sqlsafe-freeware-edition-simple-backup/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=49&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2008/12/18/sqlsafe-freeware-edition-simple-backup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
		<item>
		<title>Speed Up And Compress Backups &#8211; For Free</title>
		<link>http://sqlservertips.wordpress.com/2008/12/15/speed-up-and-compress-backups-for-free/</link>
		<comments>http://sqlservertips.wordpress.com/2008/12/15/speed-up-and-compress-backups-for-free/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 14:57:32 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[SQLSafe]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL Backups]]></category>

		<guid isPermaLink="false">http://sqlservertips.wordpress.com/?p=43</guid>
		<description><![CDATA[There are many different third party tools available for Microsoft SQL Server to provide encrypted, compressed and quicker backups &#8211; all of which have their own costs and licensing. Idera Software however, provide a freeware version of their backup tool &#8211; SQLSafe, cleverly named &#8220;SQLSafe Freeware Edition&#8221;. While this version of the tool has nowhere &#8230;<p><a href="http://sqlservertips.wordpress.com/2008/12/15/speed-up-and-compress-backups-for-free/" class="more-link">Read More</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlservertips.wordpress.com&amp;blog=5516948&amp;post=43&amp;subd=sqlservertips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlservertips.wordpress.com/2008/12/15/speed-up-and-compress-backups-for-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca28ae260337864f2d8ce4cf5d6b2265?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">Jack</media:title>
		</media:content>
	</item>
	</channel>
</rss>
