<?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 'Administration' and 'Opinion'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Administration,Opinion&amp;orTags=0</link><description>Search results matching tags 'Administration' 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>SQL People Interview</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2011/04/28/sql-people-interview.aspx</link><pubDate>Thu, 28 Apr 2011 13:35:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:35229</guid><dc:creator>KKline</dc:creator><description>&lt;p&gt;Many thanks to Microsoft SQL Server MVP Andy Leonard (&lt;a href="http://sqlblog.com/blogs/andy_leonard/default.aspx"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/AndyLeonard"&gt;twitter&lt;/a&gt;) for conducting a series of interviews of prominent SQL Server types, including me.&amp;nbsp; The interview found &lt;a href="http://sqlpeople.net/post.aspx?postHeaderId=22"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;div&gt;&lt;span style="font-family:'Times New Roman';"&gt;~~~&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-family:'Times New Roman';"&gt;Enjoy!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:'Times New Roman';"&gt;-Kev&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span style="font-family:'Times New Roman';"&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;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:'Times New Roman';"&gt; More content at&amp;nbsp;&lt;a href="http://kevinekline.com/"&gt;http://KevinEKline.com&lt;/a&gt; &lt;/span&gt;&lt;/div&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>Reminder: Totally Awesome and Totally Free Training SQL Server Training</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2011/02/21/reminder-totally-awesome-and-totally-free-training-sql-server-training.aspx</link><pubDate>Mon, 21 Feb 2011 13:45:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:33514</guid><dc:creator>KKline</dc:creator><description>&lt;p&gt;One of the things that I enjoy about working for &lt;a href="http://sqlserver.quest.com/" title="Quest, not Qwest" target="_blank"&gt;Quest Software&lt;/a&gt; is that we give back copiously to the community.&amp;nbsp; From activities and offerings like &lt;a href="http://www.sqlserverpedia.com/" title="SQL Server Wiki and Blog Aggregator" target="_blank"&gt;SQLServerPedia&lt;/a&gt;, to our &lt;a href="http://www.quest.com/backstage/promotion.aspx" title="Two of the posters are wrtiten by yours truly" target="_blank"&gt;free posters&lt;/a&gt; mailed anywhere in North America (and don't forget the &lt;a href="http://www.quest.com/documents/landing.aspx?id=11635&amp;amp;technology=34&amp;amp;prod=&amp;amp;prodfamily=&amp;amp;loc=" title="Get the Free PerfMon Counters Poster in PDF Format" target="_blank"&gt;free hi-res PDFs for the rest of the world&lt;/a&gt;),&lt;/p&gt;
&lt;p&gt;Don't forget that free DVDs of our virtual conferences featuring me, along with Buck Woody (&lt;a href="http://blogs.msdn.com/b/buckwoody/" title="Buck Wouldn't, Woody?" target="_blank"&gt;blog&lt;/a&gt; |&amp;nbsp;&lt;a href="http://twitter.com/buckwoody" title="Inventor of the BuckmeisterwoodyfullerIne" target="_blank"&gt;twitter&lt;/a&gt;) and Brent Ozar (&lt;a href="http://brentozar.com/" title="Nothin' beats seeing Brent in a costume!" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/brento" title="Big league twitterer, uh, tweeter, hmmm, twit?" target="_blank"&gt;twitter&lt;/a&gt;) will be&amp;nbsp;mailed anywhere in North America free of charge, now available at &lt;a href="http://www.quest.com/common/registration.aspx?requestdefid=28438"&gt;this link&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Enjoy!&lt;/p&gt;&lt;p&gt;-Kevin&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;font face="'Times New Roman'"&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;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;font face="'Times New Roman'"&gt; More content at&amp;nbsp;&lt;a href="http://kevinekline.com/"&gt;http://KevinEKline.com&lt;/a&gt; &lt;/font&gt;&lt;/div&gt;&lt;p&gt;



&lt;/p&gt;</description></item><item><title>Cloud Evolving, SQL Server Responding</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2011/02/02/cloud-evolving-sql-server-responding.aspx</link><pubDate>Wed, 02 Feb 2011 14:49:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:33131</guid><dc:creator>KKline</dc:creator><description>
&lt;p&gt;&lt;br&gt;&lt;a href="http://searchsqlserver.com"&gt;&lt;img src="http://kevinekline.com/wp-content/uploads/2011/02/TechTarget.gif" class="size-full wp-image-1520" title="TechTarget" alt="" height="104" width="102"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;Brent Ozar (&lt;a href="http://brentozar.com/" title="One of the few, the proud, the MCMs" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/brento" title="Tro-lo-lo with BrentO" target="_blank"&gt;twitter&lt;/a&gt;) and I did an interview with TechTarget’s Brendan Cournoyer at last summer's Tech-Ed, which as turned into a podcast titled “Cloud efforts advance, SQL Server evolves.” The podcast covers all the major trends at the conference (like BI), virtualization features in Quest’s products (like Spotlight), Brent’s new book and MCM certification, and more.
Here’s a link to hear it, appearing on 6/11/10: &lt;a href="http://searchsqlserver.techtarget.com/podcast/Cloud-efforts-advance-SQL-Server-evolves"&gt;http://searchsqlserver.techtarget.com/podcast/Cloud-efforts-advance-SQL-Server-evolves.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="border-collapse:separate;font-family:Tahoma;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;font-size:medium;"&gt;&lt;font face="Arial"&gt;Enjoy!&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="border-collapse:separate;font-family:Tahoma;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;font-size:medium;"&gt;&lt;font face="Arial"&gt;-Kev&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span style="border-collapse:separate;font-family:Tahoma;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;font-size:medium;"&gt;&lt;font face="Arial"&gt;&amp;nbsp;&lt;a href="http://twitter.com/kekline" target="_blank" title="C'mon. You know you want to!"&gt;Twitter at kekline&lt;/a&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse:separate;font-family:Tahoma;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;font-size:medium;"&gt;&lt;font face="Arial"&gt;&amp;nbsp;More content at&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://kevinekline.com/"&gt;http://KevinEKline.com&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;/span&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><item><title>2009: The Year in List Form</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2010/01/05/2009-the-year-in-list-form.aspx</link><pubDate>Tue, 05 Jan 2010 18:53:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:20593</guid><dc:creator>KKline</dc:creator><description>
&lt;p&gt;Before I jump onto the &lt;a href="http://thomaslarock.com/2009/12/2010-goals-and-themeword/" title="Tom Larock - Goals and Themeword For 2010" target="_blank"&gt;Goals and Themeword&lt;/a&gt; meme started by my buddy, Thomas LaRock (&lt;a href="http://thomaslarock.com/" title="Tom LaRock's Blog" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/sqlrockstar" title="Tom LaRock's Twitter" target="_blank"&gt;twitter&lt;/a&gt;),
I decided I'd spend a few minutes looking back on both the year 2009.
(From a personal standpoint, the 00's were my most difficult decade
yet.&amp;nbsp; Major problems of every stripe beset me on all sides and with
alarming frequency throughout the decade.&amp;nbsp; I was all "Good Riddance"
and "Don't let the door hit y'ass on the way out, 2009!" as the ball
dropped in Times Square.)&lt;/p&gt;

&lt;p&gt;Rather than spend a lot of time cooking up my own top 10 lists, I
reckoned (that's Southern for "thought", btw) I'd recap a few others
top X lists that are in the ballpark of my own personal opinion.&amp;nbsp; I
couldn't resist putting together my own list at the end, which I'd love
to hear your thoughts on.&amp;nbsp; In addition, &lt;b&gt;&lt;i&gt;I want to hear about your Top 10 (or 5 or 3) for 2009&lt;/i&gt;&lt;/b&gt;!&lt;/p&gt;
&lt;h2&gt;Their Lists&lt;br&gt;&lt;/h2&gt;
&lt;p&gt;Time Magazine's list of &lt;a href="http://time.com/toptens" title="Time Magazine Top 10 of Everything 2009" target="_blank"&gt;Top 10 of Everything 2009&lt;/a&gt;
was a pretty good recap for the year on big ol' cultural touch points
like movies and music.&amp;nbsp; I found at least one thing to agree with in
each of their pop culture lists:&amp;nbsp; movies - &lt;a href="http://thehurtlocker-movie.com/" title="The Hurt Locker Official Website" target="_blank"&gt;The Hurt Locker&lt;/a&gt; - check;&amp;nbsp; TV shows - my personal favorite for its brilliant cohesive multiyear storyline and excellent character studies, &lt;a href="http://abc.go.com/shows/lost" title="Lost Official Website" target="_blank"&gt;Lost&lt;/a&gt; - check; album - &lt;a href="http://www.theavettbrothers.com/news/i-and-love-and-you-album-news" title="Album info for the Avett Brothers &amp;quot;I and Love and You&amp;quot;" target="_blank"&gt;I and Love and You&lt;/a&gt; by the Avett Brothers - check; books (sigh - if only I had more time) included the wonderful &lt;a href="http://www.amazon.com/Age-Wonder-Romantic-Generation-Discovered/dp/0375422226/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1262723703&amp;amp;sr=1-1" title="Amazon - The Age of Wonder" target="_blank"&gt;The Age of Wonders by Richard Holmes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Lifehacker's &lt;a href="http://lifehacker.com/5437186/most-popular-hive-five-topics-of-2009" title="LifeHacker's Top 5 Hive Topics of 2009" target="_blank"&gt;Top 5 Hive Topics of 2009&lt;/a&gt;
is a very interesting list covering lots of topics and pointing out a
lot of interesting tools that I hadn't encountered before.&amp;nbsp; My personal
favorite among them was the &lt;a href="http://lifehacker.com/5280976/five-best-alternative-file-copiers" title="30 seconds remaining... 20 seconds remaining... 10 seconds remaining... 37 seconds remaining..." target="_blank"&gt;Top 5 Alternative File Copiers&lt;/a&gt;,
since the Windows Explorer copy feature reminds me of hungrily awaiting
my food in the microwave and just as the counter gets to the T-10
countdown, it goes back up to 30, then down to 8, then back up to 42,
then down to 14.&lt;/p&gt;

&lt;p&gt;I'm not sure if they meant to be funny but Digg's &lt;a href="http://mashable.com/2009/12/23/digg-stories-2009/" title="Top 10 Most Popular Stories of 2009" target="_blank"&gt;Top 10 Most Popular Stories of 2009&lt;/a&gt; is hilarious, much in the same way that Brent Ozar (&lt;a href="http://brentozar.com" title="That's MISTER Brent Ozar to you, bub" target="_blank"&gt;blog &lt;/a&gt;| &lt;a href="http://twitter.com/brento" title="Tweet Tweet" target="_blank"&gt;twitter&lt;/a&gt;) and I were when we put on an unintentionally hilarious performance at the &lt;a href="http://sqlinthewild.co.za/index.php/2009/11/03/pass-2009-pre-con/" title="Gail Shaw, SQL in the Wild Blog, PASS 2009 Quiz Bowl and other pics" target="_blank"&gt;PASS 2009 Summit Quiz bowl&lt;/a&gt;.&amp;nbsp; Go ahead - ask Colin Stasiuk (&lt;a href="http://benchmarkitconsulting.com/" title="Colin Stasiuk's Blog" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://twitter.com/benchmarkit"&gt;twitter&lt;/a&gt;) what he thought of our performance...&lt;/p&gt;

&lt;p style="text-align:center;"&gt;&lt;br&gt;&lt;/p&gt;
&lt;div class="mceTemp mceIEcenter"&gt;&lt;img src="http://sqlinthewild.co.za/wp-content/uploads/2009/11/WeirdPerson.jpg" class=" " title="Colin Stasiuk, or, as Gail Shaw calls him, weird person" alt="Impressed by Our Quiz Bowl Performance?" height="336" width="448"&gt;Impressed by Our Quiz Bowl Performance?&lt;/div&gt;
&lt;p style="text-align:left;"&gt;Speaking of unintentionally funny, have you seen Yahoo's &lt;a href="http://yearinreview.yahoo.com/2009/top10" title="Do you Yahoo!?" target="_blank"&gt;Top 10 Searches of 2009&lt;/a&gt;?&amp;nbsp;
Evidently, the median Internet user (at least from their metrics) is
hormone-laden, teenage redneck with a thing for fast cars (Nascar),
Hollywood hotties (Megan Fox), and an unassailable but secret love for
Mormon-influenced Vampires (Twilight).&lt;/p&gt;
&lt;h2 style="text-align:left;"&gt;My List&lt;br&gt;&lt;/h2&gt;
&lt;p style="text-align:left;"&gt;I
usually try to blog at least once per week and, when I can, even more.&amp;nbsp;
I still have this deep down urge to post lots of small blog posts of
just a couple paragraphs.&amp;nbsp; But for some reason, I always seem to come
out with these big ol' epistles.&amp;nbsp; Despite my verbosity, y'all still
read what I write and for that I'm very thankful.&amp;nbsp; Over the last year,
these were my top ten blog posts according to your interest:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/05/22/microsoft-resources-too-good-not-to-share.aspx" target="_blank" title="#1"&gt;Best of the [SQL Server] Blogs&lt;/a&gt; and its sister post &lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/07/24/great-blogs-from-microsoft-sql-server-teams.aspx" target="_blank" title="#1, Part Deux"&gt;Great Blogs from the Microsoft SQL Server Teams&lt;/a&gt;, also my number one spam generators.&amp;nbsp; Ever spammer on the planet seems to want their comment appended here.&lt;br&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/05/22/microsoft-resources-too-good-not-to-share.aspx" target="_blank" title="Numero Dos"&gt;Microsoft Resources Too Good Not to Share&lt;/a&gt;, which I can't honestly remember if they were any good or not.&amp;nbsp; But I bet they were.&lt;br&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/05/13/are-we-there-yet-mom.aspx" target="_blank" title="Dri!"&gt;Are We There Yet, Mom?&lt;/a&gt; in which I flashback to my childhood road trip experiences when considering Microsoft's overall product strategy.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/01/15/does-the-down-econmy-have-an-impact-on-your-job.aspx" target="_blank" title="Four"&gt;Does the Down Economy Have an Impact on Your Job&lt;/a&gt;, cuz it sure punched mine in the mouth.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/07/10/why-do-i-keep-seeing-this-mistake.aspx" target="_blank" title="Cinco"&gt;Why Do I Keep Seeing This Mistake&lt;/a&gt;, in which I learn that "Hello World" type applications can lead to massive misunderstandings.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/05/06/microsoft-marketing-throws-sql-server-under-the-bus.aspx" target="_blank" title="Six"&gt;Microsoft [Corporate] Marketing Throws SQL Server Under the Bus&lt;/a&gt;.&amp;nbsp; We can't get no respect, not even from corporate HQ.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/04/07/looking-for-good-dmv-database-admin-queries.aspx" target="_blank" title="Seben"&gt;Looking for Good DMV Database Admin Queries&lt;/a&gt;,
where you can find just about every good DMV query ever written except
those other really good ones that are posted here in the comments.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/06/23/old-performance-tuning-recommendations-die-hard.aspx" target="_blank" title="The Ocho"&gt;Old Performance Recommendations Die Hard&lt;/a&gt;, and when I saw "die hard" I don't mean like Bruce Willis.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2009/03/10/things-you-know-now.aspx" target="_blank" title="Uh, nine"&gt;Things You Know Now&lt;/a&gt;,
a semi-successful meme I started where I asked participants to tells us
about stuff they'd do differently if they knew it way back in the day.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2007/06/28/understanding-sqliosim-output.aspx" target="_blank" title="Ten"&gt;Understanding SQLIOSim Output&lt;/a&gt;, because no one seems to fully understand this tool, including me.&lt;br&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="text-align:left;"&gt;I
excluded a few posts that were numerically in the top ten because,
well, they're my blog posts and I didn't want them in the top ten.&amp;nbsp; So
there!&amp;nbsp; But those that I excluded were things like reposting an
interview done by another blogger or maybe a product or book that I
plugged for some reason or an other.&lt;/p&gt;
&lt;p style="text-align:left;"&gt;I
hope you've enjoyed my blogging and found it valuable.&amp;nbsp; Tomorrow, I'm
jumping on the themeword and goals meme.&amp;nbsp; In fact, I'm crashin' the
party because none of my peeps called on me.&amp;nbsp; [pout]&lt;/p&gt;
&lt;p style="text-align:left;"&gt;Be well!&lt;/p&gt;
&lt;p style="text-align:left;"&gt;-Kevin&lt;/p&gt;
&lt;p style="text-align:left;"&gt;&amp;nbsp;Twitter @KEKline&lt;/p&gt;
&lt;p style="text-align:left;"&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;







&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="overflow:hidden;position:absolute;left:-10000px;top:671px;width:1px;height:1px;" id="_mcePaste"&gt;



 
  Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-US
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  

 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
&amp;lt;!--[if gte mso 10]&amp;gt;

&lt;span style="font-size:12pt;font-family:'Times New Roman','serif';"&gt;&lt;a href="http://sqlblog.com/blogs/kevin_kline/archive/2007/06/28/understanding-sqliosim-output.aspx"&gt;http://sqlblog.com/blogs/kevin_kline/archive/2007/06/28/understanding-sqliosim-output.aspx&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Interview Now Appearing on CSTech.com</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2010/01/02/interview-now-appearing-on-cstech-com.aspx</link><pubDate>Sat, 02 Jan 2010 21:48:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:20455</guid><dc:creator>KKline</dc:creator><description>&lt;p&gt;I was honored to be recently interviewed by the crew at Consortio
Services.&amp;nbsp; You can find my portion of this particular webcast at &lt;a href="http://www.cstechcast.com/podcasts/cs-techcast/episode99/"&gt;http://www.cstechcast.com/podcasts/cs-techcast/episode99/&lt;/a&gt; beginning at 17:24.&amp;nbsp; In
the interview, I discuss a number of thoughts and opinions about the
future of cloud computing, where our profession is headed, and more.&lt;/p&gt; &lt;p&gt;When
I first became aware of the website, they were audio podcasts only.&amp;nbsp;
Since then, they’ve changed up their format a bit, and now have a video
portion along with the audio. They now included a visual “slide” with your
headshot and title (not a pretty sight, in my case).&amp;nbsp; Also, they some
scrolling shots of other things I'm involved with such as &lt;a href="http://sqlserver.quest.com" target="_blank" title="Quest Software's SQL Server Offerings"&gt;Quest Software&lt;/a&gt;, my blog &lt;a href="http://sqlblog.com/blogs/kevin_kline/default.aspx" target="_blank" title="Kevin Kline's Blog on SQLBlog.com"&gt;here&lt;/a&gt;, my &lt;a href="http://www.sqlmag.com/Departments/DepartmentID/1026/1026.html" target="_blank" title="Kevin's column, Tool Time, on SQLMag.com"&gt;Tool Time column&lt;/a&gt; on &lt;a href="http://sqlmag.com" target="_blank" title="SQLMag On-Line"&gt;&lt;i&gt;SQL Server Magazine&lt;/i&gt;&lt;/a&gt;, and the &lt;a href="http://kevinekline.com/bibliography/" target="_blank" title="SQL Server MVP Deep Dive and other books"&gt;SQL Server MVP Deep Dives&lt;/a&gt; book, and my &lt;a href="http://KevinEKline.com" target="_blank" title="Lots more of my content here!"&gt;personal website&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;I
encourage you to add this podcasting site to your list of favorites.&amp;nbsp;
There's lots of great information waiting for you there. &lt;/p&gt;&lt;p&gt;Enjoy!&lt;/p&gt;&lt;p&gt;-Kevin&lt;/p&gt;&lt;p&gt;&amp;nbsp;Twitter @kekline&lt;/p&gt;&lt;p&gt;&amp;nbsp;More content at &lt;a href="http://KevinEKline.com" title="Kevin's Professional Blog" target="_blank"&gt;http://KevinEKline.com&lt;/a&gt;&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;P.S. I just got the word that I have been re-granted &lt;a href="https://mvp.support.microsoft.com/profile=03A71F8F-4869-4976-B014-BE211BF71F70" target="_blank" title="Kevin's MVP Profile"&gt;MVP status&lt;/a&gt;
for the upcoming year.&amp;nbsp; Thanks to Microsoft and all my fellow MVP
colleagues for making the MVP program such an awesome credential!&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Sequels for SQL: Dec 17, 2009</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2009/12/17/sequels-for-sql-dec-17-2009.aspx</link><pubDate>Thu, 17 Dec 2009 17:46:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:20070</guid><dc:creator>KKline</dc:creator><description>&lt;p&gt;In the Sequels for SQL series, I point you to sites where you can go
beyond the nose-to-the-grindstone resources that we see every day as
SQL Server professionals.&amp;nbsp; (My favorite resource for pan-SQL Server
pointers is Steve Jone's Database Weekly email newsletter.)&amp;nbsp; These are
the story that comes after and outside (the sequels) of our daily
working lives (the other SQL).&amp;nbsp; Let's broaden our horizons together.&amp;nbsp;
If you hit on an interesting but overlooked topic, I'd like to hear
from you.&lt;/p&gt;
&lt;h3&gt;&lt;i&gt;SQL Server: We live it.&amp;nbsp; We love it.&lt;/i&gt;&lt;/h3&gt;
&lt;p style="padding-left:30px;"&gt;When &lt;a href="http://blogs.msdn.com/jimmymay/" title="Jimmy May, the Aspiring Geek" target="_blank"&gt;Jimmy May&lt;/a&gt;
talks, I listen.&amp;nbsp; Not just because he's a personal friend, but also
because he knows what's what, if you'll pardon the expression.&amp;nbsp; So when
Jimmy says "I believe xPerf will fundamentally change the way I do my
job", then I want to know what the heck this free xPerf management tool
is and how I can best leverage it.&amp;nbsp; Check out Jimmy's blog entry on
xPerf &lt;a href="http://blogs.msdn.com/jimmymay/archive/2009/09/08/xperf-once-i-was-blind-and-now-i-see.aspx" title="Jimmy May on xPerf performance management tool" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;&lt;i&gt;Devices &amp;amp; Gadgets: Usually making our lives better, sometimes not so much.&lt;/i&gt;&lt;/h3&gt;
&lt;p style="padding-left:30px;"&gt;Ever wonder what's inside one of those tiny USB hard drives?&amp;nbsp; No?&amp;nbsp; Not even &lt;i&gt;a little bit&lt;/i&gt;?!?&amp;nbsp;
When I started in IT, hard drives where as big as washing machines and
cost $60,000 running at speeds in the 100's of RPMs.&amp;nbsp; My how times have
changed.&amp;nbsp; Here's a fun hack of a USB hard drive - &lt;a href="http://www.dansworkshop.com/electricity-and-electronics/usb-hard-drive-hack.htm" title="Dan's Workshop, a maker's blog" target="_blank"&gt;http://www.dansworkshop.com/electricity-and-electronics/usb-hard-drive-hack.htm&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;&lt;i&gt;Futurewatch: Important issues just over the horizon.&lt;/i&gt;&lt;/h3&gt;
&lt;p style="padding-left:30px;"&gt;There
are a lot of standard elements of society being rebranded as the "2.0"
version of itself.&amp;nbsp; The 2.0 moniker was first put forward by visionary
Tim O'Reilly (&lt;a href="http://radar.oreilly.com/" title="Tim O'Reilly's blog - read it!" target="_blank"&gt;blog&lt;/a&gt; | &lt;a href="http://www.twitter.com/timoreilly" title="Tim's Twitter Page" target="_blank"&gt;twitter&lt;/a&gt;), of the eponymous media company. Whenever you see the 2.0 moniker added to the end of something, most famously &lt;a href="http://en.wikipedia.org/wiki/Web_2.0" title="Wikipedia explains Web 2.0" target="_blank"&gt;Web 2.0&lt;/a&gt;,
then you know that it will include the characteristics of
collaboration, interoperability, and user-centered designs.&amp;nbsp; So,
whereas the first go at the web in the mid- to late-1990's was about
enabling information retrieval such as transforming printed catalogs
into on-line catalogs, Web 2.0 enables all of its participants to
comment on, review, rate, and otherwise participating with each other
in the use of such a catalog.&amp;nbsp; In the last FutureWatch blurb, &lt;a href="http://kevinekline.com/2009/11/25/the-seven-sequels-for-sql-the-week-of-november-27-2009/" title="Grid 2.0" target="_blank"&gt;I pointed out work on Grid 2.0&lt;/a&gt;,
centered on efforts to update the USA's electricity grid.&amp;nbsp; I'm going to
do a much more detailed post in the near future about emerging 2.0
efforts, but one to point out now is Gov 2.0.&amp;nbsp; Under this broad set of
initiatives, governments from the lowest to highest levels of
responsibility are opening up their public databases for consumption by
the public.&amp;nbsp; An example of Gov 2.0 in action comes with the President's
SAVE Award, in which the public is invited to vote on their pick for
the best money saving tip put forward by federal government workers.&amp;nbsp;
Read all about this year's SAVE Award &lt;a href="http://www.whitehouse.gov/omb/save/SaveAwardHomePage/" title="Gov 2.0 - Securing American Values and Efficiency Award" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;&lt;i&gt;Humor: I haz da funny.&lt;/i&gt;&lt;/h3&gt;
&lt;p style="padding-left:30px;"&gt;Weird products in Japan have their own name - &lt;a href="http://en.wikipedia.org/wiki/Chind%C5%8Dgu" title="Chindogu - say what?!?" target="_blank"&gt;chindogu&lt;/a&gt;.&amp;nbsp; Most of these are crackpot inventions that everyone knows will never see the light of day, such as these these featured &lt;a href="http://freakonomics.blogs.nytimes.com/2009/03/25/freak-shots-only-in-japan/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+FreakonomicsBlog+%28Freakonomics+Blog%29" title="Freakonomics Chindogu" target="_blank"&gt;here&lt;/a&gt;.&amp;nbsp;
However, some of these products DO get marketed and, more amazingly,
purchased.&amp;nbsp; Check out the product reviews of this totally bizarro
chindogu &lt;a href="http://www.overstock.com/Home-Garden/Hug-Me-Pillow/1676854/product.html?token=147211-147211200911193466642-1-e6f899&amp;amp;track=emailcusts&amp;amp;cid=147211&amp;amp;fp=f" title="Hug Me Pillow at Overstock.com" target="_blank"&gt;here&lt;/a&gt; at Overstock.com.&lt;/p&gt;
&lt;h3&gt;&lt;i&gt;Professional Development: Because there are two words in "database professional".&lt;/i&gt;&lt;/h3&gt;
&lt;p style="padding-left:30px;"&gt;There
are mountains of great websites with tips on how to be a better
speaker.&amp;nbsp; Some day, I'll write a long blog post about my favorite sites
for learning how to improve your oration.&amp;nbsp; But if you're in a
hurry, and who isn't these days, then &lt;a href="http://blogs.techrepublic.com.com/10things/?p=802&amp;amp;tag=nl.e106" title="Tech Republic - 10 Easy Ways to Improve Your Public Speaking" target="_blank"&gt;this blog post&lt;/a&gt; at TechRepublic succinctly sums up the advice you'll find from many other web sites, articles, and blogs.&lt;/p&gt;
&lt;h3&gt;&lt;i&gt;Society: Important issues to discuss with your friends and family.&lt;/i&gt;&lt;/h3&gt;
&lt;p style="padding-left:30px;"&gt;One of
the most remarkable things about the USA, as a rather biased citizen,
is our ability to suck up our pride, admit a mistake, and try to
prevent it from happening again.&amp;nbsp; One way that the USA tries to prevent
future occurrences is to convene a commission of some kind.&amp;nbsp; I found &lt;a href="http://radar.oreilly.com/2009/09/ready-fire-aim-market-reform.html" title="David Leinweber &amp;quot;Ready, Fire, Aim&amp;quot;" target="_blank"&gt;this analysis&lt;/a&gt; by &lt;a href="http://radar.oreilly.com/davidl" title="David Leinweber on O'Reilly.com" target="_blank"&gt;David Leinweber&lt;/a&gt;,
a Haas Fellow in Finance and Founding Director of the Center for
Innovative Financial Technology at UC Berkeley, of the commission
studying banking market reform in the USA to be quite intriguing and, frankly, upsetting.&lt;/p&gt;
&lt;h3&gt;&lt;i&gt;WorldView: If James Bond knows that the world is not enough, then so should I.&lt;/i&gt;&lt;/h3&gt;
&lt;p style="padding-left:30px;"&gt;I'm
always on the lookout for issues related to safe and clean water.&amp;nbsp; If
you think people can be grumpy when oil is in short supply, imagine
what it's like when there's not enough drinking water for everyone.&amp;nbsp;
See how India is dealing with enormous water issues &lt;a href="http://www.economist.com/displaystory.cfm?story_id=14401149" title="The Economist - India's Water Crisis" target="_blank"&gt;in this revealing article from the Economist&lt;/a&gt;.&amp;nbsp; And I'd be interested to hear what our Indian blogger friends thoughts are on this topic, folks like &lt;a href="http://sqlblog.com/blogs/rushabh_mehta/" title="Rushabh Mehta's Blog" target="_blank"&gt;Rushabh Mehta&lt;/a&gt;, &lt;a href="http://beyondrelational.com/blogs/jacob/" title="Beyond Relational - Jacob Sebastian's Blog" target="_blank"&gt;Jacob Sebastian&lt;/a&gt;, and &lt;a href="http://blog.sqlauthority.com/" title="SQL Authority - Pinal Dave's Blog" target="_blank"&gt;Pinal Dave&lt;/a&gt;.&amp;nbsp; (Water issues have remained one of my passions ever since my years working for NASA developing &lt;a href="http://www.nasa.gov/centers/marshall/pdf/104840main_eclss.pdf" title="ECLSS, the Environmental Control and Life Support System of the International Space Station" target="_blank"&gt;the water recycling systems for the International Space Station&lt;/a&gt;, in which we made water of the H20 that passes through the human body re-drinkable.&amp;nbsp; &lt;i&gt;And it tastes good&lt;/i&gt;.&amp;nbsp;
Incidentally, all of the technology we developed for this project, as
with all non-classified government projects, became public domain.&amp;nbsp;
ECLSS technology is now used in hundreds of commercial products ranging
from household detergents to commercial solvents to filtration systems.)&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;-Kevin&lt;/p&gt;
&lt;p&gt;Twitter @KEKline&lt;/p&gt;&lt;p&gt;&amp;nbsp;More content at http://KevinEKline.com &lt;br&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;p&gt;







&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;p&gt;


&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Anniversary at Database Trends &amp;amp; Applications Magazine</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2009/11/18/anniversary-at-database-trends-applications-magazine.aspx</link><pubDate>Thu, 19 Nov 2009 00:32:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:18956</guid><dc:creator>KKline</dc:creator><description>&lt;p&gt;I was happy to hear that the magazine &lt;i&gt;Database Trends and Applications&lt;/i&gt; had recently relaunched their &lt;a href="http://www.dbta.com/" title="Database Trends &amp;amp; Applications Magazine" target="_blank"&gt;website&lt;/a&gt;.&amp;nbsp; While I'd been a &lt;a href="http://www.dbta.com/Authors/AuthorDetails.aspx?AuthorID=3536" target="_blank" title="KEKline's Column at DBTA"&gt;columnist&lt;/a&gt;
there for a quite a while, I'd never been able to easily find my own
articles nor check to see if they'd generated any interest.&amp;nbsp; DBTA has
changed all of that with their relaunch.&amp;nbsp; I was also surprised, upon
closer examination, that I'd been writing there for more than a year.&amp;nbsp;
Check to see if any of these articles are of interest to you.&amp;nbsp; I'd love
to hear your thoughts.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/Security-as-an-Afterthought-57836.aspx" title="DBTA" target="_blank"&gt;Security as an Afterthought&lt;/a&gt; Issue: November 2009&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-Big-Keep-Getting-Bigger-56614.aspx" title="DBTA" target="_blank"&gt;The Big Keep Getting Bigger&lt;/a&gt; Issue: October 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/Getting-Up-to-Speed-on-the-SQL-Server-Social-Media-Scene-56042.aspx" title="DBTA" target="_blank"&gt;Getting Up to Speed on the SQL Server Social Media Scene&lt;/a&gt; Issue: September 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-Ebb-and-Flow-of-SQL-Server-Instrumentation-55592.aspx" title="DBTA" target="_blank"&gt;The Ebb and Flow of SQL Server Instrumentation&lt;/a&gt; Issue: August 2009 &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/A-Look-at-Upcoming-Enhancements-in-SQL-Server-2008-R2-55131.aspx" title="DBTA" target="_blank"&gt;A Look at Upcoming Enhancements in SQL Server 2008 R2&lt;/a&gt; Issue: July 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/Is-it-Time-for-a-Professional-Code-of-Ethics-for-DBAs-54565.aspx" title="DBTA" target="_blank"&gt;Is it Time for a Professional Code of Ethics for DBAs?&lt;/a&gt; Issue: June 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-Trouble-with-Third-Party-Applications-54549.aspx" title="DBTA" target="_blank"&gt;The Trouble with Third-Party Applications&lt;/a&gt; Issue: May 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/SQL-Server-in-the-Clouds-54665.aspx" title="DBTA" target="_blank"&gt;SQL Server in the Clouds?&lt;/a&gt; Issue: April 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-Future-of-Coding-for-SQL-Server,-Part-2--54656.aspx" title="DBTA" target="_blank"&gt;The Future of Coding for SQL Server, Part 2 &lt;/a&gt;Issue: March 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-Future-of-Coding-for-SQL-Server-54604.aspx" title="DBTA" target="_blank"&gt;The Future of Coding for SQL Server&lt;/a&gt; Issue: February 2009&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/Reaching-for-Highly-Scalable-Systems-with-SQL-Server-2008-54591.aspx" title="DBTA" target="_blank"&gt;Reaching for Highly Scalable Systems with SQL Server 2008&lt;/a&gt; Issue: January 2009&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/Long-Term-Changes-Resulting-from-Policy-Based-Management-52047.aspx" title="DBTA" target="_blank"&gt;Long-Term Changes Resulting from Policy-Based Management&lt;/a&gt; Issue: December 2008&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/The-New-Master%27s-Certification-from-Microsoft-52091.aspx" title="DBTA" target="_blank"&gt;The New Master's Certification from Microsoft&lt;/a&gt; Issue: October 2008&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dbta.com/Articles/Columns/SQL-Server-Drill-Down/What-to-Expect-at-the-PASS-2008-Summit-52097.aspx" title="DBTA" target="_blank"&gt;What to Expect at the PASS 2008 Summit&lt;/a&gt; Issue: September 2008&lt;/p&gt;
&lt;p&gt;The November article just went live this week. The site traffic is
79% North America, with India and the UK as the next largets readership
markets. It was heartening to see a relatively high level of interest
in the "Code of Ethics for DBA's" among other topics.&lt;/p&gt;
&lt;p&gt;If you are perceiving a trend or overarching issue in the SQL Server
world, I'd love to hear your input.&amp;nbsp; Drop me a note here or use one of
the methods available on http://KevinEKline.com/Contact/ to get in
touch with me directly.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;-Kev&lt;/p&gt;&lt;p&gt;&amp;nbsp;
Twitter @KEKline&lt;/p&gt;&lt;p&gt;&amp;nbsp;More content at http://KevinEKline.com/ &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>