1 / 13

Introduction to SQL Server 2012

Introduction to SQL Server 2012. From a Developer Perspective. Michael Epprecht Technology Evangelist, Microsoft Switzerland. SQL Release timelines. Data platform: sql server 2012. * New / improved in SQL Server 2012. SQL Server 2012: storage and search. SQL Server 2012: Federation.

tallis
Download Presentation

Introduction to SQL Server 2012

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to SQL Server 2012 From a Developer Perspective Michael Epprecht Technology Evangelist, Microsoft Switzerland

  2. SQL Release timelines

  3. Data platform: sql server 2012 * New / improved in SQL Server 2012

  4. SQL Server 2012: storage and search

  5. SQL Server 2012: Federation

  6. Columnar storage structure Row store: … C1 C4 C5 C6 C3 Pages C2 Column store: Uses VertiPaq compression

  7. Alwayson • Read/Write: • Server=tcp:AGListener,1433;Database=AdventureWorks;IntegratedSecurity=SSPI; • Read Only: • Server=tcp:AGListener,1433;Database=AdventureWorks;IntegratedSecurity=SSPI;ApplicationIntent=ReadOnly

  8. SQL Server 2012: Federation

  9. SQL Server 2012: insight and collaboration

  10. SQL Server 2012: Data programmability

  11. SQL Server 2012: Data programmability

  12. Resources • SQL Server 2012 Information and Downloads • microsoft.com/sqlserver • SQL Server 2012 Early Adoption Cook Book • bit.ly/sql2012cookbook

More Related