Presentation is loading. Please wait.

Presentation is loading. Please wait.

BARBARIN DAVID SQL Server Senior Consultant Pragmantic SA SQL Server Denali : New administration features.

Similar presentations


Presentation on theme: "BARBARIN DAVID SQL Server Senior Consultant Pragmantic SA SQL Server Denali : New administration features."— Presentation transcript:

1 BARBARIN DAVID SQL Server Senior Consultant Pragmantic SA SQL Server Denali : New administration features

2 David BARBARIN david.barbarin@pragmantic.com SQL Server Senior Consultant at Pragmantic SA Collaborative solutions Business solutions Data Management and Business Intelligence

3 SQL Server Denali becomes SQL Server 2012

4 Installation enhancements

5 Smart setup : during installation update can be downloaded Compatibility with Windows Core : it’s now possible to install SQL Server on Windows Core edition Installation enhancements

6 Manageability enhancements SQL Server Management Studio

7 New interface is now based on the Visual Studio 2010 shell SSMS is improved by enhancements to tools and monitoring features Two keyboard shortcut schemes (Visual Studio 2010 compatible mode or shortcut from SQL Server 2008 R2) SSMS

8 Point-in-time restore has been improved by the addition of a visual timeline that allows you to identify a feasible point in time as a target time for a database restore operation Page Restore is available with GUI mode SSMS

9 Database Engine startup options are now configured by using a new Startup Parameters tab of SQL Server Configuration Manager Windows PowerShell is no longer installed by SQL Server Setup. The sqlps utility that is used to run Windows PowerShell (V2) sessions that include the SQL Server snap-ins SSMS

10 New and modified management views sys.dm_exec_query_stats sys.dm_os_volume_stats sys.dm_os_windows_info sys.dm_server_memory_dumps sys.dm_server_services sys.dm_server_registry SSMS

11 Overview of SSMS and tools demo…

12 High Availability and Performance Enhancements Always On

13 With the previous versions of SQL Server we can achieved high availability and disaster recovery by using : failover clustering database mirroring log shipping peer-to-peer replication Combination of the above technologies Always On

14

15

16 The existing solutions can achivied our goal but have drawback : Mirroring is one-to-one mapping making multiple secondaries unattainable. Log shipping does not provide zero failure Cluster topology have a SPOF (shared storage) Passive servers in the above solutions are not used to their full potential Always On

17 An integrated solution called AlwaysOn Always On Avaibility Groups are used for database protection and offer : Multi-database failover Multi secondaries Active Secondaries Integrated HA Management Always On

18

19 Overview of Always On demo…

20 High Availability and Performance Enhancements Failover Clustering

21 Multi subnets are supported by SQL Server 2012 Tempdb database can be hosted locally on each node server There is no longer the limit of 23 SQL Server instances on a consolidated failover cluster by the introducing of the SMB support Failover Clustering

22 High Availability and Performance Enhancements Indexes

23 There are no longer limitations with LOB for online rebuild Introduction of columnstore indexes : They can be used to significantly speed-up the processing time of common data warehousing queries. Columnstore indexes group and store data for each column and then join all the columns to complete the whole index. This differs from traditional indexes which group and store data for each row and then join all the rows to complete the whole index. Indexes

24 Columnstore index storage allow to minimize I/O Compression is more efficient

25 Index rebuild with LOB data and columnstore indexes demo…

26 High Availability and Performance Enhancements Indirect CHECKPOINT

27 Checkpoint is used to flushed dirty pages on the disk Reduce the recovery time. Checkpoint is triggered by differents events. The recovery intervall is a server level parameter Indirect checkpoints can be configured by database with ALTER DATABASE … SET TARGET_RECOVERY_TIME Indirect checkpoint

28 High Availability and Performance Enhancements Data Tuning Advisor

29 Plan cache option is now available as a option in Database Engine Tuning Advisor (DTA) workload. We don't need trace files/tables or manual workload, just we can use query plan cache which will select top 1,000 events for the analysis Data Tuning Advisor

30 Security Enhancements New Role Management

31 Possibility to create user defined server roles The system stored procedures sp_addsrvrolemember and sp_dropsrvrolemember are now deprecated. Use instead ALTER ROLE MEMBER New Role Management

32 Manage server role members demo…

33 Security Enhancements Provisioning During Setup

34 To enhance role separation, BUILTIN\administrators and Local System ( NT AUTHORITY\SYSTEM) are not automatically provisioned in the sysadmin fixed server role. SQL Server now supports Managed Service Accounts and Virtual Accounts when installed on Windows 7 or Windows Server 2008 R2 Provisioning During Setup

35 Configure a management account for the SQL Server service demo…

36 Security Enhancements Contained databases

37 Includes all database settings and metadata required to define the database and has no configuration dependencies on the instance Fully contained database vs Partially contained database Contained database users and Windows principals Contained databases

38 Overview of a contained database demo…

39 Security Enhancements Encryption

40 New hashing algorithms available SHA2_256 and SHA2_512 Certificats 4096 bytes against 3456 bytes in earlier versions Master keys EAS algorithm against 3DES in earlier versions Encryption

41 Thanks you !!

42 Please add the following two Slides to the End of your Deck! Thank you! Info to Speakers

43 Please help us make TechDays even better by Evaluating this Session. Thank you! Give us your feedback!

44 © 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "BARBARIN DAVID SQL Server Senior Consultant Pragmantic SA SQL Server Denali : New administration features."

Similar presentations


Ads by Google