<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.sqlservercentral.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Tim Mitchell</title><subtitle type="html">Tales of my travels through the land of SQL Server</subtitle><id>http://blogs.sqlservercentral.com/blogs/tim_mitchell/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.sqlservercentral.com/blogs/tim_mitchell/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2007-09-23T22:35:00Z</updated><entry><title>Delayed gratification</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/07/20/delayed-gratification.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/07/20/delayed-gratification.aspx</id><published>2008-07-21T03:37:00Z</published><updated>2008-07-21T03:37:00Z</updated><content type="html">&lt;p&gt;Call me odd, but I enjoy taking certification tests.&amp;nbsp; It may be that I&amp;#39;ve always tested well, or perhaps it&amp;#39;s that I enjoy a challenge, but for whatever reason I have always looked forward to sitting for exams.&amp;nbsp; So when the opportunity arose to take a beta exam for the SQL Server 2008 business intelligence components, I signed up as soon as I could.&lt;/p&gt;
&lt;p&gt;I admit that I took the exam cold, only having worked with SQL Server 2008 beta a dozen times or so.&amp;nbsp; I&amp;#39;ve been studying for the SQL Server 2005 BI exams, and my thought was that&amp;nbsp;a free pass at the 2008 beta test would be a good study tool for me.&amp;nbsp; I spent almost 2 hours in front of the terminal, using what information I knew from experience (mostly on SQL Server 2005)&amp;nbsp;and making educated guesses for the rest.&amp;nbsp; All went well until I reached the end of the exam - you know, the point at which your pulse races just a bit as you wait for the &amp;quot;You Passed&amp;quot; or &amp;quot;You Failed&amp;quot; message.&amp;nbsp; Imagine my surprise when neither of these was shown, but rather I received a &amp;quot;Thanks For Playing, We&amp;#39;ll Get Back To You&amp;quot; message.&amp;nbsp; Specifically, the message indicated that the results of the beta exam would be delivered to me via mail in 90 days or so.&amp;nbsp; Yes, that&amp;#39;s mail as in paper and envelopes and stamps, right here in the midst of the digital age [Suggestion to Microsoft: Save some cash - post the results on my MCP record and send me an e-mail when it&amp;#39;s ready].&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve never taken a Microsoft beta exam before, so I don&amp;#39;t know if this is status quo for these types of tests.&amp;nbsp; Even though certifications have gotten a bad rap lately, I still believe that, when properly administered, certification programs can still offer some measure of a person&amp;#39;s willingness and ability to succeed on a particular software component or career track.&amp;nbsp; And as one who intends to continue to pursue certifications pertinent to my skillset, I have a vested interest in helping to make the SQL Server certification track as relevant as possible, so I am glad that I participated in this trial.&amp;nbsp; However, I have to admit - and yes, it&amp;#39;s probably a little selfish - that I&amp;#39;m not sure I would have been so eager to participate if I&amp;#39;d known that I would have to wait months for any kind of hint as to how I performed on the exam.&lt;/p&gt;
&lt;p&gt;So here are my questions.&amp;nbsp; First of all, is the delayed response common to all Microsoft exams, and second, is this a deterrent to other&amp;nbsp;potential beta exam test-takers?&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8972" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>Slacking and data quality (in that order)</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/06/30/slacking-and-data-quality-in-that-order.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/06/30/slacking-and-data-quality-in-that-order.aspx</id><published>2008-07-01T03:10:00Z</published><updated>2008-07-01T03:10:00Z</updated><content type="html">&lt;p&gt;Well, I almost missed blogging for the entire month of June.&amp;nbsp; I&amp;#39;m sure that this fact didn&amp;#39;t go unnoticed by both of the people who read my blog...&amp;nbsp; I&amp;#39;m working on a major data conversion and am in a mad dash to finish converting and validating years of healthcare and financial&amp;nbsp;data, and unfortunately my free time (including the time allocated for blogging) has been scarce.&amp;nbsp; The good news is that the project - at least the data conversion piece - will be over in late September and perhaps life will return to some semblance of normalcy.&lt;/p&gt;
&lt;p&gt;The aforementioned project has been an interesting exercise in data quality.&amp;nbsp; The system from which I am extracting data is quite old, in technology years anyway, and the application design lacks some of the keystones of modern systems - not the least of which is relational integrity.&amp;nbsp; The de facto standard for data entry was free text, which made for many (in some cases, tens of thousands) of duplicates.&amp;nbsp; Fortunately, the system to which I am converting has a well designed SQL Server backend, and in spite of a few disagreements, the vendor has been open to modifying the system to suite or needs.&amp;nbsp; As to the quality of our data, I&amp;#39;ve had lots of opportunities to expand my SSIS skills to gently (most of the time) massage the data into the target system.&amp;nbsp; I&amp;#39;ve even been able to write some code, which I don&amp;#39;t do that much any more, for some advanced text parsing and manipulation.&lt;/p&gt;
&lt;p&gt;Once this project is complete, I&amp;#39;ll write a more comprehensive - and coherent - post to discuss in more detail my travels through this conversion and some of the data quality lessons I&amp;#39;ve learned.&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8919" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>Using IN with possible NULL values</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/29/using-in-with-possible-null-values.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/29/using-in-with-possible-null-values.aspx</id><published>2008-05-30T04:01:00Z</published><updated>2008-05-30T04:01:00Z</updated><content type="html">&lt;p&gt;There is a little quirk with NULLs when using the NOT IN qualifier.&amp;nbsp; I use the term &amp;quot;quirk&amp;quot; loosely here because the behavior is exactly as intended, though it may not be obvious.&amp;nbsp; The following query shows a trivial example:&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://www.bucketofbits.com/img/not_in_null1.gif" border="0" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At first glance, one might think that we&amp;#39;ll see returned the row for the Chevy MINIVAN.&amp;nbsp; However, when you run the above query (with the default option of ANSI nulls set to ON), you&amp;#39;ll always receive zero rows returned.&amp;nbsp; Why?&amp;nbsp; Because the NOT IN is still a set-based comparison, and with ANSI_NULLS ON, comparing any value to NULL yields False (technically it yields NULL, but you see what I mean).&lt;/p&gt;
&lt;p&gt;A quick solution can be found, of course, by simply adding a NOT NULL to the lookup column in your subquery.&amp;nbsp;&amp;nbsp;This isn&amp;#39;t rocket science, and really isn&amp;#39;t an advanced T-SQL topic, but it&amp;#39;s one of those thing that can sneak up on you if you&amp;#39;re not expecting it, particularly if you have one of these deeply nested in a complex query.&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8844" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>A little fun with SSIS Expression Language</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/08/a-little-fun-with-ssis-expression-language.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/08/a-little-fun-with-ssis-expression-language.aspx</id><published>2008-05-08T21:21:00Z</published><updated>2008-05-08T21:21:00Z</updated><content type="html">&lt;p&gt;The SSIS expression language is a powerful yet enigmatic entity.&amp;nbsp; Once you get used to its syntax - which is part C#, part T-SQL and part *WTH?!?* - it&amp;#39;s actually somewhat fun to use.&amp;nbsp; However, one thing it is lacking (as far as I can tell - correct me if I&amp;#39;ve missed something) is the ability to use an IF...ELSE IF...ELSE statement.&lt;br /&gt;&lt;br /&gt;So I ran into a situation earlier in which I needed to do an advanced conditional expression.&amp;nbsp; Here&amp;#39;s the situation:&amp;nbsp; My input has a column named &lt;strong&gt;provider. &lt;/strong&gt;&amp;nbsp;This column comes to me as an integer but has to be padded with zeros where necessary to make it a total length of 3 (&amp;quot;2&amp;quot; becomes &amp;quot;002&amp;quot;, &amp;quot;13&amp;quot; becomes &amp;quot;013&amp;quot;, etc.).&amp;nbsp; A special case exception is the value &amp;quot;1&amp;quot; which is to be left as is.&lt;br /&gt;&lt;br /&gt;I knew that the *proper* way to do this was to either create a script component and drop down into VB.NET to map the value appropriately, or use a Conditional Split transform and then merge the values together.&amp;nbsp; However, a colleague had just asked an unrelated question about the ternary operator in the expression language (officially called the &lt;a href="http://msdn.microsoft.com/en-us/library/ms140206.aspx" target="_blank"&gt;Conditional Operator&lt;/a&gt; in Redmond), and I decided to push it a bit and force this processing into the Derived Column transform using the Conditional Operator.&lt;br /&gt;&lt;br /&gt;So just for fun, I&amp;#39;ve posted the expression below.&amp;nbsp; It&amp;#39;s actually three &lt;strike&gt;ternary&lt;/strike&gt; Conditional Operators working together to provide an advance IF...ELSE IF...ELSE statement.&amp;nbsp; &lt;em&gt;[For the record and in case it&amp;#39;s not clear from the code below, the syntax for the Conditional Operator is (value_to_test) ? (value_to_return_if_true) : (value_to_return_if_false).]&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;(LEN(provider) &amp;lt; 3 &amp;amp;&amp;amp; LEN(provider) &amp;gt; 0 &amp;amp;&amp;amp; provider != &amp;quot;1&amp;quot;) ? (LEN(provider) == 1 ? &amp;quot;00&amp;quot; + provider: &amp;quot;0&amp;quot; + provider) : (LEN(provider) == 0 ? &amp;quot;000&amp;quot; : provider)&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8806" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>SQL Backup 5 (Red Gate)</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/06/sql-backup-5-red-gate.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/06/sql-backup-5-red-gate.aspx</id><published>2008-05-06T20:37:00Z</published><updated>2008-05-06T20:37:00Z</updated><content type="html">&lt;p&gt;So after many months of trudging through native SQL Server backups for new mission-critical application I&amp;#39;m deploying, I have decided to do some evaluations and cost/benefit analyses on aftermarket SQL Server backup products.&amp;nbsp; I&amp;#39;ve started off with SQL Backup 5 from Red Gate.&amp;nbsp; No disclaimers here - I have no affiliation with Red Gate except that they are kind enough to allow me to blog on SqlServerCentral.com (which is owned by Red Gate).&lt;/p&gt;
&lt;p&gt;The download and installation of this product was very straightforward - the download is just under 50mb and includes the entire suite of applications on the SQL Toolbelt.&amp;nbsp; I installed only the Backup tool, which was ready for use in under 5 minutes.&amp;nbsp; The interface is very clean in intuitive, and allowed me to register my test server and view its backup history.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;To actually backup and restore on my test server (to which I am connecting remotely), I have to install a server-side component.&amp;nbsp; This process happened quickly (less than a minute), and resulted in the addition of a new service (SQL Backup Agent) on this test machine.&amp;nbsp; This service is required to schedule backup jobs from within this application, as it appears that SQL Backup 5 does not rely on the SQL Server Agent service to run scheduled backups.&amp;nbsp; Note that the server-side piece must be installed on the server even if you are not running scheduled jobs.&lt;/p&gt;
&lt;p&gt;I ran a baseline backup using native SQL backup tools on my database.&amp;nbsp; The database, somewhere north of 26gb in size, generated a 17gb backup file in just under 1/2 hour.&amp;nbsp; Restoring this backup file to a new database took about 10 minutes.&amp;nbsp;&amp;nbsp;By comparison, the same backup using Red Gate SQL Backup 5 took just over 16 minutes and created a backup file a little less than 3gb in size; restoring this file took about 6 minutes.&amp;nbsp; These operations were done using the default settings in SQL Backup 5, including a compression level of 2 (the middle-of-the-road) setting, and bypassing the Multiple Threads option.&amp;nbsp; The total time for a restore + backup operation (which will be required for our datawarehousing app) would be cut down to just over half the original time required, which was not as good as what I had hoped.&amp;nbsp; However, the size of the resulting file was less than 20% of the original size, which is right in line with my expectations.&lt;/p&gt;
&lt;p&gt;I was interested to find that SQL Server reports the last backup date as the date and time at which I ran the backup from SQL Backup 5, which surprised me since this is a third party app and not truly integrated with SQL Server.&lt;/p&gt;
&lt;p&gt;Licensing seems to be straightforward - the SQL Toolbelt, an all-inclusive suite of SQL Server administration tools, includes one server license for SQL Backup 5.&amp;nbsp; Additional server licenses are available as well, and licenses for test/demo installations are available at 30% of list price.&amp;nbsp; One important item of note is that the gentleman I spoke to by telephone at Red Gate indicated that we will need a license for both nodes of our SQL cluster, though the second node qualifies for the same price break as a test/demo machine.&lt;/p&gt;
&lt;p&gt;My eval version of this product expires in a few weeks,&amp;nbsp;and in the meantime I&amp;nbsp;plan on pushing it further by testing some of the advanced features (changing compression levels, using multiple threads, etc.) to see how it responds.&amp;nbsp; I&amp;#39;m also interested in hearing from others who have used this product - please ping me or just comment here if you&amp;#39;ve had experiences, good or bad, with Red Gate SQL Backup 5.&amp;nbsp; I plan to eval at least two more products in this category as well in the coming weeks and months, and I&amp;#39;d appreciate any feedback.&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8799" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>Photos from SQL Saturday</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/06/photos-from-sql-saturday.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/06/photos-from-sql-saturday.aspx</id><published>2008-05-06T15:48:00Z</published><updated>2008-05-06T15:48:00Z</updated><content type="html">&lt;p&gt;Check out the photos from SQL Saturday 3 - Jacksonville:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tim-mitchell.spaces.live.com/"&gt;http://tim-mitchell.spaces.live.com/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8796" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author><category term="SQL Saturday" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/SQL+Saturday/default.aspx" /><category term="SQLSaturday" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/SQLSaturday/default.aspx" /></entry><entry><title>SQL Saturday Jacksonville</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/04/sql-saturday-jacksonville.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/05/04/sql-saturday-jacksonville.aspx</id><published>2008-05-04T16:01:00Z</published><updated>2008-05-04T16:01:00Z</updated><content type="html">I just wrapped up a high-octane day of SQL Server community education at &lt;a href="http://www.sqlsaturday.com/" target="_blank"&gt;SQL Saturday&lt;/a&gt; in Jacksonville, Florida. This event, the third thus far in a series of training opportunities for SQL Server professionals, is loosely based on the Code Camp model and is billed as a community event. I enjoy these kind of events, having attended several Code Camps and other similar training opportunities. They are community-based, meaning that most of the trainers are peer professionals and not professional technical educators. Events are held on the weekends, and by the way, they&amp;#39;re free to attendees. &lt;br /&gt;&lt;br /&gt;I stepped in and did something I had never done before: I volunteered to be a presenter at this event. I&amp;#39;ve been working toward expanding my capabilities by writing and speaking more, and this was a great opportunity to do the latter (and hopefully will open some doors for the former). The session I presented addressed the SMO (SQL Server Management Objects) framework and how DBAs and developers can use these objects to automate the administration of SQL Server instances throughout an organization. As I shared with my attendees, SMO is the coolest technology that nobody is using. I&amp;#39;ve posted my notes from this session &lt;a href="http://www.bucketofbits.com/resources/" target="_blank"&gt;on my website&lt;/a&gt;, so if you&amp;#39;re interested in learning more about SMO feel free to download the slide deck and samples and use them as you will (these will likely be posted on the SQLSaturday website as well). &lt;br /&gt;&lt;br /&gt;I got to spend some time visiting with Andy Warren and Brian Knight about the framework of the SQL Saturday event, and I am convinced that something like this would be a big hit back home (the Dallas/Ft. Worth area). There is a large user base, and there are enough people who have demonstrated a willingness to volunteer their time to make such an event a success in north Texas. I plan to seriously pursue this so if you are interested in seeing a SQL Saturday event in the Dallas area, please let me know. &lt;br /&gt;&lt;br /&gt;If you are a north Floridian or will be in that area next month, there is actually another SQL Saturday event coming up next month at the Orange County Convention Center. If you can make it, I encourage you to stop by.&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8791" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author><category term="SQL Saturday" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/SQL+Saturday/default.aspx" /><category term="SQLSaturday" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/SQLSaturday/default.aspx" /></entry><entry><title>Gotta love the Information Age</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/04/27/gotta-love-the-information-age.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/04/27/gotta-love-the-information-age.aspx</id><published>2008-04-27T18:07:00Z</published><updated>2008-04-27T18:07:00Z</updated><content type="html">&lt;p&gt;First it was CNN 24x7.&amp;nbsp; Next the Internet brought us live information from around the globe.&lt;/p&gt;
&lt;p&gt;Now this...&amp;nbsp; real-time pizza tracking...&lt;/p&gt;
&lt;p&gt;&lt;img alt="Real time pizza tracking" src="http://www.bucketofbits.com/img/pizza.jpg" /&gt;&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8781" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>Free SQL Server 2008 online courseware from Microsoft</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/04/14/free-sql-server-2008-online-courseware-from-microsoft.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/04/14/free-sql-server-2008-online-courseware-from-microsoft.aspx</id><published>2008-04-14T17:53:00Z</published><updated>2008-04-14T17:53:00Z</updated><content type="html">&lt;p&gt;Just received word that Microsoft has posted 3 new courseware titles under the &amp;quot;What&amp;#39;s New in SQL Server 2008&amp;quot; umbrella.&amp;nbsp; Available titles are Business&amp;nbsp;Intelligence, Database Development, and Enterprise Data Platform:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=139087"&gt;https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=139087&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On a related note, I have downloaded and installed SQL Server 2008.&amp;nbsp; I&amp;#39;ll post more information later once I&amp;#39;ve had a chance to completely review it, but two things immediately stand out as positive improvements: Intellisense in the query window, and C# scripting in the SSIS script task/component.&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8759" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>SQL Saturday</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/03/30/sql-saturday.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/03/30/sql-saturday.aspx</id><published>2008-03-31T01:34:00Z</published><updated>2008-03-31T01:34:00Z</updated><content type="html">&lt;p&gt;I&amp;#39;ve just received notice that I will be a presenter at the upcoming &lt;a href="http://www.sqlsaturday.com/"&gt;SQL Saturday&lt;/a&gt; event in Jacksonville, Florida. I&amp;#39;ll be speaking about the SQL SMO object namespace and how this powerful set of classes can be used to administer SQL Server instances programmatically.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m looking forward to this opportunity. I&amp;#39;ve not had much experience delivering presentations to those outside my own places of employment, so this should be a learning experience for me. I&amp;#39;m also the last presentation of the day, so I&amp;#39;ll get to attend many other sessions as well.&lt;br /&gt;&lt;br /&gt;So if you can get to Jacksonville the first weekend in May, I encourage you to come out to SQL Saturday. Hope to see you there!&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8721" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author><category term="Code Camp" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/Code+Camp/default.aspx" /><category term="SMO" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/SMO/default.aspx" /><category term="SQL Saturday" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/SQL+Saturday/default.aspx" /></entry><entry><title>Give us SP3!</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/03/12/give-us-sp3.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/03/12/give-us-sp3.aspx</id><published>2008-03-13T01:03:00Z</published><updated>2008-03-13T01:03:00Z</updated><content type="html">&lt;p&gt;There has been a great deal of wailing and gnashing of teeth regarding the scuttlebutt that SP2 will be the last service pack for SQL Server 2005.&amp;nbsp; I, too, am excited about the release of the next version of SQL Server later this year, but SQL Server 2005 is likely to be around for a long while.&amp;nbsp; C&amp;#39;mon, it&amp;#39;s 2008 and I still have SQL Server 2000 boxes running in production (not by choice, but I digress...).&amp;nbsp; I believe it was Steve Jones who suggested that there be a new SP every six months as long as the product is fully supported; I don&amp;#39;t necessarily think we need service packs that often, but I concur that there should be a commitment to continue with full support - which includes regular service pack releases - as long as the product is mainstream.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is a &lt;a href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=326575" target="_blank"&gt;feedback poll on Microsoft&amp;#39;s website&lt;/a&gt; to allow us to weigh in on the release (or nonrelease) of Service Pack 3.&amp;nbsp; I&amp;#39;ve never voted on one of these polls, so I don&amp;#39;t know how seriously the Blue Badges take these things, but at least it&amp;#39;s worth voicing my opinion....&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=8695" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author><category term="Service Pack 3" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/Service+Pack+3/default.aspx" /></entry><entry><title>We Are Microsoft Charity Challenge Weekend</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/01/21/we-are-microsoft-charity-challenge-weekend.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/01/21/we-are-microsoft-charity-challenge-weekend.aspx</id><published>2008-01-21T17:20:00Z</published><updated>2008-01-21T17:20:00Z</updated><content type="html">&lt;p&gt;This weekend, I had the unique opportunity to donate some time to a worthwhile charity organization. Through the efforts of the Dallas-area .NET user group community (and specifically, Toi Wright), Microsoft, BravoTech and a number of other vendors, the first annual &lt;a href="http://www.wearemicrosoft.com/" target="_blank"&gt;We Are Microsoft Charity Challenge&lt;/a&gt; was born in a flurry of activity over the last three days. This event was held in Dallas and matched up 100 or so developers with 18 charities in need of development services.&lt;br /&gt;&lt;br /&gt;I was placed on a team assisting &lt;a href="http://www.serkids.org/" target="_blank"&gt;SER Child Development Center&lt;/a&gt; with developing a new website . This organization aids low-income families by providing low-cost child care and education, as well as adult education and career development services. From the outset, the organization staff were prepared and readily available; they arrived at the kickoff with design ideas, a packet of information as well as a USB drive full of electronic content and photos. Juan Torres, the CEO and President, and Dr. Carol Johnson-Gerendas, director of the center, were very enthusiastic about this project, volunteering to stay with us for as long as necessary to bring us up to speed on their needs. These two were gracious and appreciative, and made us feel like our efforts really will make a difference.&lt;br /&gt;&lt;br /&gt;My team initially consisted of four people, but we lost one member to the flu on Friday. The other remaining members were Ryan Magnusson, a developer working for Wal-Mart in Arkansas (yes, he actually drove in for the weekend) and Raymond Sanchez, a web developer local to the Dallas area. After reviewing the charity&amp;#39;s business model and website requirements, we opted to use a SubSonic starter kit for our project. This allowed us to quickly roll out the base application (essentially a CMS) and gave us a framework on which we could develop a couple of requested custom components. I took on the role of project lead as well as writing the custom components, the latter of which was very gratifying since I don&amp;#39;t get to write as much code as I used to.&lt;br /&gt;&lt;br /&gt;Like all software projects, we had a few glitches. The most frustrating issue was the web space provided for the event had a number of issues which were not resolved until the last day of the event.&amp;nbsp; This left us with the unfortunate choice to leave their existing site in place (having run the demo&amp;nbsp;from my laptop, where the code resides) until we resolve&amp;nbsp;the issues with their web host.&amp;nbsp;We also had a phantom error in SubSonic that slowed us down for a few hours. Since we only had 48 hours in which to work, sleep was simply an afterthought (in fact, one of the guys actually pitched a tent in the break room and slept on site). But the food was good and plentiful, they kept us filled up with caffiene, and the facilities were spacious.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We also had the opportunity to be interviewed by some of the guys from &lt;a class="" title="GeeksWithBlogs.net" href="http://www.geekswithblogs.net/" target="_blank"&gt;GeeksWithBlogs.net&lt;/a&gt;, which was published as a podcast &lt;a class="" title="[ listen here ]" href="http://geekswithblogs.net/jjulian/archive/2008/01/20/118729.aspx" target="_blank"&gt;[listen here]&lt;/a&gt; .&amp;nbsp; This was my first - and hopefully not the last - podcast interview.&lt;br /&gt;&lt;br /&gt;All things considered, the project was a success; when we met with the charity staff at the wrap-up meeting on Sunday, they were highly impressed with the product. Though we didn&amp;#39;t win any awards, I&amp;#39;m confident that we have created a solid application on which they can promote their charity for many years to come.&lt;br /&gt;&lt;br /&gt;The We Are Microsoft event was billed as a &amp;quot;first annual&amp;quot;, suggesting that this will be an ongoing gig. It was suggested that perhaps other user groups will follow suit and host their own WAM event.&amp;nbsp; As for me, I&amp;#39;ll be first in line to participate again next year. And maybe I&amp;#39;ll bring my tent....&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=4976" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author><category term="We Are Microsoft" scheme="http://blogs.sqlservercentral.com/tim_mitchell/archive/tags/We+Are+Microsoft/default.aspx" /></entry><entry><title>On the Importance of Documentation...</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/01/09/on-the-importance-of-documentation.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2008/01/09/on-the-importance-of-documentation.aspx</id><published>2008-01-10T05:03:00Z</published><updated>2008-01-10T05:03:00Z</updated><content type="html">&lt;p&gt;It seems that I keep inheriting old systems that provide a singular, albeit mission critical, function to their owners. In the majority of these cases, I have encountered numerous small applications that were designed to run in a standalone environment to solve a very narrow problem or set of problems. The person who supports the application - which is very often the same person that wrote the code behind it - eventually departs the company without documenting his/her work. Somehow these database apps keep chugging along for months or years until one day a tragedy occurs - like a folder being renamed or a mapped drive being deleted. My phone rings, and I step out of my database analyst role and into my Sherlock Holmes coat.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sure you&amp;#39;ve all been there. A problem that should take you 30 minutes to fix actually costs you two days because you have to reverse engineer the environment to figure out what the programmer or database designer was thinking. These kind of things get me more irritated than a cowboy without a saddle on a hot summer day.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not just for the sake of others that you document. I can&amp;#39;t tell you how many times I&amp;#39;ve looked over some of my own handiwork and wondered what I had been thinking when I designed a feature or configured a particular database object. With few exceptions, I almost always fall back on my documentation at some point, even for the most trivial of things. &lt;/p&gt;
&lt;p&gt;So I put out the call to all of my fellow IT folks, database analysts/programmers/sysadmins/[insert your job role here]. Document, document, document. Even if you&amp;#39;re sure no one will ever need it, document. If you are creating an ETL database that you plan to delete in 90 days, document. If you write a function that&amp;#39;s more than three lines long, document. Your successors will thank you for it. You might even save your own job some day!&lt;/p&gt;&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=3362" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>Passed 70-431</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2007/11/25/3279.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2007/11/25/3279.aspx</id><published>2007-11-26T02:46:00Z</published><updated>2007-11-26T02:46:00Z</updated><content type="html">After putting it off for six months, I finally took - and passed - 70-431 yesterday.  I know, I'm probably one of the last ones on board, but I'm kind of a geek and I don't want to sit for an exam until I'm really ready.  I've failed two MS exams and after each failure I was bummed out for a while.  In fact, when I failed 70-228 (the SQL 2000 admin/maint exam), I waited for an entire year before I retook it.  But enough about my hangups...
&lt;br /&gt;&lt;br /&gt;
I can't disclose much for fear of violating the NDA, but I can say that 70-431 was unlike any other cert exam I've taken.  There was a section of standard Q&amp;A format, and there were some really tough questions - two of which I answered with what can only be called an educated guess.  The second part was a simulation of several tasks in a GUI simulator.  This to me was the toughest part, because I didn't (and still don't) know how exactly these are scored.  The simulator is intimidating in that the possible answers aren't laid out for you; it's up to you to work through the problems presented and find the solution yourself.
&lt;br /&gt;&lt;br /&gt;
For those who would consider this exam, I can tell you what worked for me.  The &lt;a href="http://www.booksamillion.com/ncom/books?id=3960438439017&amp;isbn=073562271X" target="_blank"&gt;SQL Server 2005 Implementation and Maintenace&lt;/a&gt; book by Microsoft Press was the primary text I used to prepare for this exam.  It takes you on a broad (but not deep) trip through SQL Server 2005 and its core features, and for me this was very useful in preparing for the Q&amp;A portion of this test.  As good as the book was, the electronic test simulator included was of little help; the questions and answers were badly worded, often misspelled, and even more ambiguous than what you would expect from standardized tests.  As far as the simulations, the best thing to do to prepare is to get to know the GUI of the product.  Don't just learn the T-SQL to accomplish all of your tasks - although this is helpful and necessary, you should also be prepared to demonstrate your knowledge about using the interface.  For the simulations, a recent certification prep course from &lt;a href="http://www.meditec360.com" target="_blank"&gt;Chris Ford&lt;/a&gt;, a local (Dallas area) SQL Server consultant and trainer, helped to expose me to some of the functions of SQL Server with which I had little experience.
&lt;br /&gt;&lt;br /&gt;
Professional certifications have taken a hit lately as a relevant measure of experience and knowledge, and with good reason.  Old fashioned Q&amp;A tests simply measure one's ability to answer questions when all of the possible answers are presented to you; these tests do not measure one's problem solving skills, and they allow for unscrupulous test takers to simply memorize questions and answers ahead of time.  I like what Microsoft in adding simulations to the exams, which require the test taker to have at least some knowledge and problem solving ability with the product.  I think this change increases the difficulty - and therefore the value - of the certification.
&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=3279" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry><entry><title>PASS and new SSC design</title><link rel="alternate" type="text/html" href="http://blogs.sqlservercentral.com/tim_mitchell/archive/2007/09/23/2984.aspx" /><id>http://blogs.sqlservercentral.com/tim_mitchell/archive/2007/09/23/2984.aspx</id><published>2007-09-24T03:35:00Z</published><updated>2007-09-24T03:35:00Z</updated><content type="html">I'm rarely a "needy" guy, but I have to admit that I'm feeling a little left out.  Due to project commitments and budget constraints, I didn't get to make it to PASS for the second year in a row.  The PASS conference is (or at least, has been) my favorite conference of the year, not to mention that I love Denver and all things Colorado.  I'm planning to make PASS next year, even if I bankroll the trip myself.
&lt;br&gt;&lt;br&gt;
On a lighter note, it appears that the new SQLServerCentral.com site went live sometime this weekend.  There appear to be at least a few minor bugs - my forum profile declares me to be a "Supreme Being", but also reports that I've only visited the site 5 times.  All in all, it looks like a positive upgrade.&lt;img src="http://blogs.sqlservercentral.com/aggbug.aspx?PostID=2984" width="1" height="1"&gt;</content><author><name>Tim Mitchell</name><uri>http://blogs.sqlservercentral.com/members/Tim-Mitchell.aspx</uri></author></entry></feed>