<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www2.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>In case you don't read our Roller... Breaking news on RTM release date</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2008/01/25/in-case-you-don-t-read-our-roller-breaking-news-on-rtm-release-date.aspx</link><description>And I quote... final Release to manufacturing (RTM) of SQL Server 2008 expected in Q3. Thanks to Jason Massie for the pointer (via our Roller , of course!)</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: In case you don't read our Roller... Breaking news on RTM release date</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2008/01/25/in-case-you-don-t-read-our-roller-breaking-news-on-rtm-release-date.aspx#4693</link><pubDate>Fri, 25 Jan 2008 21:37:38 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:4693</guid><dc:creator>Linchi Shea</dc:creator><description>&lt;p&gt;From a product marketing perspective, I wonder if this is unique, I mean, having the launch event in Q1 and making the delivery in Q3. But then I'm not a marketing guy.&lt;/p&gt;
</description></item><item><title>re: In case you don't read our Roller... Breaking news on RTM release date</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2008/01/25/in-case-you-don-t-read-our-roller-breaking-news-on-rtm-release-date.aspx#4706</link><pubDate>Sun, 27 Jan 2008 15:45:52 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:4706</guid><dc:creator>RickHeiges</dc:creator><description>&lt;p&gt;Did everyone see the video about the last day for Bill Gates as a Microsoft Full-Time Employee? &amp;nbsp;That day will be in July. &amp;nbsp;I think that some of the SQL Server team got pulled off of development to help plan for that last day. &amp;nbsp;That is the real reason for the delay. ;-)&lt;/p&gt;
&lt;p&gt;This may mean even more for the next cycle. &amp;nbsp;MSFT wants to release a new version every 2-3 years (approximately). &amp;nbsp;A slip here means SQL Server 2011 may more easily become SQL Server 2012. &amp;nbsp;Just a thought. :-)&lt;/p&gt;
</description></item><item><title>re: In case you don't read our Roller... Breaking news on RTM release date</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2008/01/25/in-case-you-don-t-read-our-roller-breaking-news-on-rtm-release-date.aspx#4728</link><pubDate>Tue, 29 Jan 2008 00:57:53 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:4728</guid><dc:creator>Bart Czernicki</dc:creator><description>&lt;p&gt;SQL 2008 really should be a SP3-SP4, same tools just a few add-ons. I played with the CTP for a month (I know its not feature complete yet)&lt;/p&gt;
&lt;p&gt;- Installation is finally done right&lt;/p&gt;
&lt;p&gt;- SSAS has the much needed Aggregations Tab (just use BIDS helper now)&lt;/p&gt;
&lt;p&gt;- finally MDX performance improvements (nothing really new)&lt;/p&gt;
&lt;p&gt;- T-SQL improvements...meh, nothing of signifigance like SQL 2005 (ranking functions, CTEs, pivot)&lt;/p&gt;
&lt;p&gt;- Entity Framework/LINQ...nice but not really SQL 2008 and for now u can deal with the &amp;quot;poor man's&amp;quot; SQLMetal and LINQ to SQL for a lot of the core stuff.&lt;/p&gt;
&lt;p&gt;- Reporting Services finally feels more mature, better Report Builder...err Designer :). &amp;nbsp;Nice visualizations from Dundas (already available for SQL 2005)&lt;/p&gt;
&lt;p&gt;- finally the stupid exe is called ssms in SQL 2008; sqlwb in SQL 2005 or isqlw in SQL 2000. &amp;nbsp;:) &amp;nbsp;Wonder if the SSIS service is still called MSDts... :)&lt;/p&gt;
&lt;p&gt;If you have SQL 2000 and plan on migrating in 6-9 months..wait for 2008. &amp;nbsp;If you have 2005; you'll probably wait for SQL 2012 :)&lt;/p&gt;
</description></item><item><title>re: In case you don't read our Roller... Breaking news on RTM release date</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2008/01/25/in-case-you-don-t-read-our-roller-breaking-news-on-rtm-release-date.aspx#4744</link><pubDate>Tue, 29 Jan 2008 17:32:03 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:4744</guid><dc:creator>Denis Gobo</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt;- T-SQL improvements...meh, nothing of signifigance like SQL 2005 (ranking functions, CTEs, pivot)&lt;/p&gt;
&lt;p&gt;There are a couple of exiting things&lt;/p&gt;
&lt;p&gt;table values parameters are going to be big if you are doing any web work where people can upload comma delimited files&lt;/p&gt;
&lt;p&gt;date and time, datetime2&lt;/p&gt;
&lt;p&gt;I will save 5 bytes per row by switching to date from datetime, unfortunately I can't use smalldatetime because my data goes back before 1900. Some of my tables have billions of rows, combine that with backup compression and we are talking about big savings&lt;/p&gt;
&lt;p&gt;merge AKA upsert&lt;/p&gt;
&lt;p&gt;nice to have, I assume it performs better than if exists then update else insert code&lt;/p&gt;
&lt;p&gt;spatial&lt;/p&gt;
&lt;p&gt;I think this is going to be another biggie&lt;/p&gt;
&lt;p&gt;Now compare this to the upgrade from SQL 7 to SQL 2000, what did we get? UDFs, Indexed Views? Anything else?&lt;/p&gt;
</description></item><item><title>re: In case you don't read our Roller... Breaking news on RTM release date</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2008/01/25/in-case-you-don-t-read-our-roller-breaking-news-on-rtm-release-date.aspx#4751</link><pubDate>Tue, 29 Jan 2008 20:49:43 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:4751</guid><dc:creator>Bart Czernicki</dc:creator><description>&lt;p&gt;&amp;quot;Now compare this to the upgrade from SQL 7 to SQL 2000, what did we get? UDFs, Indexed Views? Anything else?&amp;quot;&lt;/p&gt;
&lt;p&gt;SQL Server 7.0 was released in late 1998/early 1999 and SQL Server 2000 was released in ....Sep 2000 (?). &amp;nbsp;So the gap was 1.5 years or so (?)&lt;/p&gt;
&lt;p&gt;SQL 2005 - November 2005&lt;/p&gt;
&lt;p&gt;SQL 2008 - Q3 2008 (that is a 3 year gap)&lt;/p&gt;
&lt;p&gt;T-SQL-wise the only other thing I think was instead of triggers that wasn't big at all (I remember using it a couple times on views and having the insert statements disperse into tables). &amp;nbsp;The basic XML support int t-sql 2000 was decent and we used that in pretty interesting parts of our Web UI some 6 years ago.&lt;/p&gt;
&lt;p&gt;I know certain features to some people are cticical and minimal to others. &amp;nbsp;In my opinion this just builds on the SQL 2005 innovations and SQL 2008 doesn't really innovate much at all (i.e. just borrows from other existing products: BID Helper (aggreagtions) and Cube Design, Red Gate with their intellisense, entity framework (no I am not going to say FoxPro had it for years or its the same thing as HiBernate) but it has been done before). &amp;nbsp;I just think this feels a lot more of a SP than any other release and ties/fixes a lot of items up.&lt;/p&gt;
&lt;p&gt;Even going from 7.0 -&amp;gt; 2000 (depending when u upgraded: SSAS 2000, new DTS API, Reporting/Notification Services, 64-bit etc). &amp;nbsp;There was some decent stuff in there.&lt;/p&gt;
</description></item><item><title>re: In case you don't read our Roller... Breaking news on RTM release date</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2008/01/25/in-case-you-don-t-read-our-roller-breaking-news-on-rtm-release-date.aspx#4814</link><pubDate>Fri, 01 Feb 2008 06:39:14 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:4814</guid><dc:creator>steve dassin</dc:creator><description>&lt;p&gt;hello Bart,&lt;/p&gt;
&lt;p&gt;&amp;gt;entity framework (no I am not going to say FoxPro had it for years or its the same &lt;/p&gt;
&lt;p&gt;&amp;gt;thing as HiBernate) but it has been done before).&lt;/p&gt;
&lt;p&gt;Care to elaborate? What do you think MS is trying to do here and what is its real connection with sql server if any? Are they copying existing/pre-existing technology just to grab some market share? Do you think server folks should be concerned with it? Inquiring minds would like to know :)&lt;/p&gt;
</description></item></channel></rss>