<?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></title>
	<atom:link href="http://jsauni.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jsauni.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 07 Apr 2011 21:12:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jsauni.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://jsauni.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jsauni.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://jsauni.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Help, I&#8217;m seeing ghosts</title>
		<link>http://jsauni.wordpress.com/2011/04/08/help-im-seeing-ghosts/</link>
		<comments>http://jsauni.wordpress.com/2011/04/08/help-im-seeing-ghosts/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 20:30:16 +0000</pubDate>
		<dc:creator>Jacob Sauni</dc:creator>
				<category><![CDATA[DBA]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Ghost rows]]></category>

		<guid isPermaLink="false">http://jsauni.com/?p=813</guid>
		<description><![CDATA[Not actual ghosts, but ghost rows. Before becoming a DBA I had never heard of them before. So what are ghost rows? A description I grabbed off this page here describes them as &#8220;The number of rows that are marked &#8230; <a href="http://jsauni.wordpress.com/2011/04/08/help-im-seeing-ghosts/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=813&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not actual ghosts, but ghost rows. Before becoming a DBA I had never heard of them before. So what are ghost rows? A description I grabbed off this page <a href="http://msdn.microsoft.com/en-us/library/ms188436.aspx" target="_blank">here</a> describes them as &#8220;The number of rows that are marked as deleted but not yet removed. These rows will be removed by a clean-up thread, when the server is not busy&#8221;</p>
<p>In my 3 month DBA career so far I&#8217;ve run into 2 msdb databases exhausting drive space. While there have been SQL Agent Jobs set in place to maintain the msdb database, these don&#8217;t seem to keep the size down, even after manually purging job history via the sp_purge_jobhistory stored procedure. While I could confirm the row count was dropping, I was confused as to why the database size did not. After some investigation around the indexes in msdb I discovered a high count of ghost rows (as well high fragmentation).</p>
<p>Why hadn&#8217;t the ghost clean-up thread cleared these out yet? Is it because the server is continuously busy so it does not call the clean-up thread. I think I read rebuilding the index can trigger the clean-up thread. Whether this is true or not, the one time I tried it, it worked!</p>
<p>Now the question is, do we need to implement index maintenance jobs on system databases? Or do we accept that the msdb database may grow out of control sometimes and wait for the clean-up thread to eventually clear the ghost rows and free the space? When that happens is anybody&#8217;s guess.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsauni.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsauni.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsauni.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsauni.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsauni.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsauni.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsauni.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsauni.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsauni.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsauni.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsauni.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsauni.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsauni.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsauni.wordpress.com/813/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=813&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsauni.wordpress.com/2011/04/08/help-im-seeing-ghosts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jsauni</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading, Learning and Courses</title>
		<link>http://jsauni.wordpress.com/2011/03/23/reading-learning-and-courses/</link>
		<comments>http://jsauni.wordpress.com/2011/03/23/reading-learning-and-courses/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 08:12:48 +0000</pubDate>
		<dc:creator>Jacob Sauni</dc:creator>
				<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://jsauni.com/?p=806</guid>
		<description><![CDATA[My professional development into the DBA role I started this year has been on full blast. Almost to the point I&#8217;d say I&#8217;m border line burnt out. While it&#8217;s all been some what repetitive, repetition I find is my most &#8230; <a href="http://jsauni.wordpress.com/2011/03/23/reading-learning-and-courses/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=806&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My professional development into the DBA role I started this year has been on full blast. Almost to the point I&#8217;d say I&#8217;m border line burnt out. While it&#8217;s all been some what repetitive, repetition I find is my most effective way to learn.</p>
<p>This week I&#8217;m finishing up 2 of 3 one week Microsoft SQL Server courses work has sent me on. Today I learnt something new in the form of the T-SQL MERGE statement. Check it out for yourself <a href="http://msdn.microsoft.com/en-us/library/bb510625.aspx">here</a>, what it&#8217;s capable of is pretty awesome.</p>
<p>I also have a heap (the fact I thought of un-indexed tables when writing this <span style="text-decoration:underline;">must</span> mean I&#8217;m in SQL learning overload) of SQL Server books to read at work. At the moment I&#8217;m reading <strong>Sybex SQL Server 2008 Administration</strong>, which is an excellent read and a book I also recommend. As well as database administration tasks, it also deals with database concepts, terminology, design and planning.</p>
<p>After all this, I&#8217;ll be glad to go back to work and put this all to practice. I&#8217;ve already gotten my feet a little wet, but in between studies I&#8217;ve had a think about ways to improve our backup strategy as well as data integrity and high availability.</p>
<p>That&#8217;s all for now, live long and prosper.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsauni.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsauni.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsauni.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsauni.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsauni.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsauni.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsauni.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsauni.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsauni.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsauni.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsauni.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsauni.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsauni.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsauni.wordpress.com/806/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=806&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsauni.wordpress.com/2011/03/23/reading-learning-and-courses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jsauni</media:title>
		</media:content>
	</item>
		<item>
		<title>The 5 week DBA</title>
		<link>http://jsauni.wordpress.com/2011/02/11/the-5-week-dba/</link>
		<comments>http://jsauni.wordpress.com/2011/02/11/the-5-week-dba/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 20:00:01 +0000</pubDate>
		<dc:creator>Jacob Sauni</dc:creator>
				<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://jsauni.com/?p=794</guid>
		<description><![CDATA[Just over a month of DBA-ness and I&#8217;m still alive. What have I learned and where am I at? As far as learning goes I&#8217;m into my 2nd reading of SQL Server 2008 Administration In Action, this time putting it all into &#8230; <a href="http://jsauni.wordpress.com/2011/02/11/the-5-week-dba/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=794&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just over a month of DBA-ness and I&#8217;m still alive. What have I learned and where am I at?</p>
<p>As far as learning goes I&#8217;m into my 2nd reading of <strong>SQL Server 2008 Administration In Action</strong>, this time putting it all into practice and letting the theory really sink in. I have a few other books that are on their way from Amazon that I can&#8217;t wait to get stuck into as well. In 2 weeks I&#8217;ll be off on a 1 week course <strong>Maintaining a Microsoft SQL Server 2008 Database</strong>, this should really be a refresher for me and hopefully involve more lab work and possibly meeting up with other DBAs.</p>
<p>I&#8217;ve had a play around with the work environment. Had disk drives run out of space, troubleshoot locking issues, analyse index usage stats, looking into fixed database roles and reading up on partitioning tables. I&#8217;m lovin&#8217; it to say the least.</p>
<p>I&#8217;m lucky I&#8217;m in a position where I can spend time reading the blogs or watching presentations of SQL people who I also follow on twitter (<a href="http://twitter.com/jsauni/sql" target="_blank">@jsauni/sql</a>). I recently watched Brent Ozar speak on <strong>Using Perfmon and Profiler</strong> to capture performance metrics which was a great source for knowledge, tools, techniques and reasoning/understanding. Check it out if you can.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsauni.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsauni.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsauni.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsauni.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsauni.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsauni.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsauni.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsauni.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsauni.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsauni.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsauni.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsauni.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsauni.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsauni.wordpress.com/794/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=794&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsauni.wordpress.com/2011/02/11/the-5-week-dba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jsauni</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server Installation Guidelines &#8211; Collation and Service Accounts</title>
		<link>http://jsauni.wordpress.com/2011/01/21/sql-server-installation-guidelines-collation-and-service-accounts/</link>
		<comments>http://jsauni.wordpress.com/2011/01/21/sql-server-installation-guidelines-collation-and-service-accounts/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 20:00:34 +0000</pubDate>
		<dc:creator>Jacob Sauni</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Collation]]></category>
		<category><![CDATA[Service Accounts]]></category>

		<guid isPermaLink="false">http://jsauni.com/?p=780</guid>
		<description><![CDATA[Last Friday I received an email with the subject &#8220;default installation guidelines&#8221;. In the body it wrote: What do i set for service accounts and collation settings? Perfect opportunity for a starting DBA to shed some newly learnt knowledge. With the current guidelines &#8230; <a href="http://jsauni.wordpress.com/2011/01/21/sql-server-installation-guidelines-collation-and-service-accounts/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=780&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-781" src="http://jsauni.files.wordpress.com/2011/01/image_2.png?w=300&#038;h=225" alt="" width="300" height="225" />Last Friday I received an email with the subject &#8220;default installation guidelines&#8221;. In the body it wrote:</p>
<blockquote><p>What do i set for service accounts and collation settings?</p></blockquote>
<p>Perfect opportunity for a starting DBA to shed some newly learnt knowledge. With the current guidelines in mind and my input from what I&#8217;ve read, we agreed to this:</p>
<ol>
<li>Collation: we will continue to use the collation as per the checklist to maintain consistency among ALL SQL Servers.</li>
<li>Service Accounts: we will create domain accounts for each SQL Server service being installed.</li>
</ol>
<p>If you have any suggestions or feedback on this or would like to share your guidelines on collation and service accounts feel free to comment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsauni.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsauni.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsauni.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsauni.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsauni.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsauni.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsauni.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsauni.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsauni.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsauni.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsauni.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsauni.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsauni.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsauni.wordpress.com/780/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=780&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsauni.wordpress.com/2011/01/21/sql-server-installation-guidelines-collation-and-service-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jsauni</media:title>
		</media:content>

		<media:content url="http://jsauni.files.wordpress.com/2011/01/image_2.png?w=300" medium="image" />
	</item>
		<item>
		<title>The start of a Database Administrating</title>
		<link>http://jsauni.wordpress.com/2011/01/14/the-start-of-a-database-administrating/</link>
		<comments>http://jsauni.wordpress.com/2011/01/14/the-start-of-a-database-administrating/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 00:37:38 +0000</pubDate>
		<dc:creator>Jacob Sauni</dc:creator>
				<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://jsauni.wordpress.com/?p=762</guid>
		<description><![CDATA[Just completed my first week as a database administrator (DBA). Aside from my first tour of the on-site server room and an issue with database files running out of space, it has involved a lot of reading. So far I&#8217;m &#8230; <a href="http://jsauni.wordpress.com/2011/01/14/the-start-of-a-database-administrating/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=762&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-763" title="SQLServer2008" src="http://jsauni.files.wordpress.com/2011/01/sqlserver2008gridv_2.png?w=300&#038;h=187" alt="" width="300" height="187" /></p>
<p>Just completed my first week as a database administrator (DBA). Aside from my first tour of the on-site server room and an issue with database files running out of space, it has involved a lot of reading. So far I&#8217;m 2 parts through a book called <strong>SQL Server 2008 Administration In Action</strong> (awesome read), with more books on the way. I already followed some SQL heads on Twitter before becoming a DBA, but have now created a list, which you can follow <a href="http://twitter.com/jsauni/sql" target="_blank">here</a>.</p>
<p>I have 3 months to get up and running before my DBA duties kick in. From what I&#8217;ve learnt, both in reading about SQL Server 2008 and our current environment, it&#8217;s a monster of a mountain to climb. But that&#8217;s cool, I look forward to the challenge, as well as applications starting to fail after I&#8217;ve locked everything down! Kidding. Seriously though, security and implementing least privilege has been my favourite topic read thus far.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jsauni.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jsauni.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jsauni.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jsauni.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jsauni.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jsauni.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jsauni.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jsauni.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jsauni.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jsauni.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jsauni.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jsauni.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jsauni.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jsauni.wordpress.com/762/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jsauni.wordpress.com&amp;blog=2201930&amp;post=762&amp;subd=jsauni&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jsauni.wordpress.com/2011/01/14/the-start-of-a-database-administrating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jsauni</media:title>
		</media:content>

		<media:content url="http://jsauni.files.wordpress.com/2011/01/sqlserver2008gridv_2.png?w=300" medium="image">
			<media:title type="html">SQLServer2008</media:title>
		</media:content>
	</item>
	</channel>
</rss>