Microsoft delivers first test build of next-generation SQL Server 'Denali'
Summary: Microsoft is making available for download by MSDN and TechNet subscribers on November 9 the first test version of its next-generation SQL Server release, code-named "Denali."
Microsoft is making available for download on November 9 the first test version of its next-generation SQL Server release, code-named "Denali."
The company announced the availability of the Community Technology Preview (CTP) build -- available to TechNet and MSDN subscribers today -- at the PASS (Professional Association for SQL Server) Summit in Seattle. The first Denali CTP is slated to be available at 11:45 a.m. ET on November 9, Microsoft officials said.
Microsoft said in February that its next release of SQL Server would be codenamed Denali, but declined to say anything more about the release at that time. Now the Softies are sharing more. Here's a list of some of what is on tap to be included in Denali:
- SQL Server AlwaysOn, a new high-availability "solution that will deliver "increased application availability, lower TCO (total cost of ownership) and ease of use, according to the Softies
- Project codename “Apollo”, new column-store database technology aiming to provide greater query performance
- Project codename “Juneau”, a single development environment for developing database, business intelligence (BI) and web solutions
- Project codename “Crescent”, a web-based, data visualization and presentation solution, and follow-on to the PowerPivot technology that is part of SQL Server 2008 R2
- SQL Server Data Quality Services (based on technology from Microsoft's 2008 Zoomix acquisition)
- Other data integration and management tools
Like the SQL Server 2008 and SQL Server 2008 R2 releases, Denali will be focused on providing users with more high-availability, self-service and BI functionality, officials said.
SQL Server isn't just a database, but an entire "information platform," said Ted Kummert, Senior Vice President of Microsoft's Business Platforms Division. Information platform implies the ability to handle structured data, unstructured data, XML and more, as well as offering customers tools and services like analytics and reporting to interpret this data.
Going forward, the SQL Server team will be focusing on three things, Kummert said: Incorporating more mission-critical features into the platform (on the data warehousing side and beyond); making BI available for every end user; and insuring that the platform continues to evolve as a cloud service.
In addition to making the first Denali CTP available, Microsoft also is making available today a first CTP of the SQL Azure Reporting Services and the SQL Azure Dat Sync Service (based on Sync Framework), plans for which were announced a couple of weeks ago at the Professional Developers Conference. (The Data Sync Service is meant to allow developers to build apps with geo-replicated SQL Azure data and synchronize on-premises with cloud and mobile applications.) The company also announced immediate general availability of SQL Server 2008 R2 Parallel Data Warehouse, an appliance for customers with data warehouses of hundreds of terabyes of data.
Microsoft also launched a first beta today of a new service, codenamed "Atlanta." Atlanta is a configuration monitoring cloud service that aims to help customers to reduce downtime and improve the performance of Microsoft SQL server deployments. The service monitors the configuration of SQL deployments to help database administrators proactively avoid configuration problems and to resolve identified issues.The target ship date for Atlanta is first half of calendar 2011.
Microsoft is not providing a ship-date target for the final version of Denali. Given SQL Server 2008 R2 was released to manufacturing this past spring, I was thinking it would be a 2012 deliverable. But it seems, there's talk of Q3 2011 as a possibility.
Kick off your day with ZDNet's daily email newsletter. It's the freshest tech news and opinion, served hot. Get it.
Talkback
Man, what a joke. Who would pay hard earned money for a junk database that
Now you've figured out why MySql Linux combo sux
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
ZING!!!
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
Actually, I much prefer PostgreSQL running on Linux, now that Oracle is
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
WarhavenSC: Yes, the problems of SQL Server running on Windows are many.
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
Guys, any way you look at it, SQL Server is over priced junk, and costs a
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
Nearly forgot to ask. If Linux is so full of win, why then are so many large-scale Linux migrations failing or experiencing massive overruns costing tax payers millions of unnecessary dollars?
[b]Swiss canton of Soluturn abandons attempted Linux migration after nine years of failure[/b]
http://linux.slashdot.org/story/10/09/18/0239243/Swiss-Canton-Abandons-Linux-Migration
[b]Vienna "Soft Migration" Failed Softly[/b]
http://limuxwatch.blogspot.com/2009/03/vienna-soft-migration-failed-softly_31.html
[b]City of Munich Approves Extension of LiMux Project to 2013[/b]
[i]The IT project for LiMux is extended until 2013 and the project budget to the estimated additional expenditure of ? 5.9 million increases. The extra work falls between 2012 and 2013 in and does not pose a burden on the city's budget[/i]
http://limuxwatch.blogspot.com/2010_06_01_archive.html
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
FFS, guys. I'm not attacking SQL Server. That'd be DonnieBoy. I merely pointed out that LSE switched (or is switching to) Linux after LBiege said it was a shite platform. Why aren't you all up in LBiege's grill, asking for links and supportive arguments?
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
Traders concerned over network capacity of Linux system http://bit.ly/caszfA
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
I know some of those directly involved in the implementation of the .NET/SQL Exchange and ... well ... let's just say that one can recognize a pattern in the fact that the LSE screwed up the .NET/SQL implementation and now they've screwed up the Linux/MySQL one too.
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
Trolling as usual. Care to contribute anything useful?
You can start by contributing an argument. MySQL and PostgreSQL are better
Yes of course he's clearly trolling
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
Argument to what? You haven't supported any of your statements with any specific facts. MySQL licensing is not free (not for commercial use), so you haven't discussed licensing options and the cost differential. You claim stability, yet you haven't talked about the features of MySQL as they pertain to stability. You tow the same line about security as most Linux guys do, but you haven't talked about security as it relates to a database environment (which is not the same as desktop computing). What makes MySQL better?
RE: Microsoft delivers first test build of next-generation SQL Server 'Denali'
One more thing: Why MySQL is a fine choice for mom and pop LAMP sites, it's not a good choice for enterprise applications:
1. No support for unicode.
2. Doesn't scale on multi-core systems.
3. Only partial ACID compliance, reducing stability and increasing the risk of loss of data.
4. MyISAM based tables don't include checkpoint save during transactions. This could lead to loss of data in the event of system failure.
5. If you need to do data integration (ETL) or Reporting, you'll need to purchase a seperate tool. These tool often cost (after purchasing a license for every developer) more than the licensing for SQL Server alone. A license that includes these tools for as part of the product.