<?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>ACEDBA</title>
	<atom:link href="http://xnleiden.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xnleiden.wordpress.com</link>
	<description>Just another SQL Server blog</description>
	<lastBuildDate>Mon, 04 Jul 2011 15:00:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='xnleiden.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ACEDBA</title>
		<link>http://xnleiden.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://xnleiden.wordpress.com/osd.xml" title="ACEDBA" />
	<atom:link rel='hub' href='http://xnleiden.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Two ways to know the underlying OS version number by T-SQL</title>
		<link>http://xnleiden.wordpress.com/2011/07/04/two-ways-to-know-the-underlying-os-version-number-by-t-sql/</link>
		<comments>http://xnleiden.wordpress.com/2011/07/04/two-ways-to-know-the-underlying-os-version-number-by-t-sql/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 15:00:24 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[T-SQL Script]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=348</guid>
		<description><![CDATA[The very quick one is select @@version. Another way is to take advantage of extended stored procedure xp_msver, for example, exec xp_msver &#8216;WindowsVersion&#8217;.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=348&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The very quick one is select @@version. Another way is to take advantage of extended stored procedure xp_msver, for example, exec xp_msver &#8216;WindowsVersion&#8217;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=348&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/07/04/two-ways-to-know-the-underlying-os-version-number-by-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>52.120287 5.109518</georss:point>
		<geo:lat>52.120287</geo:lat>
		<geo:long>5.109518</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>Error: Login failed for user &#8221;. Reason: Server is in single user mode. Only one administrator can connect at this time.</title>
		<link>http://xnleiden.wordpress.com/2011/05/23/error-login-failed-for-user-reason-server-is-in-single-user-mode-only-one-administrator-can-connect-at-this-time/</link>
		<comments>http://xnleiden.wordpress.com/2011/05/23/error-login-failed-for-user-reason-server-is-in-single-user-mode-only-one-administrator-can-connect-at-this-time/#comments</comments>
		<pubDate>Mon, 23 May 2011 07:21:35 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[Database Administration]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=344</guid>
		<description><![CDATA[I encountered this error message during a project to move system databases while having to restart SQL Server service with /f /T3608 trace flags and hence into single user mode. However when trying to log on and issues scripts for &#8230; <a href="http://xnleiden.wordpress.com/2011/05/23/error-login-failed-for-user-reason-server-is-in-single-user-mode-only-one-administrator-can-connect-at-this-time/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=344&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I encountered this error message during a project to move system databases while having to restart SQL Server service with /f /T3608 trace flags and hence into single user mode. However when trying to log on and issues scripts for moving mssqlresource database, I constantly got denied to access by either SSMS or command line and the error message was the same as the title suggests.</p>
<p>After googling for awhile, here is my working solution:</p>
<p>1. restart SQL Server service in normal mode and change SQL Server access to local connection only (you can do this either by sp_configure or surface area configuration tool).</p>
<p>2. make sure that &#8220;shared memory protocol&#8221; is enabled in SQL Server configuration manager. Reason is that local connectioins to SQL Server always go through shared memory first.</p>
<p>And then you are all set, try to connect to SQL Server instance locally through sqlcmd and issue whatever scripts that you want. At least I didn&#8217;t encounter any trouble under these settings on that day.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=344&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/05/23/error-login-failed-for-user-reason-server-is-in-single-user-mode-only-one-administrator-can-connect-at-this-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>Two quick tips to improve backup and restore performance from Brent Ozar</title>
		<link>http://xnleiden.wordpress.com/2011/05/20/two-quick-tips-to-improve-backup-and-restore-performance-from-brent-ozar/</link>
		<comments>http://xnleiden.wordpress.com/2011/05/20/two-quick-tips-to-improve-backup-and-restore-performance-from-brent-ozar/#comments</comments>
		<pubDate>Fri, 20 May 2011 20:18:26 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[Geen categorie]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=339</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=339&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/NhOK_EujTCU?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=339&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/05/20/two-quick-tips-to-improve-backup-and-restore-performance-from-brent-ozar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>Error: &#8220;Cannot generate SSPI context&#8221; when connect to a SQL Server instance after service account change</title>
		<link>http://xnleiden.wordpress.com/2011/04/26/error-cannot-generate-sspi-context-when-connect-to-a-sql-server-instance-after-service-account-change/</link>
		<comments>http://xnleiden.wordpress.com/2011/04/26/error-cannot-generate-sspi-context-when-connect-to-a-sql-server-instance-after-service-account-change/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 08:27:53 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[SPN]]></category>
		<category><![CDATA[SSPI]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=332</guid>
		<description><![CDATA[I&#8217;ve recently encountered this problem because to update our security standards, all SQL Server service accounts have to be changed to normal domain user accounts. And after changing them from LocalSystem to new accounts, this error starts to pop up. The cause &#8230; <a href="http://xnleiden.wordpress.com/2011/04/26/error-cannot-generate-sspi-context-when-connect-to-a-sql-server-instance-after-service-account-change/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=332&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently encountered this problem because to update our security standards, all SQL Server service accounts have to be changed to normal domain user accounts. And after changing them from LocalSystem to new accounts, this error starts to pop up. The cause is fairly simple and the following text is from page 113 of Microsoft&#8217;s ITP training book for exam 70-443, which I happen to be reading at the moment of writing this post:</p>
<blockquote><p>To use Kerberos mutual authentication, you must ensure that the SQL Server 2005 instances have an SPN configured in Active Directory. When you configure SQL Server to run under the local system account, this SPN is automatically created. However, if you configure SQL Server to run under a service account, you should create the SPN manually. To configure an SPN for SQL Server, use the SETSPN utility available on the Windows Server 2003 CD.</p></blockquote>
<p> Everytime the SQL Server service is started, the underlying service account tries to register SPN in active directory and the domain user account used as the service account might lack the permission to do so.  Click <a href="http://msdn.microsoft.com/en-us/library/ms191153.aspx">here</a> or <a href="http://technet.microsoft.com/en-us/library/bb735885.aspx">here</a> to refer to Microsoft&#8217;s official guides to manually register SPN for SQL Server service. Also another <a href="http://clintboessen.blogspot.com/2010/02/dynamically-set-spns-for-sql-service.html">article</a> shows how to assign permissions to SQL Server service accounts to still automatically register SPN themselves. And finally, Microsoft official KB article targeted especially at the error message in the title is <a href="http://support.microsoft.com/kb/811889">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=332&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/04/26/error-cannot-generate-sspi-context-when-connect-to-a-sql-server-instance-after-service-account-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>How to connect to SQL Server Configuration Manager from another server</title>
		<link>http://xnleiden.wordpress.com/2011/04/12/how-to-connect-to-sql-server-configuration-manager-on-another-server/</link>
		<comments>http://xnleiden.wordpress.com/2011/04/12/how-to-connect-to-sql-server-configuration-manager-on-another-server/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 15:36:38 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[Database Administration]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=321</guid>
		<description><![CDATA[Very neat approach which I didn&#8217;t know up until today. Here is the link from Microsoft. However, I am still struggling with a server where either local or remote configuration manager fail to report correct statuses of all SQL Server &#8230; <a href="http://xnleiden.wordpress.com/2011/04/12/how-to-connect-to-sql-server-configuration-manager-on-another-server/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=321&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Very neat approach which I didn&#8217;t know up until today. Here is the <a href="http://technet.microsoft.com/en-us/library/ms190622.aspx">link</a> from Microsoft.</p>
<p>However, I am still struggling with a server where either local or remote configuration manager fail to report correct statuses of all SQL Server related services. The error message are simple text &#8220;The remote procedure call failed. [0x800706be]&#8221; locally and &#8220;Cannot connet to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 servers with SQL Server Configuration Manager.&#8221;</p>
<p>I am striving to find out a solution and will definitely update this post if I do.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/321/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=321&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/04/12/how-to-connect-to-sql-server-configuration-manager-on-another-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>Error &#8220;Alter failed for Server &#8216;[servername]&#8216; &#8220;in maintenance plan&#8217;s &#8220;check database integrity task&#8221;</title>
		<link>http://xnleiden.wordpress.com/2011/03/25/error-alter-failed-for-server-servername-in-maintenance-plans-check-database-integrity-task/</link>
		<comments>http://xnleiden.wordpress.com/2011/03/25/error-alter-failed-for-server-servername-in-maintenance-plans-check-database-integrity-task/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 11:17:08 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[Database Administration]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=312</guid>
		<description><![CDATA[This error happened in one of the SQL2005 SP4 instances I am managing. The root cause of this issue is that the integrity check task runs statement &#8216;EXEC sys.sp_configure N'user options', 0 RECONFIGURE&#8216; in the background and this statement conflicts with another &#8220;allow &#8230; <a href="http://xnleiden.wordpress.com/2011/03/25/error-alter-failed-for-server-servername-in-maintenance-plans-check-database-integrity-task/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=312&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This error happened in one of the SQL2005 SP4 instances I am managing. The root cause of this issue is that the integrity check task runs statement &#8216;<code>EXEC sys.sp_configure N'user options', 0 RECONFIGURE</code>&#8216; in the background and this statement conflicts with another &#8220;allow update&#8221; (with value of 1) setting to system catalogs. To put it another way, if your &#8220;<code>sp_configure 'allow update'</code>&#8221; is valued at 1 (meaning system catalogs can be updated) and you run &#8220;<code>sp_configure N'user options', 0 RECONFIGURE</code>&#8221; (which will try to update system catalogs), an error message will be reported: <strong>Ad hoc update to system catalogs is not supported</strong>. However, in SQL2005 and newer, updates on system catalogs are not possible anymore, so the false setting of &#8216;allow update&#8217; to 1 is meaningless and is causing unexpected troubles like this. The solution is very simple: just configure the &#8216;allow update&#8217; option from value 1 back to 0 which it should be by running &#8220;<code>sp_configure 'allow updates', 0 reconfigure</code>&#8220;. Also another good practice is to disable &#8216;allow update&#8217; option for all 2005+ instances.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=312&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/03/25/error-alter-failed-for-server-servername-in-maintenance-plans-check-database-integrity-task/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>A very interesting paragraph from a Microsoft KB article about NT AUTHORITY\SYSTEM and BUILTIN\Administrators logins</title>
		<link>http://xnleiden.wordpress.com/2011/03/01/a-very-interesting-paragraph-from-a-microsoft-kb-article-about-nt-authoritysystem-and-builtinadministrators-logins/</link>
		<comments>http://xnleiden.wordpress.com/2011/03/01/a-very-interesting-paragraph-from-a-microsoft-kb-article-about-nt-authoritysystem-and-builtinadministrators-logins/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 11:03:21 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[Database Administration]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=305</guid>
		<description><![CDATA[The original article is here and the quoted text is as follows: The NT AUTHORITY\SYSTEM account The NT AUTHORITY\SYSTEM account is also granted a SQL Server login. The NT AUTHORITY\SYSTEM account is provisioned in the SYSADMIN fixed server role. Do &#8230; <a href="http://xnleiden.wordpress.com/2011/03/01/a-very-interesting-paragraph-from-a-microsoft-kb-article-about-nt-authoritysystem-and-builtinadministrators-logins/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=305&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The original article is <a href="http://support.microsoft.com/kb/932881">here</a> and the quoted text is as follows:</p>
<blockquote><p>The NT AUTHORITY\SYSTEM account<br />
The NT AUTHORITY\SYSTEM account is also granted a SQL Server login. The NT AUTHORITY\SYSTEM account is provisioned in the SYSADMIN fixed server role. <strong>Do not delete this account or remove it from the SYSADMIN fixed server role</strong>. The NTAUTHORITY\SYSTEM account is used by Microsoft Update and by Microsoft SMS to apply service packs and hotfixes to a SQL Server 2005 installation. The NTAUTHORITY\SYSTEM account is also used by the SQL Writer Service.</p>
<p>Also, if SQL Server 2005 is started in single-user mode, any user who has membership in the BUILTIN\Administrators group can connect to SQL Server 2005 as a SQL Server administrator. <strong>The user can connect regardless of whether the BUILTIN\Administrators group has been granted a server login that is provisioned in the SYSADMIN fixed server role</strong>. This behavior is by design. This behavior is intended to be used for data recovery scenarios.</p></blockquote>
<p>As for the argument whether or not to delete login &#8220;BUILTIN\Administrators&#8221;, this article basically anwsers it all. Since all local administrators can still access database engine during single user mode which only occurs during disaster recovery situations, it is very safe to remove &#8220;BUILTIN\Administrators&#8221; to reduce hackers&#8217; attack vector. However, the second bold part sounds a little bit ambiguous and I am planning to test it out myself on a text box soon.</p>
<p>Update on April 13, 2011</p>
<p>I just carried a test about the default Built-in administrators&#8217; ability to log on to SQL Server as sysadmin when the SQL Server servcie is running under single user mode. And the test result is positive. You actually can delete the login &#8220;BUILTIN\Administrtors&#8221; and still use a local admin account to log on to SQL Server as a sysadmin under single user mode. Once the SQL Server service is backup to multiple user mode, the local admin account failed to log in.</p>
<p>Therefore, to have a super compliant and secure management on SQL Server sysadmin accounts, the best thing to do is to put all user accounts in an AD group and assign this group as sysadmin role and delete BUILTIN\Administrators from the list of logins in SQL Server.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=305&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/03/01/a-very-interesting-paragraph-from-a-microsoft-kb-article-about-nt-authoritysystem-and-builtinadministrators-logins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>Script to return the service accounts of sql server and sql agent services</title>
		<link>http://xnleiden.wordpress.com/2011/03/01/script-to-return-the-service-accounts-of-sql-server-and-sql-agent-services/</link>
		<comments>http://xnleiden.wordpress.com/2011/03/01/script-to-return-the-service-accounts-of-sql-server-and-sql-agent-services/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 10:44:46 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[T-SQL Script]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=302</guid>
		<description><![CDATA[/* This script reads out the names of sql server service account and sql server agent service account Author:Ning Xu Date: 2010-09-16 Applied version: 2000, 2005, 2008 */ DECLARE @serviceaccount as varchar(50) EXECUTE master.dbo.xp_instance_regread N'HKEY_LOCAL_MACHINE', N'SYSTEM\CurrentControlSet\Services\MSSQLSERVER', N'ObjectName', @serviceAccount OUTPUT, N'no_output' &#8230; <a href="http://xnleiden.wordpress.com/2011/03/01/script-to-return-the-service-accounts-of-sql-server-and-sql-agent-services/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=302&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code><br />
/* This script reads out the names of sql server service account and sql server agent service account </code><code><br />
Author:Ning Xu Date: 2010-09-16 Applied version: 2000, 2005, 2008 */<br />
</code><code><br />
DECLARE @serviceaccount as varchar(50)<br />
EXECUTE master.dbo.xp_instance_regread N'HKEY_LOCAL_MACHINE',<br />
N'SYSTEM\CurrentControlSet\Services\MSSQLSERVER', N'ObjectName', @serviceAccount OUTPUT, N'no_output'<br />
</code><code><br />
SELECT @Serviceaccount as SQLServer_ServiceAccount<br />
</code><code><br />
EXECUTE master.dbo.xp_instance_regread N'HKEY_LOCAL_MACHINE', N'SYSTEM\CurrentControlSet\Services\SQLSERVERAGENT', N'ObjectName', @serviceAccount OUTPUT, N'no_output'<br />
</code><code><br />
SELECT @serviceaccount as SQLAgent_ServiceAccount<br />
go<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=302&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/03/01/script-to-return-the-service-accounts-of-sql-server-and-sql-agent-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>How to become NT AUTHORITY\SYSTEM on Windows systems</title>
		<link>http://xnleiden.wordpress.com/2011/03/01/how-to-become-nt-authoritysystem-on-windows-systems/</link>
		<comments>http://xnleiden.wordpress.com/2011/03/01/how-to-become-nt-authoritysystem-on-windows-systems/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 10:30:09 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[Database Administration]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=298</guid>
		<description><![CDATA[As a DBA, you will bump into situations to trouble shoot weird things under this account. And this article details the way how to do it beautifully. Just before you follow the steps, you have to install a toolset from &#8230; <a href="http://xnleiden.wordpress.com/2011/03/01/how-to-become-nt-authoritysystem-on-windows-systems/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=298&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a DBA, you will bump into situations to trouble shoot weird things under this account. And this <a href="http://security.fnal.gov/cookbook/LocalSystem.html">article</a> details the way how to do it beautifully. Just before you follow the steps, you have to install a <a href="http://www.microsoft.com/downloads/en/details.aspx?familyId=49ae8576-9bb9-4126-9761-ba8011fabf38&amp;hash=1hkXfWli9hMuXPhfmkdq2U53qt3fviJfqvfkF%2fXan7dvVWO%2bkfVK5KqqrwhLpJzMKXIZNZNPXE79Yg2%2f3aGh0Q%3d%3d">toolset</a> from Microsoft to run all the commands that are needed in that tutorial. Also don&#8217;t forget to delete the temporary Windows job that you&#8217;ve created just for this occassion.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=298&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/03/01/how-to-become-nt-authoritysystem-on-windows-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
		<item>
		<title>Script to backup all databases in an instance</title>
		<link>http://xnleiden.wordpress.com/2011/02/23/script-to-backup-all-databases-in-an-instance/</link>
		<comments>http://xnleiden.wordpress.com/2011/02/23/script-to-backup-all-databases-in-an-instance/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 17:00:49 +0000</pubDate>
		<dc:creator>Ning Xu</dc:creator>
				<category><![CDATA[T-SQL Script]]></category>

		<guid isPermaLink="false">http://xnleiden.wordpress.com/?p=296</guid>
		<description><![CDATA[/* This script make full backups of all user databases and three system databases in a specific instance. All backup files will named as "db_name_current_date.bak". Watch out that you have to set up the correct backup directory in the @path &#8230; <a href="http://xnleiden.wordpress.com/2011/02/23/script-to-backup-all-databases-in-an-instance/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=296&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code><br />
/*<br />
This script make full backups of all user databases and three system databases in a specific instance.<br />
All backup files will named as "db_name_current_date.bak".<br />
Watch out that you have to set up the correct backup directory in the @path parameter.</code><code><br />
Author: Ning Xu<br />
Date: 22-09-2010<br />
Applied version: 2000, 2005, 2008, 2008 R2<br />
*/<br />
</code><code><br />
DECLARE @name VARCHAR(50) -- database name<br />
DECLARE @path VARCHAR(256) -- path for backup files<br />
DECLARE @fileName VARCHAR(256) -- filename for backup<br />
DECLARE @fileDate VARCHAR(20) -- used for file name<br />
</code><code><br />
SET @path = 'C:\Temp\'<br />
SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112)<br />
</code><code><br />
DECLARE db_cursor CURSOR FOR<br />
SELECT name<br />
FROM master.dbo.sysdatabases<br />
WHERE name not IN ('tempdb')<br />
</code><code><br />
OPEN db_cursor<br />
FETCH NEXT FROM db_cursor INTO @name<br />
</code><code><br />
WHILE @@FETCH_STATUS = 0<br />
BEGIN<br />
SET @fileName = @path + @name + '_' + @fileDate + '.BAK'<br />
BACKUP DATABASE @name TO DISK = @fileName<br />
</code><code><br />
FETCH NEXT FROM db_cursor INTO @name<br />
END<br />
</code><code><br />
CLOSE db_cursor<br />
DEALLOCATE db_cursor<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xnleiden.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xnleiden.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xnleiden.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xnleiden.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xnleiden.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xnleiden.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xnleiden.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xnleiden.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xnleiden.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xnleiden.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xnleiden.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xnleiden.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xnleiden.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xnleiden.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xnleiden.wordpress.com&amp;blog=16159856&amp;post=296&amp;subd=xnleiden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xnleiden.wordpress.com/2011/02/23/script-to-backup-all-databases-in-an-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbd434d001b3d10a08d0909965a0d7c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xnleiden</media:title>
		</media:content>
	</item>
	</channel>
</rss>
