Quantcast
Viewing all articles
Browse latest Browse all 2

What is new in Denali (New Features) ?

Microsoft made a number of improvements on this new release "Denali". These are some of the key improvements

Manageability Enhancements

  • TSQL Enhancements : The Database Engine Query Editor introduces enhanced functionality for Transact-SQL debugging and IntelliSense [More Information]
  • Contained Databases: Users can connect to the database without authenticating a login at the Database Engine level. Moving databases from one instance of the SQL Server Database Engine to another instance of the Database Engine is simplified by introducing contained databases. [More Information]
  • Changed Startup Options : Changing SQL Services Startup Parameters is very easy in SQL Server Denali, No need to remember syntax and where to place (;) [More Information]

Programmability Enhancements

  • Full-Text Search : In Denali, you can configure a full-text index to support property-scoped searching on properties, such as Author and Title, which are emitted by IFilters. [More Information]. Adding to this, you can also customize a proximity search by using the new custom NEAR option of the CONTAINS predicate or CONTAINSTABLE function [More Information]
  • Introduction to Sequence : SQL Server finally has the concept of a "sequence" that Oracle has had for years [More Information]
  • Circular Arc Segment Support for Spatial Types : There are new methods for geometry and geography data types that work with circular arc segments. [More Information]
  • Extend Order by Clause functionality : You can specify a range of rows returned by a SELECT statement based on row offset and row count values that you provide. [More Information]
  • Extend Execute Statement functionality : SQL Server extends the EXECUTE statement so that it can be used to send pass-through commands to linked servers. [More Information]
  • New Collation Support :  A new family of supplementary characters (SC) collations can be used with the data types nchar, nvarchar and sql_variant. [More Information]
  • Metadata Discovery : The SET FMTONLY option for determining the format of a response without actually running the query is replaced with sp_describe_first_result_set, sp_describe_undeclared_parameters, sys.dm_exec_describe_first_result_set, and sys.dm_exec_describe_first_result_set_for_object.

Security Enhancements

  • New Role Management : Now we can create User defined Server level Roles [More Information]
  • Added New Encryption Algorithms : The HASHBYTES function now supports the SHA2_256, and SHA2_512 algorithms for encryption.
  • Contained Databases: Users can connect to the database without authenticating a login at the Database Engine level. Moving databases from one instance of the SQL Server Database Engine to another instance of the Database Engine is simplified by introducing contained databases. [More Information]
  • New Permissions : Denali Added new Permissions like

    New GRANT, REVOKE, and DENY permissions to a SEARCH PROPERTY LIST are available.
    New GRANT, REVOKE, and DENY permissions to CREATE SERVER ROLE and ALTER ANY SERVER ROLE.

Other Improvements not yet confirmed

  • Column-Store in relational database. About time you might say
  • Lot of new things in SSIS, seems to have had huge make over.
  • Web based Reporting tool (Crescent) – It looks very smart. Much better than WEBI (Not part of CTP1)
  • Story Board reports
  • Export to Power Point and maintain live connection
  • Power Pivot engine is SSAS and can be developed using BIDS

Tags : SQL Server Denali New Feature, denali new feature,denali new features, sql server 2011 new features, Denali CTP 1 new features,Denali CTP 1 new feature,What is Denali,What is new in Denali,what is new in SQL Server 2011,sql server new feature denali,what all new added in sql server 2011,what all new added in SQL Server denali, what all new added in Denali,sql server denali Manageability Enhancements,sql server denali Security Enhancements,sql server denali Programmability Enhancements,sql server 2011 Manageability Enhancements,sql server 2011 Security Enhancements,sql server 2011 Programmability Enhancements

The post What is new in Denali (New Features) ? appeared first on SQL Server Training | Tutorials | How to's.


Viewing all articles
Browse latest Browse all 2

Trending Articles