<?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/"
	>

<channel>
	<title>Aaron Lowe &#187; Database</title>
	<atom:link href="http://www.aaronlowe.net/archive/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlowe.net</link>
	<description>SELECT my.Thoughts FROM Vendoran.dbo.Brain my</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQLPASS Conference Day 3, the Last Day</title>
		<link>http://www.aaronlowe.net/archive/2011/10/sqlpass-conference-day-3-the-last-day/</link>
		<comments>http://www.aaronlowe.net/archive/2011/10/sqlpass-conference-day-3-the-last-day/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 13:00:00 +0000</pubDate>
		<dc:creator>Vendoran</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sqlpass; big data; career]]></category>

		<guid isPermaLink="false">http://www.aaronlowe.net/?p=313</guid>
		<description><![CDATA[The Final day of the conference began with Rob Farley (twitter &#124; blog) and Buck Woody (twitter &#124; blog) singing a Rob Farley original “I Should have Looked the Other Way” which you can see here (audio compression issues), for the performance or here for the lyrics version (start at 2:20). Next up was board [...]]]></description>
			<content:encoded><![CDATA[<p>The Final day of the conference began with Rob Farley (<a href="http://twitter.com/#!/rob_farley/" target="_blank">twitter</a> | <a href="http://sqlblog.com/blogs/rob_farley/" target="_blank">blog</a>) and Buck Woody (<a href="http://twitter.com/#!/buckwoody" target="_blank">twitter</a> | <a href="http://blogs.msdn.com/b/buckwoody/" target="_blank">blog</a>) singing a Rob Farley original “I Should have Looked the Other Way” which you can see <a href="http://www.youtube.com/watch?v=-jo7BH4GjSM" target="_blank">here</a> (audio compression issues), for the performance or <a href="http://www.youtube.com/watch?v=xC1DIf5hcVw" target="_blank">here</a> for the lyrics version (start at 2:20).</p>
<p>Next up was board announcements such as Wayne Snyder and Rick Heiges both rolling off the board.  While they were bringing Wayne up on stage they were showing quotes from people within the community about Wayne, all of which were very moving, however the one that I thought really stood out was about (and I apologize that I didn’t catch who said it) how Wayne transformed <a href="http://www.sqlpass.org/" target="_blank">SQLPASS</a> from a technical conference into a family reunion.</p>
<h5>Keynote</h5>
<p>Then onto the final keynote done by Dr. David DeWitt (<a href="http://pages.cs.wisc.edu/~dewitt/" target="_blank">site</a>), you can download his presentation <a href="http://pages.cs.wisc.edu/~dewitt/includes/passtalks/passtalks.html" target="_blank">here</a> (this is a summary of that presentation, if you are really interested, go download it or better yet, <a href="http://www.sqlpass.org/summit/2011/Live/LiveStreaming.aspx" target="_blank">watch</a> it).  Dr. DeWitt was a professor for years and has mastered the ability of explaining complex concepts.  During the presentation we were able to email questions which were answered after the presentation.  Today he decided to tackle Big Data.</p>
<p>In 2009 there was 0.8 Zettabyte (ZB) (1 million petabytes/1 trillion terabytes/1 quadrillion GB) and by the years 2020 the expectation is to have 35 ZBs (growth factor of 44).  That’s a lot of data, much of it coming from sources such as sensors, Web2.0, Web clicks, etc.  However much of this data while valuable to store, we don’t necessarily care about ACID properties or relational integrity or other things that would utilize a traditional RDBMS. Point being as always, right tool for the right job.</p>
<p>So in these cases, what is the right tool?  Well with Wednesday’s <a href="http://www.aaronlowe.net/archive/2011/10/sqlpass-conference-day-1/" target="_blank">announcement</a>, looks like Microsoft is putting their weight behind Hadoop and MapReduce, which offers:</p>
<ul>
<li>Scalability and a high degree of fault tolerance</li>
<li>Ability to quickly analyze massive collections of records without forcing data to first be modeled, cleansed and loaded</li>
<li>Easy to use programming paradigm for writing and executing analysis programs that scale to 1000s of nodes and PBs of data</li>
<li>Low up front software and hardware costs</li>
</ul>
<p>So what’s the system look like:</p>
<p><a href="http://www.aaronlowe.net/wp-content/uploads/2011/10/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://www.aaronlowe.net/wp-content/uploads/2011/10/image_thumb.png" alt="image" width="617" height="328" border="0" /></a></p>
<ol>
<li>Hadoop Distributed File System (HDFS) –  objectives are load balancing, fact access and fault tolerance, designed with the expectations that hardware/software failures</li>
<li>MapReduce – framework for writing/executing distributed, fault tolerant algorithms – 2 functions <em>map</em> which divided a large problem into smaller problems and then performs the same function on all smaller problems and <em>reduce </em>which then combines the results.</li>
<li>Hive &amp; Pig – Hive was created by Facebook as a and is SQL-like, while Pig was created by Yahoo and is more procedural; both target MapReduce jobs.  However due to the complexity of MapReduce, HiveQL was created to combine the best features of SQL with MapReduce</li>
<li>Sqoop – package for moving data between HDFS and relational DB systems via command line load and unload utilities</li>
</ol>
<p>He then showed some performance metrics of SQL PDW and stated</p>
<blockquote><p>I assert that it is MUCH easier to add support to SQL Server PDW for unstructured data (w/o having to load it), improved scalability, and fault tolerance than it is to ever get competitive performance from a Hadoop-based system</p></blockquote>
<p>But again the point being that both of these type of systems (RDBMS and Hadoop)  are going to be working together, it will not be a case of choosing one or the other.</p>
<h5>Sessions</h5>
<p>After the keynote I sat in Adam Machanic’s (<a href="http://twitter.com/#!/adammachanic" target="_blank">twitter</a> | <a href="http://sqlblog.com/blogs/adam_machanic/" target="_blank">blog</a>) Query Tuning Mastery for a bit before going downstairs to host the “SSIS for all, DBAs developers, etc.” table at the Birds of a Feather luncheon with Matt Masson (<a href="http://twitter.com/#!/mattmasson" target="_blank">twitter</a> | <a href="http://blogs.msdn.com/b/mattm/" target="_blank">blog</a>).  Ted Krueger (<a href="http://twitter.com/#!/onpnt" target="_blank">twitter</a> | <a href="http://blogs.lessthandot.com/index.php?disp=authdir&amp;author=68" target="_blank">blog</a>) had to leave leave early and Mike Walsh (<a href="http://twitter.com/#!/mike_walsh" target="_blank">twitter</a> | <a href="http://www.straightpathsql.com/blog/" target="_blank">blog</a>) was looking for <a href="http://twitter.com/#!/mike_walsh/status/124895254452244480" target="_blank">volunteers</a>.  Had some good conversation ranging from “What is SSIS” to “How do I do meta-driven SSIS”</p>
<p>After that I jumped into Rewrite Your T-SQL for Great Good by Jeremiah Peschka (<a href="http://twitter.com/#!/peschkaj" target="_blank">twitter</a> | <a href="http://www.brentozar.com/archive/author/jeremiah-peschka/" target="_blank">blog</a>).  Jeremiah’s slides as always excellent, and I have a similar presentation entitled Writing Professional Database Code so I figured I’d go and <span style="text-decoration: line-through;">borrow</span> check it out.  I was glad I did as it had a different focus and perspective.  This just underscored to me again that each person brings their own experiences and perspective which is valuable.  In all honesty it is a common excuse that I used (as well as others) as to why I couldn’t present or blog, because the content was already out there.   So lesson learned again, stop making excuses. <img class="wlEmoticon wlEmoticon-smile" style="border-style: none;" src="http://www.aaronlowe.net/wp-content/uploads/2011/10/wlEmoticon-smile1.png" alt="Smile" />Anyway he talked about consistency and gave a link to open source Unit Testing tools.  As a user of TFS, I haven’t had much experience with these and look forward to investigating them.  He gave a lot of query performance options and even threw down the gauntlet for everyone who uses “Distinct” in a query to explain the necessity of it as most of the times it’s used due to either a bad data model or bad joins.  Great stuff!</p>
<p>Last I went to Are you a Linchpin? Career Management lessons to help you become indispensable.  This was a panel discussion with Q&amp;A at the end <a href="http://www.amazon.com/Linchpin-Are-Indispensable-Seth-Godin/dp/B00509CRG6" target="_blank">Linchpin: Are You Indispensable</a> by Seth Godin as the starting point of the discussion.  The panel was made up of:</p>
<ul>
<li>Andy Warren (<a href="http://twitter.com/#!/sqlandy" target="_blank">twitter</a> | <a href="http://www.sqlservercentral.com/blogs/andy_warren/default.aspx" target="_blank">blog</a>)</li>
<li>Brent Ozar (<a href="http://twitter.com/#!/brento" target="_blank">twitter</a> | <a href="http://www.brentozar.com/archive/author/BrentO/" target="_blank">blog</a> | )</li>
<li>Jeremiah Peschka (<a href="http://twitter.com/#!/peschkaj" target="_blank">twitter</a> | <a href="http://www.brentozar.com/archive/author/jeremiah-peschka/" target="_blank">blog</a>)</li>
<li>Kevin Kline (<a href="http://twitter.com/#!/kekline" target="_blank">twitter</a> | <a href="http://kevinekline.com/" target="_blank">blog</a>)</li>
<li>Louis Davidson (<a href="http://twitter.com/#!/drsql" target="_blank">twitter</a> | <a href="http://sqlblog.com/blogs/louis_davidson/default.aspx" target="_blank">blog</a>)</li>
<li>Stacia Misner (<a href="http://twitter.com/#!/StaciaMisner" target="_blank">twitter</a> | <a href="http://sqlblog.com/blogs/stacia_misner/" target="_blank">blog</a>)</li>
<li>Thomas LaRock (<a href="http://twitter.com/#!/SQLRockstar" target="_blank">twitter</a> | <a href="http://thomaslarock.com/" target="_blank">blog</a>)</li>
<li>And Moderator: Andy Leonard (<a href="http://twitter.com/#!/AndyLeonard" target="_blank">twitter</a> | <a href="http://sqlblog.com/blogs/andy_leonard/default.aspx" target="_blank">blog</a>)</li>
</ul>
<p>One of the interesting things that Kevin said (attributing credit to Brent) was that</p>
<blockquote><p>People are going to remember you for 1, 2, maybe 3 adjectives.  What adjectives do you want to be known for?</p></blockquote>
<p>My mother had always told me something similar:</p>
<blockquote><p>People won’t remember what you did, but they will remember how you made them feel</p></blockquote>
<p>Anyway it was a great conversation with some interesting Q&amp;A, would love to see more of these type of things.</p>
<p>Whew, that’s it for the summit, had a great time and looking forward to next years!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlowe.net/archive/2011/10/sqlpass-conference-day-3-the-last-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don’t Worry, I’ll Get To It</title>
		<link>http://www.aaronlowe.net/archive/2010/07/dont-worry-ill-get-to-it/</link>
		<comments>http://www.aaronlowe.net/archive/2010/07/dont-worry-ill-get-to-it/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:00:00 +0000</pubDate>
		<dc:creator>Vendoran</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[VSDBPro]]></category>

		<guid isPermaLink="false">http://www.aaronlowe.net/archive/2010/07/dont-worry-ill-get-to-it/</guid>
		<description><![CDATA[Looking back you realized where you made your first mistake.  You thought it would work out differently; in fact, you knew it would.  Alas, you believed the lie. Wait, let’s back up: Sweat mars your brow as you start to feel panic set in.  You reach for your mountain dew can and quickly put it [...]]]></description>
			<content:encoded><![CDATA[<p>Looking back you realized where you made your first mistake.  You thought it would work out differently; in fact, you knew it would.  Alas, you believed the lie.</p>
<p><em>Wait, let’s back up:</em></p>
<p>Sweat mars your brow as you start to feel panic set in.  You reach for your mountain dew can and quickly put it down so no one will see your hand shaking (plus don’t want to spill a good dew).</p>
<p><em>Still need to back up further:</em></p>
<p>You were minding your own business watching a great <a href="http://www.sqlpass.org/">SQLPASS</a> webcast and thinking of how you were going to implement those cool things you learned.  At least, that was until you got <a href="http://www.youtube.com/watch?v=Hj-qhIGTXdU">THE PHONECALL</a>.  Your boss calls and says, “Hey there’s this project going on that is going to need some database help, I’ve told them you’re just the person to do it.  So I’ve scheduled you in a conference call tomorrow morning first thing.  Sounded pretty straight forward so should be no problem.” You then start downloading your brain to notepad and internet links so you don’t forget the <a href="http://www.sqlpass.org/">SQLPASS</a> presentation.</p>
<p>You come in the next day, get your morning Mountain Dew (hey it’s my story and I’m not much of a coffee drinker) and jump on the conference call.    That is when you hear this:</p>
<p>“Glad you could join us; your boss said you were the best, so we’re expecting great things from you.  What we need is a database to store the Excel documents we’ve been working on for the past year.  We’ve just been emailing them around, so we’ll need to import the data and be able to create reports.  I already spec’d it out in Access and don’t think it should take more than a week, but with you on here, it should take less time!  This is good because we’re already committed to deadlines in about a month. I will email you the Excel documents, once you look and understand them we will talk later this afternoon to answer any questions you have. K, thanks, bye”</p>
<p>You start seeing visions of SSIS, SSRS and SQL go through your head and you’re wrapping your brain around everything that needs to be done, when you get the email: “Here’s a couple of the first type of spreadsheets, there are actually 3 different types of spreadsheets but it’s all related.  Should be no problem for a wiz like you, huh? <img src='http://www.aaronlowe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  When you’re ready for the rest, let us know and we can create a CD of them – think there’s about 300 or so.  I forgot to mention on the call that while we have a deadline in a month, we promised to start getting reports out next week, so I’m really looking forward to seeing the reports this week.”</p>
<p>Sweat mars your brow as you start to feel panic set in.  You reach for your mountain dew can and quickly put it down so no one will see your hand shaking (plus don’t want to spill a good dew).   Then a thought creeps into your head, you initially reject it, and look around to make sure no one heard it, but as you think about it, the thought starts making sense and you start to smile.  You now have the way to meet or possibly exceed the expectations and you can look like the hero.  So you say to yourself, “Don’t worry, I’ll just import manually, create the code as I go to be quick, then I can go back and clean it up later”</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>The above scenario is not that uncommon in our field.  We are brought in as the experts and expected to produce things quickly.  The business group does not know and possibly does not even care about everything we do. But, really, it is not their job, if they did, you would not have one.  Things like code quality, code coverage, and security are your job, not theirs.</p>
<p>However, I am still seeing too many people try to be the hero by working around the clock or reducing code quality to meet the requirements as soon as possible.  Let me refute some more common reasons:</p>
<p><strong>I will have plenty of time…</strong></p>
<p>The idea that you will all of a sudden have this huge amount of free time to do performance improvements, proper error handling, better naming conventions, etc. is a myth.  More likely, you will be pulled onto another project and then someone will knock on your door in a year or two asking you to explain this really bad code they found.  If on the other hand you are experiencing large blocks of free time, please send me a note as I might have some work for you.  <em>Companies pay you to work, which is the opposite of having free time.</em></p>
<p><strong>I’ll just do it this once…</strong></p>
<p>If you put that kind of code out there, you will probably end up doing a lot of manual process/manipulation.  This means when it is time to actually go-live, you scramble to get it all working, again reducing quality.  I have often seen “While it’s in development I don’t have to worry about getting it scheduled.  Oh that process didn’t work; I’ll just manually fix it.”  <em>If you have to fix it manually in development, you will have to fix it manually in prod.</em></p>
<p><strong>They just don’t understand</strong></p>
<p>Our job should not just be seen as a cost center it should be seen as an asset.  That does not mean we just produce great code/functionality, it means we help the business achieve the business goals.  In other words, we work “with” not “for” the business.</p>
<p>Back in the Exchange 5.5 days, I did some work as a systems administrator.  We discovered that some people were using mailboxes that had up to 500 MB in them, while the average was around 100; I researched best practices and did all this analysis.  I finally brought the suggestion to my boss, “We should limit everyone’s mailbox to XX size that way we don’t have space issues” His response “This is obviously the way our people work and if it is, why we shouldn’t just invest in more space so they can continue to work that way?”</p>
<p>I had never considered the business, only the technology.  When you just have technology on the brain and not the business or the people you come up with solutions for the technology. “My system would be perfect except for all those users”</p>
<p>Take the time to explain what you <em>need </em>to accomplish so you can create what they <em>want </em>you to accomplish.  They want it sooner rather than later? Then reflect some of those decisions back to them, even empowering them to make some.  “Yes I can get that really cool function out there this week, but everyone in the world will have access to it,  With a couple more days I can also have it secure.  Which would you like?”  Of course, this means that you have to think more strategically about the project, which can be difficult at times.  We all know how easy (and fun) it is to just jump in there and start producing code”.  <em>Transparency is the key.</em></p>
<p><strong>But I’m always having to change things</strong></p>
<p>Realize that some refactoring will always be necessary. The days of going away for 6 months to create something and come back to do your big “<a href="http://www.youtube.com/watch?v=XBrz7zMg91k">ta-da</a>” are long gone.  People want things faster with more agility so things can change as we go along.    This means more pressure to produce faster, which means refactoring and adding additional functionality as you go.  However every line of code you write should be quality.  I don’t know how many times I have seen Proof-of-Concepts (POCs) turn into the actual production system.  Just because it is a POC from a business perspective does not mean that it should be a POC from a code quality perspective.  I actually saw someone code up a textbook T-SQL injection (put the stored procedure parameter straight in the where clause without any validation), with the intention of fixing it later.  <em>If it is wrong to do later, it is wrong to do now.</em></p>
<p>In the development world, there are many tools for code coverage, unit testing, refactoring, etc.  While there are some tools out there like <a href="http://www.microsoft.com/visualstudio/en-us">VSDBPro</a> unit testing, <a href="http://www.dbproj.com/">VSDBPro</a> and <a href="http://www.red-gate.com/">Red Gate</a> refactoring, etc., the tools in the database world are not as mature.  There is no IDE that forces white space or automatically documents for you.  We do not have tools where we can just do a few clicks and have end-to-end tests.</p>
<p>However, that is no excuse to be a gunslinger and just shoot from the hip.  We are professionals and should be creating professional code that is readable, documented and have a standard of quality.</p>
<p>If you are struggling with that, adopt a <a href="http://www.sqlservercentral.com/articles/Testing/66553/">Test Driven Development</a> (TDD) philosophy or something else that will force you to think about or do things better.</p>
<p>Or maybe it is taking you 5 minutes to figure out what is going on in a stored procedure you just wrote a couple days ago.  If so, let’s be honest you failed in either code readability and/or documentation. No excuses, there are even <a href="http://www.wangz.net/pp/sqlformat.htm">good free tools</a> out there. Whitespaceisreallyagoodthing.</p>
<p><strong>Code Quality, Code Readability and Code Documentation is Important</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlowe.net/archive/2010/07/dont-worry-ill-get-to-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>SQL Server Training is about to change</title>
		<link>http://www.aaronlowe.net/archive/2008/10/sql-server-training-is-about-to-change/</link>
		<comments>http://www.aaronlowe.net/archive/2008/10/sql-server-training-is-about-to-change/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 10:07:17 +0000</pubDate>
		<dc:creator>Vendoran</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">/post/2008/10/23/SQL-Server-Training-is-about-to-change.aspx</guid>
		<description><![CDATA[Just in case you are not reading Brent Ozar’s blog (why aren’t you?) you wouldn’t have heard that come Monday he’s going to be making an announcement on a solution to SQL Server Training.&#160; He’s outlined the issue Database Professionals have with getting quality information as well as showed who he’s working with to solve [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you are not reading <a href="http://www.brentozar.com/">Brent Ozar’s</a> blog (why aren’t you?) you wouldn’t have heard that come Monday he’s going to be making an announcement on a solution to SQL Server Training.&#160; He’s outlined the issue Database Professionals have with getting quality information as well as showed who he’s working with to solve the issue <a href="http://www.brentozar.com/archive/2008/10/the-problem-with-sql-server-training-today/">here</a> and no it’s not another <a href="http://www.brentozar.com/archive/2008/10/what-im-not-announcing-monday-yet-another-forum/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlowe.net/archive/2008/10/sql-server-training-is-about-to-change/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>You want scalable? You need a Database Professional</title>
		<link>http://www.aaronlowe.net/archive/2008/05/you-want-scalable-you-need-a-database-professional/</link>
		<comments>http://www.aaronlowe.net/archive/2008/05/you-want-scalable-you-need-a-database-professional/#comments</comments>
		<pubDate>Thu, 29 May 2008 22:25:00 +0000</pubDate>
		<dc:creator>Vendoran</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">/post/2008/05/29/You-want-scalable-You-need-a-Database-Professional.aspx</guid>
		<description><![CDATA[I usually try not to have blog posts that just link to other blog posts, however this one was so great I just had to. &#160; Andy Leonard posted this almost two years ago, but he just tweeted about it today.&#160; I&#39;m actually having this discussion right now with some people on the development side [...]]]></description>
			<content:encoded><![CDATA[<p>
I usually try not to have blog posts that just link to other blog posts, however this one was so great I just had to. <img src='http://www.aaronlowe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &nbsp; <a href="http://vsteamsystemcentral.com/cs21/blogs/applied_team_system/" target="_blank">Andy Leonard</a> posted this almost two years ago, but he just <a href="http://twitter.com/AndyLeonard/statuses/822499560" target="_blank">tweeted</a> about it today.&nbsp; I&#39;m actually having this <a href="/post/2008/02/19/Database-Professional-Developer-Administrator-or-in-between.aspx" target="_blank">discussion</a> right now with some people on the development side of things.&nbsp; Definitely worth a look &#8211; <a href="http://vsteamsystemcentral.com/cs/blogs/applied_team_system/archive/2006/07/30/114.aspx" title="http://vsteamsystemcentral.com/cs/blogs/applied_team_system/archive/2006/07/30/114.aspx">http://vsteamsystemcentral.com/cs/blogs/applied_team_system/archive/2006/07/30/114.aspx</a>.&nbsp; Thanks Andy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlowe.net/archive/2008/05/you-want-scalable-you-need-a-database-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Professional &#8211; Developer, Administrator or in between?</title>
		<link>http://www.aaronlowe.net/archive/2008/02/database-professional-developer-administrator-or-in-between/</link>
		<comments>http://www.aaronlowe.net/archive/2008/02/database-professional-developer-administrator-or-in-between/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 00:32:07 +0000</pubDate>
		<dc:creator>Vendoran</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[VSDBPro]]></category>

		<guid isPermaLink="false">/post/2008/02/19/Database-Professional-Developer-Administrator-or-in-between.aspx</guid>
		<description><![CDATA[About a month ago a developer colleague and I were discussing the database professional role and he started to list the requirements he felt were appropriate for a senior .NET developer regarding database knowledge, which include 3NF, write stored procedures, views, UDF&#8217;s, etc.&#160; As a result I authored an internal paper and distributed it.&#160; Today [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago a developer colleague and I were discussing the database professional role and he started to list the requirements he felt were appropriate for a senior .NET developer regarding database knowledge, which include 3NF, write stored procedures, views, UDF&#8217;s, etc.&#160; As a result I authored an internal paper and distributed it.&#160; Today Stephen Wynkoop from <a href="http://www.sswug.org">SSWUG</a> has an editorial about the same thing <a href="http://www.sswug.org/columnists/editorial.asp?id=1351">here</a>.&#160; So I thought I&#8217;d share some of my thoughts.</p>
<p>How does the Senior Database Professional add value?&#160; If the database is becoming the data platform then is it even required for a DBPro in new development?&#160; For new development we don&#8217;t consult our IT Admin Pro&#8217;s, however we do consult SharePoint and BizTalk Pro&#8217;s, all of which are platforms.&#160; The difference lies again in those expectation of a senior developer to have a certain knowledge level regarding databases, where we don&#8217;t expect the same knowledge of other platforms like SharePoint, BizTalk, etc.</p>
<p>So these become the options for the DB professional:</p>
<ol>
<li>Database reviews/Upgrades (Performance/Best Practices Analysis and Tuning) </li>
<li>Database Specialized Functionality (i.e., Replication, Database Mirroring, Log Shipping, etc) </li>
<li>80/20 rule, the database requirements exceed the developer expertise to the point it would be more efficient to talk with the DBPro </li>
<li>Business Intelligence </li>
<li>Expand to include development and/or other IT Admin skills</li>
</ol>
<p>Admittedly the first 3 can be extensive work, however the question becomes is it a full time job by itself, what happens when you are finished with the database review or specialized functionality and move into the maintaining phase?&#160; Hopefully you have other databases to review. <img src='http://www.aaronlowe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#160; </p>
<p>On the flip side, in my experience many senior level people desire and enjoy doing project based new development.&#160; Add that to the fact that Microsoft has a SKU for Database Development as a &#8220;first class citizen&#8221; via <a href="http://msdn2.microsoft.com/en-us/teamsystem/aa718764.aspx">Visual Studio for Database Professionals</a> and in the <a href="http://msdn2.microsoft.com/en-us/teamsystem/aa718795.aspx">MSF</a> and where are we?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronlowe.net/archive/2008/02/database-professional-developer-administrator-or-in-between/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

