SQL Server "Denali" CTP and a number of announcements from the PASS 2010 conference are available for download.
Yesterday, during the PASS Summit 2010 conference, a preliminary version of the next generation SQL Server codenamed Denali was announced and made available for download.
In addition to the announcement of the new version of SQL Server, a number of other announcements were made:
announced a new edition of SQL Server 2008 R2 Parallel Data Warehouse designed for high-loaded parallel computing and information processing;
announced a partnership with HP to create the HP Enterprise Data Warehouse Appliance platform based on the new edition of SQL Server 2008 R2 Parallel Data Warehouse;
announced the new cloud service Atlanta , which allows you to centrally monitor instances of SQL Server and identify problems with configuration, performance, security, as well as manage servers through the cloud.
The new version of SQL Server Denali introduces a huge number of innovations. Their listing will take a lot of time, only the most important are listed here:
')
deployment
Windows Server Core support;
support for organizing a SQL Server cluster failover cluster on different subnets ;
A new solution called HADR (high-availability and disaster recovery) designed to increase the availability of SQL Server instances;
control
Multiple improvements in SQL Server Management Studio: support for IntelliSense for databases from SQL Server 2005 SP2, many improvements when debugging TSQL;
The new functionality of Contained Databases , which simplifies the migration of databases from one instance of SQL Server to another. Users in such a database are not tied to logins; there are no other links to a specific instance of SQL Server, which facilitates database transfer;
SQL Server startup options management is available through SQL Server Configuration Manager;
development
improvements in full-text search: searching for individual properties of documents through the IFilter mechanism, the new NEAR option allowing you to specify the maximum number of words between parts of the search and the order of the searched words;
support for new command SEQUENCE , which allows you to create automatic sequences of integer values. This functionality can be used to insert identifiers without using autogeneration in the column.
security
Added new GRANT, REVOKE and DENY permissions for SEARCH PROPERTY LIST, CREATE SERVER ROLE and ALTER ANY SERVER ROLE;
Many changes have been made to Integration Services services that can be found at this link .
parts of SQL Server unchanged
The following parts of SQL Server Denali have not changed since SQL Server 2008 R2 was released: Analysys Services, Data Quality Services, Reporting Services, Replication, Service Broker.