140 likes | 317 Views
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.
E N D
Introduction to SQL Server 2012 From a Developer Perspective Michael Epprecht Technology Evangelist, Microsoft Switzerland
Data platform: sql server 2012 * New / improved in SQL Server 2012
Columnar storage structure Row store: … C1 C4 C5 C6 C3 Pages C2 Column store: Uses VertiPaq compression
Alwayson • Read/Write: • Server=tcp:AGListener,1433;Database=AdventureWorks;IntegratedSecurity=SSPI; • Read Only: • Server=tcp:AGListener,1433;Database=AdventureWorks;IntegratedSecurity=SSPI;ApplicationIntent=ReadOnly
Resources • SQL Server 2012 Information and Downloads • microsoft.com/sqlserver • SQL Server 2012 Early Adoption Cook Book • bit.ly/sql2012cookbook