Andras

Software Architect - Red Gate Software

SQL Server 2008 CTP6 takes a day off

Published Friday, February 29, 2008 4:55 PM

SQL Server 2008 CTP6 does not work on February 29th. Period.

On one hand, it is really nice that Microsoft is releasing Community Technology Previews for its latest SQL Server. It helps developers and DBAs to test their solutions and get familiar with the next version of SQL Server. On the other hand, since Microsoft still has many months before the final release, there are many bugs in these CTPs. This is certainly expected, this is the point of these CTPs. But there was one bug that nearly killed me.

As a last minute preparation for tomorrow’s SQL Bits event in Birmingham, I decided to check that my demo scripts work properly. I tried to connect to my SQL Server instance on my laptop, and was greeted with an unpleasant error message. Initially I was not worried, after a few minutes of fluffing around I started to blame the screen capturing application I’ve been asked to install for the event. After some more headache, I though, it was not worth the time, so I installed SQL Server 2008 CTP6 on a second laptop. Surprise! The installation has failed too. Same happened when I tried to install it on a virtual server, etc. So now, after three hours wasted, I’ve found a relevant bug report https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=330614

 

Apparently, SQL Server 2008 CTP6 does not work on 29 February. It is ironic that this is just two days after the launch of the product (the launch has nothing to do with the release).

Changing the system time to 1 March has temporarily resolved this issue :), but the bald patch on my head has grown today.

by András

Comments

 

Jason Haley said:

March 1, 2008 10:03 AM
You need to sign in to comment on this blog

About András

András is the architect of SQL Compare versions 4, 5 and 6, SQL Log Rescue and SQL Refactor. He is focused on database internals, database synchronization and database schema evolution.

















<February 2008>
SuMoTuWeThFrSa
272829303112
3456789
10111213141516
17181920212223
2425262728291
2345678
Identity Columns
 When Nigel Rivett takes us on a tour of the apparently innocuous subject of Identity Columns in TSQL,... Read more...

The Why and How of .NET Profiling
 Amirthalingam Prasanna gives a simple and practical guide about why you need to profile your .NET... Read more...

Execution Plan Basics
 Every day, out in the various discussion boards devoted to Microsoft SQL Server, the same types of... Read more...

NET Performance Cribsheet
 Robyn and Phil tackle the topic of how to make .NET applications perform well. As usual, they try to... Read more...

SQL Code Layout and Beautification
 William Brewer takes a look at the whole topic of SQL Code layout and beautification, an important... Read more...