<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What&#8217;s the Largest Database You&#8217;ve Worked With?</title>
	<atom:link href="http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/</link>
	<description>Your technology pain-relief experts.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:37:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jfogg</title>
		<link>http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/comment-page-1/#comment-30341</link>
		<dc:creator>jfogg</dc:creator>
		<pubDate>Tue, 05 Apr 2011 20:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/#comment-30341</guid>
		<description>I think you are right on with your estimations... We have an 80GB db that is growing rapidly, as we crossed the 75GB threshold, the amount of administration immediately increased. As we begin to reach the 100GB mark, I can see where we are going to NEED more experience.</description>
		<content:encoded><![CDATA[<p>I think you are right on with your estimations&#8230; We have an 80GB db that is growing rapidly, as we crossed the 75GB threshold, the amount of administration immediately increased. As we begin to reach the 100GB mark, I can see where we are going to NEED more experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Besprozvanny</title>
		<link>http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/comment-page-1/#comment-19362</link>
		<dc:creator>Igor Besprozvanny</dc:creator>
		<pubDate>Thu, 01 Apr 2010 06:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/#comment-19362</guid>
		<description>link for a &quot;are you junior or senior dba&quot; goes to another article.</description>
		<content:encoded><![CDATA[<p>link for a &#8220;are you junior or senior dba&#8221; goes to another article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/comment-page-1/#comment-10292</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Tue, 25 Aug 2009 18:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/#comment-10292</guid>
		<description>GSquared - great point.  Would you agree that those situations are exceptions to the norm, rather than the norm?  I agree with you, though, in that if you&#039;ve only got experience managing a 20 gig database, you need to spell out its complexity on your resume lest someone think you aren&#039;t qualified to manage a much larger one.</description>
		<content:encoded><![CDATA[<p>GSquared &#8211; great point.  Would you agree that those situations are exceptions to the norm, rather than the norm?  I agree with you, though, in that if you&#8217;ve only got experience managing a 20 gig database, you need to spell out its complexity on your resume lest someone think you aren&#8217;t qualified to manage a much larger one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GSquared</title>
		<link>http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/comment-page-1/#comment-10291</link>
		<dc:creator>GSquared</dc:creator>
		<pubDate>Tue, 25 Aug 2009 18:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/#comment-10291</guid>
		<description>Size of database doesn&#039;t necessarily correlate with complexity of management.

For example, I used to have a half-petabyte database that was very simple to administer, because it consisted of one table split into three partitions, and a couple of procs.  Was just used for processing address lists.  Had no activity off business hours most days, all transactions were in large batches, only one of the tables needed any non-clustered indexes, inserts were sequential, there were no deletes, the only columns subject to updates were non-indexed, and if the database got corrupted or lost, restore from the prior night&#039;s full backup was adequate, since lists could simply be re-run.

That database is currently being administered by someone who can just barely spell &quot;SQL&quot;, and is most certainly NOT a senior DBA, and it&#039;s doing just fine.

On the other hand, I also used to have a 20 Gig database that had over 400 tables, was highly transactional (hundreds per second), needed 24x7 uptime, and where the loss of even 1 minute&#039;s data would cause major problems for the business.  That one required a significant amount of skill and expertise to administer.  Definitely not something a junior DBA could have handled.

Size does matter, but, as always, skill matters more.  Both is best.</description>
		<content:encoded><![CDATA[<p>Size of database doesn&#8217;t necessarily correlate with complexity of management.</p>
<p>For example, I used to have a half-petabyte database that was very simple to administer, because it consisted of one table split into three partitions, and a couple of procs.  Was just used for processing address lists.  Had no activity off business hours most days, all transactions were in large batches, only one of the tables needed any non-clustered indexes, inserts were sequential, there were no deletes, the only columns subject to updates were non-indexed, and if the database got corrupted or lost, restore from the prior night&#8217;s full backup was adequate, since lists could simply be re-run.</p>
<p>That database is currently being administered by someone who can just barely spell &#8220;SQL&#8221;, and is most certainly NOT a senior DBA, and it&#8217;s doing just fine.</p>
<p>On the other hand, I also used to have a 20 Gig database that had over 400 tables, was highly transactional (hundreds per second), needed 24&#215;7 uptime, and where the loss of even 1 minute&#8217;s data would cause major problems for the business.  That one required a significant amount of skill and expertise to administer.  Definitely not something a junior DBA could have handled.</p>
<p>Size does matter, but, as always, skill matters more.  Both is best.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 536/542 objects using disk: basic

Served from: www.brentozar.com @ 2012-02-09 06:15:39 -->
