<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'Database Design' and 'Opinion'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Database+Design,Opinion&amp;orTags=0</link><description>Search results matching tags 'Database Design' and 'Opinion'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Timewarp: What Is a Relational Database?</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2012/09/05/timewarp-what-is-a-relational-database.aspx</link><pubDate>Wed, 05 Sep 2012 19:23:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45036</guid><dc:creator>KKline</dc:creator><description>&lt;h2 style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Relational?!? Move On, Geezer!&lt;/h2&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Maybe you're thinking that relational databases management systems (RDBMSs), like&amp;nbsp;&lt;a title="Microsoft SQL Server" href="http://www.microsoft.com/sqlserver"&gt;Microsoft SQL Server&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="Oracle Database" href="http://www.oracle.com/us/products/database/overview/index.html"&gt;Oracle&lt;/a&gt;, are going the way of punched cards and rotary phones. &amp;nbsp;After all, there's been a lot of hype these days in the IT media about the rise of so-called&amp;nbsp;&lt;a title="NoSQL database technology" href="http://en.wikipedia.org/wiki/NoSQL"&gt;NoSQL (Not Only SQL) databases&lt;/a&gt;. &amp;nbsp;Many new and upcoming CS and MIS graduates who like working with data might think that relational databases are, at best, soon-to-be legacy systems and, at worst, are a career dead-end. &amp;nbsp;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Wrong!!!&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;It's true that all the cool-cat computing services (Amazon, Facebook, Google, Pinterest, etc) are indeed making heavy use of NoSQL technology. &amp;nbsp;They're also making heavy use of traditional RDBMS'es too. &amp;nbsp;In fact, some of the world's biggest users of SQL databases are hand-in-hand the biggest users of NoSQL databases. &amp;nbsp;The reason for that is that both types of data platforms are exceeding good at specific types of data storage and data processing. &amp;nbsp;They also have their own unique weaknesses too. &amp;nbsp;Meaning, each platform has a sweet spot and a weak spot, and that none are a 100% panacea for all imaginable data processing scenarios. &amp;nbsp;Take a look at this article by my friend and former colleague, Guy Harrison -&amp;nbsp;&lt;a title="TechRepublic's 10 Things You Should Know About NoSQL Databases" href="http://www.techrepublic.com/blog/10things/10-things-you-should-know-about-nosql-databases/1772"&gt;10 Things You Should Know About NoSQL Databases&lt;/a&gt;, for a good discussion on the pros and cons of NoSQL in comparison to SQL data platforms.&lt;/p&gt;&lt;h2 style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Timewarp! Let's Take a Look Back at Why Relational Databases Were Needed.&lt;/h2&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;These days, relational database management systems (RDBMSs) like Microsoft SQL Server and Oracle are the primary engines of information systems everywhere, particularly for enterprise computing systems and web applications. Though RDBMSs are now common enough to trip over, it wasn’t always that way. Not too long ago, you would probably trip over hierarchical database systems, or network database systems, or flat-file systems (heck, that still happens in many government IT shops who still use COBOL).&amp;nbsp; A quick-and-dirty definition for a relation database might be: a system whose users view data as a collection of tables related to each other through common data values.&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Perhaps you are interested in more than a quick-and-dirty definition for the term relational&amp;nbsp;&lt;span style="text-decoration:underline;"&gt;database&lt;/span&gt;?&amp;nbsp; Here goes.&amp;nbsp; The whole basis for the relational model follows this train of thought: data is stored in tables, which are composed of rows and columns.&amp;nbsp; Tables of independent data can be linked, or related, to one another if they each have columns of data that represent the same data value, called keys.&amp;nbsp; This concept is so common as to seem trivial; however, it was not so long ago that achieving and programming a system capable of sustaining the relational model was considered a longshot with limited usefulness. &amp;nbsp;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Relational data theory was first proposed by&amp;nbsp;&lt;a title="E. F. Codd, a legend to database professionals everywhere" href="http://en.wikipedia.org/wiki/Edgar_F._Codd"&gt;E.F. Codd&lt;/a&gt;&amp;nbsp;in his 1970 paper to the ACM entitled “&lt;em&gt;&lt;a title="The Seminal White Paper on Relational Database Design" href="http://www.seas.upenn.edu/~zives/03f/cis550/codd.pdf"&gt;A Relational Model of Data for Large Shared Data Banks&lt;/a&gt;&lt;/em&gt;”.&amp;nbsp; Soon after, Codd clarified his position in the 1974 paper to the Texas Conference on Computing Systems entitled “The Relational Approach to Data Base Management: An Overview”.&amp;nbsp; It was in this paper that Codd proposed the now legendary 12 Principles of Relational Databases.&amp;nbsp;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;If a vendor’s database product didn’t meet Codd’s 12 item litmus tests, then it was not a member of the club.&amp;nbsp; Note that the rules do not apply to applications development. &amp;nbsp;Instead, these rules determine whether the database engine itself can be considered truly “relational”. &amp;nbsp;These rules were constructed to support a data model that would ensure the&amp;nbsp;&lt;a title="The ACID properties of transactions in data processing" href="http://en.wikipedia.org/wiki/ACID"&gt;ACID properties of transactions&lt;/a&gt;&amp;nbsp;and also eliminate a variety of data manipulation anomalies that frequently occurred on non-relation database platforms (and&amp;nbsp;&lt;em&gt;﻿﻿still do&amp;nbsp;﻿occur&lt;/em&gt;&amp;nbsp;on non-relational database platforms). (As an aside, the transactional paradigm was conceived by my hero,&amp;nbsp;&lt;a title="Jim Gray (computer scientist)" href="http://en.wikipedia.org/wiki/Jim_Gray_(computer_scientist)"&gt;Gray, Jim&lt;/a&gt;&amp;nbsp;in 1981 while at Tandem Computer and presented in the paper "&lt;a rel="nofollow" href="http://research.microsoft.com/~gray/papers/theTransactionConcept.pdf"&gt;&lt;em&gt;The Transaction Concept: Virtues and Limitations&lt;/em&gt;&lt;/a&gt;").&lt;/p&gt;&lt;div style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;&lt;table cellspacing="0" cellpadding="0" class="mceItemTable" style="cursor:default;"&gt;&lt;tr&gt;&lt;td align="left" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;margin:8px;cursor:text;"&gt;&lt;h2&gt;Codd’s 12 Rules for a Truly Relational Database System&lt;/h2&gt;&lt;p&gt;Are you curious about Codd’s 12 Principles of Relational Databases? Don’t be ashamed that you don’t know them by heart; few technology professionals do, and no one on the marketing staff of technology companies do.&amp;nbsp; However, the few folks who&amp;nbsp;&lt;em&gt;do&amp;nbsp;&lt;/em&gt;know these principles by heart treat them like religious doctrine, and would likely be mortified by their “lightweight” treatment here. &amp;nbsp;Nevertheless, I'll give them to you in my own paraphrasing:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Information is represented logically in tables.&lt;/li&gt;&lt;li&gt;Data must be logically accessible by table, primary key, and column.&lt;/li&gt;&lt;li&gt;Null values must be uniformly treated as “missing information” not as empty strings, blanks, or zeros.&lt;/li&gt;&lt;li&gt;Metadata (data about the database) must be stored in the database just as regular data is.&lt;/li&gt;&lt;li&gt;A single language must be able to define data, views, integrity constraints, authorization, transactions, and data manipulation.&lt;/li&gt;&lt;li&gt;Views must show the updates of their base tables and vice versa.&lt;/li&gt;&lt;li&gt;A single operation must be able to retrieve, insert, update, or delete data.&lt;/li&gt;&lt;li&gt;Batch and end-user operations are logically separate from physical storage and access methods.&lt;/li&gt;&lt;li&gt;Batch and end-user operations can change the database schema without having to recreate it or applications built upon it.&lt;/li&gt;&lt;li&gt;Integrity constraints must be available and stored in the metadata, not in an application program.&lt;/li&gt;&lt;li&gt;The data manipulation language of the relational system should not care where or how the physical data is distributed and should not require alteration if the physical data is centralized or distributed.&lt;/li&gt;&lt;li&gt;Any row-processing done in the system must obey the same integrity rules and constraints that set-processing operations do.&lt;/li&gt;&lt;/ol&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;If you know much about SQL, then you probably recognize immediately that SQL ended up fulfilling rules #5, #7, #11 and possibly more. &amp;nbsp;Others of the rule are manifest in the system tables of a relational database, such as DMVs in Microsoft SQL Server and V$ and X$ views in Oracle.&lt;/p&gt;&lt;h2 style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Relational Rises&lt;/h2&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;There is some debate about why relational database systems won out over hierarchical and network database systems back in the late 1980's and early 1990's, but a couple of reasons seem self-evident.&amp;nbsp; First, the high-level language interface (&lt;a title="My popular book from O'Reilly, SQL in a Nutshell" href="http://shop.oreilly.com/product/9780596518851.do"&gt;SQL&lt;/a&gt;) &amp;nbsp;is much simpler to learn and more intuitive than that mishmash of languages supporting non-relational databases. &amp;nbsp;(In fact, the lack of something like SQL is a hindrance to adoption of many NoSQL database platforms). &amp;nbsp;Second, relational databases provide efficient and intuitive data structures that easily accommodate ad-hoc queries and reporting. &amp;nbsp;People just intuitively understand the value of storing data in tables. &amp;nbsp;From phone books to hotel registries, relational databases (of the paper sort) are second nature to most people. Third, relational databases provide powerful integrity controls such as check constraints and referential integrity - thus providing higher quality data. &amp;nbsp;And high quality data is near and dear to the heart of CFOs around the world. &amp;nbsp;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;In fact, the strength that relational databases demonstrate with data quality, consistency, and durability are the same reasons that they'll be with us - quite possibly - forever. &amp;nbsp;So were NoSQL databases excel at storing data that is&amp;nbsp;&lt;em&gt;﻿moderately&amp;nbsp;&lt;/em&gt;﻿important and requires&amp;nbsp;&lt;em&gt;﻿eventual&amp;nbsp;&lt;/em&gt;﻿consistency, SQL database excel at storing data that is of&amp;nbsp;&lt;em&gt;﻿paramount&amp;nbsp;&lt;/em&gt;﻿importance and requires&amp;nbsp;&lt;em&gt;﻿immediate&amp;nbsp;&lt;/em&gt;﻿consistency. &amp;nbsp;As long as we're exchanging money, there's a need for relational database technology and ACID transactions.&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;And, just my opinion here, but database administration is currently, and will continue for decades to be, an excellent career choice. &amp;nbsp;Why? &amp;nbsp;First, although databases are widespread,&amp;nbsp;﻿&lt;em&gt;good&lt;/em&gt;&amp;nbsp;databases are not. &amp;nbsp;So there's always need for those who can tune, troubleshoot, and optimize what is currently in the marketplace. &amp;nbsp;Second, just because database are widespread doesn't mean that they're everywhere they need to be. &amp;nbsp;Some estimates gauge that only half of the enterprises that need SQL databases actually&amp;nbsp;&lt;em&gt;﻿use&amp;nbsp;&lt;/em&gt;﻿SQL databases. &amp;nbsp;Imagine if only half of the citizenry wore shoes, and of the half that wore shoes, only half of them wore both shoes and consistently tied them. &amp;nbsp;It'd be a good time to be a maker of&amp;nbsp;&lt;a title="Men's Loafers from Amazon.com" href="http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&amp;amp;field-keywords=men%27s+loafers"&gt;loafers&lt;/a&gt;! &amp;nbsp;Well, that's where we're at today with relational databases.&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;So what do you think? &amp;nbsp;Am I off the mark on the longevity of relational database? &amp;nbsp;Do you think the sun has set on them? &amp;nbsp;Will they be smashed, degraded, and humiliated by NoSQL database platforms? &amp;nbsp;Or will they stand shoulder-to-shoulder with a variety of data platforms in the years to come?&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How Do You SKU?</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2011/03/30/how-do-you-sku.aspx</link><pubDate>Wed, 30 Mar 2011 14:49:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:34502</guid><dc:creator>KKline</dc:creator><description>&lt;p&gt;&lt;a href="http://kevinekline.com/wp-content/uploads/2011/03/Decisions.jpg"&gt;&lt;img src="http://kevinekline.com/wp-content/uploads/2011/03/Decisions.jpg" class="aligncenter size-full wp-image-1582" title="Decisions" alt="Decisions" align="middle" height="320" width="400"&gt;&lt;/a&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;I’d like your opinion here.&lt;/p&gt;
&lt;p&gt;Follow my logic here for a moment as I walk through a couple 
rhetorical questions.&amp;nbsp; Have you ever had a friend developed an 
application entirely on SQL Server Developer Edition?&amp;nbsp; (Not that YOU 
would ever do such a thing, but maybe you know someone who has. Right?) 
And has your friend’s IT department actually deployed said application 
only to discover that they’re only licensed for Standard Edition in 
their production environment?&amp;nbsp; And then was your friend’s IT management 
team is horrified to learn that they’ve either got to go through the 
very expensive process of extracting all of the Enterprise and/or 
Datacenter Edition features for the production application in order to 
remain in compliance, upgrade to the more expensive SKU licenses, or 
risk a potential future audit?&lt;/p&gt;
&lt;p&gt;I’m not saying that this has happened to any of us.&amp;nbsp; We’re too smart 
for that, after all.&amp;nbsp; But have you ever known anyone who’s had this 
experience?&lt;/p&gt;
&lt;p&gt;Having worked with a lot of customers another commercial RDBMS 
platforms (which I’ll euphemistically call “SEER” from Redforest City 
and “IB4” from Upstate City), I can tell you that auditing is a fun and 
exciting way for those platform vendors to make a LOT of money.&amp;nbsp; This is
 especially true because a production application, once successfully 
deployed, tends to be too valuable to disable or otherwise compromise 
because high-end features slipped in to the development cycle even 
though the production environment only a “standard edition” SKU in 
place.&amp;nbsp; Ouch! Talk about being caught between a rock and a hard place.&amp;nbsp; 
Now, keep in mind that this is a strategy used by SEER and not by 
Microsoft.&amp;nbsp; But Microsoft could implement the same sort of licensing 
audits if they wanted to.&amp;nbsp; (Please leave a comment here if you have ever
 been audited.&amp;nbsp; I’d love to hear your experiences, at least as much as 
NDA’s allow).&lt;/p&gt;
&lt;p&gt;So if you use SQL Server Developer Edition (DE), of any version, 
would you like to see a feature that enables you to run DE not in its 
default “full featured mode” but at another SKU level, such as good ol’ 
Standard Edition?&amp;nbsp; I know I would.&lt;/p&gt;
&lt;p&gt;If you’re on the same page as I am, there are a number of suggestions
 logged on Connect about this very feature!&amp;nbsp; Make your voice heard!&amp;nbsp; 
Check out:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://connect.microsoft.com/SQLServer/feedback/details/496380/enable-sql-developer-edition-to-target-specific-sql-version"&gt;https://connect.microsoft.com/SQLServer/feedback/details/496380/enable-sql-developer-edition-to-target-specific-sql-version&lt;/a&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Of course, the more skeptical reader might say “Hey, that’s their 
tough luck. Developers should know the difference in the SKU licensing 
options and feature sets of whatever SKU they’re developing on compared 
to what they’ll deploy on.”&amp;nbsp; And I wouldn’t fault you for saying so.&lt;/p&gt;
&lt;p&gt;But I would go on to point out that much of Microsoft’s success in 
enterprise IT settings can be traced back to their very strong 
relationship with developers.&amp;nbsp; And anything that Microsoft can do to 
empower developers to save time, money, and resources during the 
development phase of an IT project in turn energizes that relationship 
between developer and Microsoft.&lt;/p&gt;
&lt;p&gt;It also makes the life of the DBA that much easier, because they 
don’t need to imply that those cowboys on the development team went off 
half-cocked again.&amp;nbsp; So what’s your opinion?&amp;nbsp; Should SQL Server Developer
 Edition include a feature that sets the SKU-level of the database 
engine?&lt;/p&gt;</description></item><item><title>Adventures in the Land of CloudDB/NoSQL/NoAcid</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2011/02/18/adventures-in-the-land-of-clouddb-nosql-noacid.aspx</link><pubDate>Fri, 18 Feb 2011 13:44:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:33518</guid><dc:creator>KKline</dc:creator><description>&lt;br&gt;
&lt;h2&gt;Cloud, Bunny, or CloudBunny?&lt;/h2&gt;&lt;p&gt;&lt;a href="http://www.cloudera.com"&gt;&lt;img src="http://icanhascheezburger.files.wordpress.com/2008/01/funny-pictures-god-bunny-clouds-sky.jpg" title="Cloud, Bunny, or CloudBunny?" alt="Cloud, Bunny, or CloudBunny?" align="middle" border="1" height="348" hspace="3" width="241"&gt;&lt;/a&gt;

&lt;/p&gt;&lt;p&gt;Last year, some of my friends from Quest Software attended &lt;a href="http://www.cloudera.com/company/press-center/hadoop-world-nyc/" title="Hey Doop, don't make it bad. Just take a sad song and make it..." target="_blank"&gt;Hadoop World&lt;/a&gt; in New York. In 2009, I never would've guessed that Quest would be there with products, community initiatives, as a major sponsor and with presenters?
&lt;/p&gt;&lt;p&gt;
There were just under 1,000 attendees who weren’t the typical devheads and geekasaurs you'd normally see at very techie events like Code Camps, SQL Saturdays, Cloud Camps and or even other NoSQL events such as the Cassandra Summit. We're talkin' enterprise customers with &lt;em&gt;active &lt;/em&gt;Hadoop projects underway.

&lt;/p&gt;&lt;p&gt;Some observations from the show that may be of interest to you:

&lt;/p&gt;&lt;p&gt;-          Hadoop World was a trending topic on Twitter during its duration.
&lt;/p&gt;&lt;p&gt;-          Hadoop has "arrived" with an average cluster of 66 nodes weighing in at 114TB. (For the philosophers among us, how much does a terabyte weigh?) The most famous Hadoop cluster is FaceBook with a trifling 30PB in storage - that's &lt;em&gt;petabytes&lt;/em&gt;. That's more written information than has ever been written by man, cumulatively, including the Advice on Men column from Cosmo Magazine.  Unfortunately, that's only a few hundred thousand pictures of teenagers pursing their lips at themselves and holding a digital camera while standing in front of the bathroom mirror.  They're expecting about 60PB by the end of 2011.
&lt;/p&gt;&lt;p&gt;-         HP was there, creating a lot of buzz, from a hardware perspective. &lt;/p&gt;&lt;p&gt;- Quest was there as the leading independent tool maker for cloud apps.
&lt;/p&gt;&lt;p&gt;-         Oracle OraOop got attendees pulse's racing, since many want a high speed, scalable connector between Oracle and Hadoop to fill a necessary gap.  I'm not sure if there's something in place for SQL Server and I'm not currently aware of any high-speed connectors built in to SQL Server Integration Services.

&lt;/p&gt;&lt;p&gt;Some other good coverage to check out about the show as well:
&lt;/p&gt;&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://www.ctoedge.com/content/helping-oracle-get-along-hadoop"&gt;http://www.ctoedge.com/content/helping-oracle-get-along-hadoop&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://siliconangle.com/blog/2010/10/12/oraoop-sounds-like-a-basketball-trick-but-its-really-an-oracle-apache-enhancer/"&gt;http://siliconangle.com/blog/2010/10/12/oraoop-sounds-like-a-basketball-trick-but-its-really-an-oracle-apache-enhancer/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.marketwatch.com/story/quest-software-and-cloudera-unveil-first-release-of-oraoop-at-hadoop-world-2010-2010-10-12?reflink=MW_news_stmp"&gt;http://www.marketwatch.com/story/quest-software-and-cloudera-unveil-first-release-of-oraoop-at-hadoop-world-2010-2010-10-12?reflink=MW_news_stmp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Why Should You Care?&lt;/h2&gt;&lt;p&gt;
All of this is very important because NoSQL in general and Hadoop in particular are picking up speed and momentum.  Even if your organization isn't using NoSQL technology today, chances are &lt;em&gt;very good &lt;/em&gt;that your CIO will be asking you for details on how and when it should be deployed.  And if you don't think it should be deployed, the natural response of the CIO is "Why not?". &lt;em&gt; So you'd better get your ducks in a row, Mr SQL Server DBA.&lt;/em&gt;

&lt;/p&gt;&lt;p&gt;There are lots of great sites to get Hadoop information, but I invite you to take a gander at Jeremiah Peschka's (&lt;a href="http://facility9.com/"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/peschkaj"&gt;twitter&lt;/a&gt;) blog for much NoSQL goodness. Start with Jeremiah's blog post &lt;a href="http://facility9.com/2010/10/21/hadoop-world-follow-up" title="Jeremiah once ate an entire Harley, in 12 hours. However, it was a Bassett Hound named Harley, not a motorcycle." target="_blank"&gt;here&lt;/a&gt;, and ignore all indications that you might be in a biker bar or a San Francisco tattoo parlor.  That's just Jeremiah's style.

&lt;/p&gt;&lt;p&gt;His Hadoop writings are &lt;a href="http://facility9.com/category/database/hadoop-database" title="Facility 9 - It's not just for processing extraterrestrials." target="_blank"&gt;here&lt;/a&gt;, though lately he's been writing a lot about &lt;a href="http://facility9.com/category/database/riak-database-2" title="RIAK! Oh, I'm terribly sorry. I'll help clean that up." target="_blank"&gt;RIAK &lt;/a&gt;- which sounds like a euphemism for vomiting, as in "Jeremiah spent a lot of time &lt;em&gt;riaking &lt;/em&gt;after chugging that bottle of cough syrup."
&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt;

Enjoy!

-Kev
&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href="http://twitter.com/kekline" title="C'mon. You know you want to!" target="_blank"&gt;Twitter at kekline&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;More content at &lt;a href="http://sqlblog.com/ControlPanel//"&gt;http://KevinEKline.com&lt;/a&gt;&lt;/div&gt;</description></item><item><title>My Last &amp;quot;Catch-Up&amp;quot; Post for 2010 Content</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2010/12/31/my-last-catch-up-post-for-2010-content.aspx</link><pubDate>Fri, 31 Dec 2010 20:57:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:32326</guid><dc:creator>KKline</dc:creator><description>I did a lot of writing in 2010.  Unfortunately, I didn't do a good job of keeping all of that writing equally distributed throughout all of the channels where I'm active.

&lt;p&gt;So here are a few more posts from my blog, put on-line during the months of November and December 2010, that I didn't get posted here on SQLBlog.com: &lt;br&gt;&lt;/p&gt;

&lt;h2&gt;1. It's Time to Upgrade!&lt;/h2&gt;

&lt;object&gt;




&lt;embed src="http://www.youtube.com/v/MPqdiq6elyM&amp;amp;hl=en_US&amp;amp;fs=1" allowfullscreen="true"&gt; &lt;/object&gt;

&lt;p&gt;So many of my customers and many of you, dear readers, are still on SQL Server 2005.&amp;nbsp; Join &lt;a href="http://KevinEKline.com" title="Simple the Best (We just don't know in what way it's the best)" target="_blank"&gt;Kevin Kline&lt;/a&gt;, SQL Server MVP and SQL Server Technology Strategist for Quest Software and &lt;a href="http://brentozar.com" title="He's not heavy. He's my brother." target="_blank"&gt;Brent Ozar&lt;/a&gt;, SQL Server Domain Expert for Quest Software as they introduce the top ten features and capabilities in SQL Server 2008 that they find to be the most exciting and valuable.
&lt;/p&gt;

&lt;h2&gt;2. Dealing with the Micromanaging Boss&lt;/h2&gt;

&lt;p&gt;&lt;img src="http://kevinekline.com/wp-content/uploads/2010/11/mad_boss-03.jpg" title="Bad bosses are the suck" alt="Bad bosses are the suck" align="left" border="1" height="268" hspace="5" width="250"&gt;This is probably my favorite professional development article of the year.&amp;nbsp; Micromanagers make us feel untrusted and stymied by their constant need 
for tediously detailed and frequent updates, constant changes to minor 
details of our work, and overly developed attention to administrative 
details that really don’t matter in our daily job.&amp;nbsp; But there’s hope!&amp;nbsp; Get all of my career advice on dealing with micromanaging bosses &lt;a href="http://kevinekline.com/?p=635" title="Microcomputers = good, Micromanagers = bad" target="_blank"&gt;here&lt;/a&gt;.&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;3. [Video] Troubleshooting Memory Pressure on SQL Server&lt;/h2&gt;

&lt;p&gt;This is a little bit of an older video.  But it's still useful info if you're working with SQL Server 2005 or 2000.  Check it out &lt;a href="http://kevinekline.com/?p=732" title="Video! Trouble!! Shooting!!!" target="_blank"&gt;here&lt;/a&gt;.
&lt;/p&gt;

&lt;h2&gt;4. [DBTA] What the Heck is Microsoft's Database Product Trajectory?&lt;/h2&gt;

&lt;p&gt;I was once asked what I thought Microsoft's overall product trajectory for SQL Server was, in light of Oracle's rather obvious trajectory of acquiring multiple application vendors who will, in turn, deploy more and more of their applications to the Oracle database platform. You can read all about my thoughts in my monthly column at &lt;i&gt;Database Trends &amp;amp; Application&lt;/i&gt; magazine - &lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/Microsofte28099s-Trajectory-for-SQL-Server-Becomes-Clear-with-PowerPivot-60468.aspx"&gt; [READ MORE]&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;5. Eight Characteristics of Excellent Leaders [Plays Well With Others]&lt;/h2&gt;

&lt;p&gt;In this installment of my professional development column called &lt;i&gt;Plays Well With Others&lt;/i&gt;, I talk about what distinguishes truly great leaders.  There's a lively discussion on the topic and I encourage you to take part.  Read it &lt;a href="http://kevinekline.com/?p=636" title="Be a leader!" target="_blank"&gt;here&lt;/a&gt;.
&lt;/p&gt;

&lt;h2&gt;6. The Shape of Database Licensing Costs to Come [DBTA]&lt;br&gt;&lt;/h2&gt;

&lt;p&gt;&lt;img src="http://kevinekline.com/wp-content/uploads/2010/11/Statshot-Americas-Most-Popular-Charts.jpg" title="Graphs Do Not Always Help Explain the Situation" alt="Graphs Do Not Always Help Explain the Situation" align="right" border="1" height="289" hspace="5" width="455"&gt;One fall semester many years ago, I was a university freshman.&amp;nbsp; Actually, I was anything but "fresh." I was dumb enough to think that 8 a.m. was a wonderful time to attend Economics 101. After staying up until the wee hours most every night, the "dismal science" took on more than one meaning as I set my clock just early enough to get to class on time.&amp;nbsp; Along with 30 other very naïve classmates, I staggered into class and did my bleary-eyed best to focus on the lessons at hand.&amp;nbsp; There were lots of Greek compound words and lots of graphs.&lt;br&gt;&lt;br&gt;I learned, for example, that the word economics derives from the Greek "oikonomikos," which means, approximately, "death by slidedecks" and, specifically, "house" (oikos) and "management" (mikos).&amp;nbsp; I barely survived the experience and never took an 8 a.m. class again.&amp;nbsp; Imagine my surprise, then, when a lesson I'd learned (and promptly forgotten) all those years ago jumped back into my consciousness late last year. - &lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-Shape-of-Licensing-Costs-to-Come-60921.aspx"&gt;[READ MORE]&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;7. So You're the Boss Now... [Plays Well with Others]&lt;/h2&gt;

&lt;p&gt;If you have any ambition at all, you have probably wanted (and possibly gotten) a promotion over your current colleagues.  If you've been there before, you know that once friendly relationships can get, well, weird.  Read my tips and tricks for how to make the most of &lt;a href="http://www.impawards.com/2008/posters/promotion.jpg" title="Bad bosses are the suck. Don't be one." target="_blank"&gt;this situation in this professional development article&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;8. The NoSQL Movement - Hype or Hope?&lt;/h2&gt;

&lt;p&gt;NoSQL is no fad.  And you need to be in the "know", not necessarily in the "No". Gno? Pneu? Too many phonetically similar pronunciations! Read my thoughts on the NoSQL movement on one of &lt;i&gt;Database Trends &amp;amp; Applications&lt;/i&gt; magazine's most popular articles of the year. - &lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-NoSQL-Movement-Hype-or-Hope3f-66376.aspx"&gt;[READ MORE]&lt;/a&gt;
&lt;/p&gt;
&lt;h2&gt;9. Effectiveness and Efficiency at Work [Video]&lt;/h2&gt;

&lt;p&gt;In this golden oldie (yes, two years constitutes "old"), I present my thoughts on how to be both effective and efficient on the job and in life in general. And if you didn't know that these are different concepts, then you need &lt;a href="http://kevinekline.com/?p=748" title="It's one of my first videos, but one of the best." target="_blank"&gt;this video&lt;/a&gt; most muchly.  &lt;/p&gt;

&lt;h2&gt;10. What's Your Data Management and Retention Policy? [DBTA]&lt;/h2&gt;

&lt;p&gt;If managing your corporate data for the long term isn't currently on your mind, it should be, and in several different ways: cost, performance, business continuity, and compliance. &lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/What%27s-Your-Data-Management-and-Retention-Policy3f-67601.aspx"&gt;[READ MORE]&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="http://twitter.com/kekline" title="You know you want to" target="_blank"&gt;Follow me on Twitter!&lt;/a&gt;&lt;/p&gt;

&lt;p style="font-style:italic;"&gt;Originally Posted on YoutTube November 12, 2008.&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>