SlideShare a Scribd company logo
SQL Server 2016
New Features &
Business Benefits
Lace Market House
Nottingham
NG1 1HW
www.onomi.co.uk
www.onomi.co.uk
Microsoft is a market leader for…..
[1] *Gartner “Magic Quadrant for Operational Database Management Systems,” by Donald Feinberg , Merv Adrian , Nick Heudecker, Adam Ronthal, October 2015
[2] *Gartner “Magic Quadrant for Business Intelligenceand Analytics Platforms,” by Rita Sallam and Josh Parenteau, February 23, 2015
[3] *Gartner “Magic Quadrant for Data Warehouse and Data Management Solutions for Analytics,” by Mark Beyer and Roxane Edjlali, February 12, 2015
This graphic was published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document. The Gartner document is availableupon request from Microsoft. Gartner does not endorse any vendor, product or service depicted in its research publications, and does
not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publicationsconsist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties,expressed or implied, with respect to this
research, includingany warranties of merchantability or fitness for a particular purpose.
Magic Quadrant for Data Warehouse
Database Management Solutions3
A leader for the fourth consecutive year
Magic Quadrant for Business Intelligence
and Analytics Platforms2
A leader 8 years running
Magic Quadrant for Operational
Database Management Systems1
Furthest in vision and ability to execute
SQL Server 2016: Everything built-in
The above graphics were published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document. The Gartner document is available upon request from Microsoft. Gartner does not endorse any vendor, product or service depicted in its
research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all
warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.
Consistent experience from on-premises to cloud
Microsoft Tableau Oracle
$120
$480
$2,230
Self-service BI per user
In-memoryacrossall workloads
TPC-H non-clustered results as of 04/06/15, 5/04/15, 4/15/14 and 11/25/13, respectively. http://www.tpc.org/tpch/results/tpch_perf_results.asp?resulttype=noncluster
at massive scale
0 1
4
0 0
3
34
29
22
15
5
22
6
43
20
69
18
49
3
0
10
20
30
40
50
60
70
80
2010 2011 2012 2013 2014 2015
SQL Server Oracle MySQL SAP HANA TPC-H non-clustered 10TB
Oracle
is #5#2
SQL Server
#1
SQL Server
#3
SQL Server
National Institute of Standards and Technology Comprehensive Vulnerability Database update 10/2015
SQL 2016 Editions – what’s New
EnterpriseStandardExp.
SQL Server 2016 Features by Edition (General)
Feature Express Standard Enterprise
Maximum number of cores 4 cores 24 cores Unlimited
Maximum memory utilized per instance 1 GB 128 GB OS Max
Maximum size 10 GB 524 PB 524 PB
Production use rights   
Basic OLTP   
Manageability (Management Studio, Policy-Based Management)   
Basic high availability (2-node single database failover,
non-readable secondary)   
Enterprise data management (Master Data Services, Data Quality
Services)   
Advanced OLTP (In-memory OLTP, Operational analytics)   
Advanced HA (Always On - multi-node, multi-db failover, readable
secondary's)   
SQL Server 2016 Features by Edition
(Security, DW, Analytics & Hybrid)
Feature Express Standard Enterprise
Basic security (Row-level security, data masking, basic auditing,
separation of duties)   
Advanced security
(Transparent Data Encryption, Always Encrypted)   
Advanced data integration (Fuzzy grouping and look ups, change data
capture)   
Data warehousing (In-Memory ColumnStore, Partitioning)   
Basic “R” integration (Connectivity to R Open, Limited parallelism
for RRE)   
Advanced “R” integration (Full parallelism for RRE)   
Stretch Database   
SQL Server 2016 Features by Edition (Business
Intelligence)
Feature Express Standard Enterprise
Programmability & developer tools (T-SQL, CLR, Data Types,
FileTable, JSON)   
Basic reporting & analytics   
Basic data integration (SSIS, built-in connectors)   
Basic Corporate Business Intelligence (Multi-dimensional models,
Basic tabular model)   
Mobile BI (Datazen)   
Advanced Corporate Business Intelligence (Advanced tabular
model, Direct query, in-memory analytics, advanced data mining)   
Stretch SQL Server into Azure (Stretch Database)
Capability
 Stretch large operational tables
from on-premises to Azure with
the ability to query
Benefits
SQL
SERVER
2016
Azure
Hybrid solutions
Customer data
Product data
Order History
Stretch to cloud
JSON in SQL Server 2016
[
{
"Number":"SO43659",
"Date":"2011-05-31T00:00:00"
"AccountNumber":"AW29825",
"Price":59.99,
"Quantity":1
},
{
"Number":"SO43661",
"Date":"2011-06-01T00:00:00“
"AccountNumber":"AW73565“,
"Price":24.99,
"Quantity":3
}
]
Number Date Customer Price Quantity
SO43659 2011-05-31T00:00:00 MSFT 59.99 1
SO43661 2011-06-01T00:00:00 Nokia 24.99 3
Table 2 JSON
Formats result set
as JSON text.
JSON 2 table
Migrates JSON
text to table
Built-in functions
ISJSON
JSON_VALUE
JSON_MODIFY
Performance
Note: No custom type or index, stored as NVARCHAR
Always Encrypted: How it works
Help protect data at rest and in motion, on-premises and in
the cloud
SQL Server or SQL Database
ADO .NET
Name
Wayne Jefferson
Name
0x19ca706fbd9a
Result SetResult Set
Client
Name SSN Country
0x19ca706fbd9a 0x7ff654ae6d USA
dbo.Customers
ciphertext
"SELECT Name FROM Customers WHERE SSN = @SSN",
0x7ff654ae6d
ciphertext
"SELECT Name FROM Customers WHERE SSN =
@SSN",
"111-22-3333"
Encrypted sensitive data and corresponding keys
are never seen in plaintext in SQL Server
trust boundary
Security
Always Encrypted
Help protect data at rest and in motion, on-premises and in
the cloud
Data remains encrypted
during query
Capability
ADO.Net client library provides
transparent client-side encryption,
while SQL Server executes T-SQL
queries on encrypted data
Benefits
Apps TCE-enabled
ADO .NET library
SQL ServerEncrypted
query
Columnar
key
No app
changes
Master
key
Security
Row Level Security
Fine-grained access control over specific rows in a database
table
Help prevent unauthorized access when multiple users share the
same tables, or to implement connection filtering in multitenant
applications
Administer via SQL Server Management Studio or SQL Server
Data Tools
Enforcement logic inside the database and schema is bound to
the table
Protect data privacy by ensuring
the right access across rows
SQL Database
Customer 1
Customer 2
Customer 3
Security
Row Level Security
Fine-grained access
control
Keeping multitenant databases
secure by limiting access by
other users who share the same
tables
Application
transparency
RLS works transparently at
query time, no app changes
needed
Compatible with RLS in other
leading products
Centralized security
logic
Enforcement logic resides
inside database and is schema-
bound to the table it protects
providing greater security.
Reduced application
maintenance and complexity
Store data intended for many consumers in a single database/table while at the same time
restricting row-level read and write access based on users’ execution context.
Data Masking
Configuration made easy in the new Azure portal
Policy-driven at the table and column level, for a
defined set of users
Data masking applied in real-time to query results
based on policy
Multiple masking functions available (e.g. full,
partial) for various sensitive data categories (credit
card numbers, SSN, etc.)
SQL Database
SQL Server 2016
Table.CreditCardNo
4465-6571-7868-5796
4468-7746-3848-1978
4484-5434-6858-6550
Real-time data masking;
partial masking
Prevent the abuse of sensitive
data by hiding it from users
Security
Data Masking
Regulatory
compliance
Sensitive data
protection
Agility and
transparency
Data is masked on the fly, with
underlying data in the database
remaining intact. Transparent to
the application and applied
according to user privilege
Limit access to sensitive data by defining policies to obfuscate specific database fields,
without affecting the integrity of the database.
Enhanced AlwaysOn Availability Groups
Greater scalability
 Load balancing readable secondaries
 Increased number of automatic
failover targets
 Log transport performance
Improved manageability
 DTC support
 Database-level health monitoring
 Group Managed Service Account
 Domain-independent Availability
Groups
AG_Listener
New York
(Primary)
Asynchronous data
Movement
Synchronous data
Movement
Unified HA solution
AG
Hong Kong
(Secondary)
AG
New Jersey
(Secondary)
AG
Enhanced AlwaysOn Availability Groups
Load balancing in readable secondary's
Computer5
DR site Computer2
Computer3
Computer4
Primary
site
Computer1
(Primary)
READ_ONLY_ROUTING_LIST=
(('COMPUTER2', 'COMPUTER3',
'COMPUTER4'), 'COMPUTER5')
 In SQL 2014, read-only
transactions routed by the
Listener went to the first
secondary that was available
 Read-only Routing (ROR) lists
 Now you can configure the
ROR lists to round-robin
among a specific set of
secondary's (for each
primary)
Availability
Polybase view in SQL Server 2016
 Execute T-SQL queries against
relational data in SQL Server and
‘semi-structured’ data in HDFS
and/or Azure
 Leverage existing T-SQL skills and BI
tools to gain insights from different
data stores
 Expand the reach of SQL Server to
Hadoop(HDFS)
Revolution R Enterprise & SQL
Big data analytics platform
Based on open source R
High-performance, scalable, full-featured
Statistical and machine-learning algorithms are
performant, scalable, and distributable
Write once, deploy anywhere
Scripts and models can be executed on a variety of
platforms, including non-Microsoft (Hadoop,
Teradata in-DB)
Integration with the R Ecosystem
Analytic algorithms accessed via R function with similar
syntax for R users. Arbitrary R functions/packages can
be used in conjunction
Real-time operational analytics – In Memory
0100101010110
In-memory
ColumnStore
In-memory
OLTP
Real-time business problem
detection
 Up to 30x faster
transactions with
in-memory OLTP
 Queries from
minutes to
seconds
 Real-time
operational
analytics
Mobile BI for SQL Server
Business insights through rich visualizations
on any device
Native apps for Windows,
iOS and Android
 Create once and publish to any device
 Access your data from anywhere
 Custom branding
 Touch-optimized data exploration and perfect
scaling to any screen form-factor
 Collaborate with colleagues on the go
Customer References
Thank you

More Related Content

What's hot (20)

PPTX
SQL Server 2014 New Features
Onomi
 
PDF
Introduction to sql database on azure
Antonios Chatzipavlis
 
PPTX
Sql 2016 - What's New
dpcobb
 
PPTX
How SQL Server 2016 SP1 Changes the Game
PARIKSHIT SAVJANI
 
PDF
SQL Server 2017 Enhancements You Need To Know
Quest
 
PDF
Stretch db sql server 2016 (sn0028)
Antonios Chatzipavlis
 
PDF
SQL Server 2016 Everything built-in FULL deck
Hamid J. Fard
 
PPTX
Azure SQL Database & Azure SQL Data Warehouse
Mohamed Tawfik
 
PDF
Introduction to Azure Data Lake
Antonios Chatzipavlis
 
PPTX
Azure data platform overview
James Serra
 
PPTX
Implement SQL Server on an Azure VM
James Serra
 
PDF
Introducing Microsoft SQL Server 2017
David J Rosenthal
 
PPTX
SQL Server 2019 Master Data Service
Kenichiro Nakamura
 
PDF
Temporal Tables, Transparent Archiving in DB2 for z/OS and IDAA
Cuneyt Goksu
 
PDF
Introduction to azure document db
Antonios Chatzipavlis
 
PDF
Azure Data services
Rajesh Kolla
 
PDF
Data Integration through Data Virtualization (SQL Server Konferenz 2019)
Cathrine Wilhelmsen
 
PPTX
What’s new in SQL Server 2017
James Serra
 
PDF
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Antonios Chatzipavlis
 
PDF
Exploring sql server 2016 bi
Antonios Chatzipavlis
 
SQL Server 2014 New Features
Onomi
 
Introduction to sql database on azure
Antonios Chatzipavlis
 
Sql 2016 - What's New
dpcobb
 
How SQL Server 2016 SP1 Changes the Game
PARIKSHIT SAVJANI
 
SQL Server 2017 Enhancements You Need To Know
Quest
 
Stretch db sql server 2016 (sn0028)
Antonios Chatzipavlis
 
SQL Server 2016 Everything built-in FULL deck
Hamid J. Fard
 
Azure SQL Database & Azure SQL Data Warehouse
Mohamed Tawfik
 
Introduction to Azure Data Lake
Antonios Chatzipavlis
 
Azure data platform overview
James Serra
 
Implement SQL Server on an Azure VM
James Serra
 
Introducing Microsoft SQL Server 2017
David J Rosenthal
 
SQL Server 2019 Master Data Service
Kenichiro Nakamura
 
Temporal Tables, Transparent Archiving in DB2 for z/OS and IDAA
Cuneyt Goksu
 
Introduction to azure document db
Antonios Chatzipavlis
 
Azure Data services
Rajesh Kolla
 
Data Integration through Data Virtualization (SQL Server Konferenz 2019)
Cathrine Wilhelmsen
 
What’s new in SQL Server 2017
James Serra
 
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Antonios Chatzipavlis
 
Exploring sql server 2016 bi
Antonios Chatzipavlis
 

Viewers also liked (16)

PPTX
Onomi - MongoDB Introduction
Onomi
 
PPTX
Introduction to Couchbase: Onomi
Onomi
 
PPTX
Schema Design
MongoDB
 
PPTX
Introduction to couchbase
Dipti Borkar
 
PPTX
SQL Server Reporting Services 2008
VishalJharwade
 
PPTX
Microsoft sql server architecture
Naveen Boda
 
PPTX
Physical architecture of sql server
Divya Sharma
 
PPTX
Microsoft SQL Server internals & architecture
Kevin Kline
 
PPTX
PEST ANALYSIS OF IT SECTOR IN INDIA
Nitesh Singh Patel
 
PPTX
Sql Server 2012
Performics.Convonix
 
PDF
MS-SQL SERVER ARCHITECTURE
Douglas Bernardini
 
PPTX
Sql server basics
VishalJharwade
 
PPT
Sql Server Basics
rainynovember12
 
PDF
Reporting services 2016 with labs
Chris Testa-O'Neill
 
PPTX
MS Sql Server: Introduction To Database Concepts
DataminingTools Inc
 
PPT
Ms sql server architecture
Ajeet Singh
 
Onomi - MongoDB Introduction
Onomi
 
Introduction to Couchbase: Onomi
Onomi
 
Schema Design
MongoDB
 
Introduction to couchbase
Dipti Borkar
 
SQL Server Reporting Services 2008
VishalJharwade
 
Microsoft sql server architecture
Naveen Boda
 
Physical architecture of sql server
Divya Sharma
 
Microsoft SQL Server internals & architecture
Kevin Kline
 
PEST ANALYSIS OF IT SECTOR IN INDIA
Nitesh Singh Patel
 
Sql Server 2012
Performics.Convonix
 
MS-SQL SERVER ARCHITECTURE
Douglas Bernardini
 
Sql server basics
VishalJharwade
 
Sql Server Basics
rainynovember12
 
Reporting services 2016 with labs
Chris Testa-O'Neill
 
MS Sql Server: Introduction To Database Concepts
DataminingTools Inc
 
Ms sql server architecture
Ajeet Singh
 
Ad

Similar to What's new in SQL Server 2016 (20)

PPTX
SQL Server 2016 - Always On.pptx
QuyVo27
 
PPTX
SQL Server 2016 New Features and Enhancements
John Martin
 
PPTX
Gs08 modernize your data platform with sql technologies wash dc
Bob Ward
 
PPTX
SQL Server 2017 Overview and Partner Opportunities
Travis Wright
 
PDF
SQL_Server_2016_datasheet
rohitpoudel
 
PPTX
Novidades do SQL Server 2016
Marcos Freccia
 
PPTX
Expert summit SQL Server 2016
Łukasz Grala
 
PDF
Sql server 2016 datasheet
lenin elio moreno vega
 
PDF
Sql Server 2016_datasheet
MILL5
 
PDF
Data Platform Modernization Solutions
David J Rosenthal
 
PPTX
SQL Server Versions & Migration Paths
Jeannette Browning
 
PDF
SQL_Server_2016_Deeper_Insights_Across_Data_White_Paper
Ingrid Fernandez, PhD
 
PDF
Microsoft SQL Server 2016 - Everything Built In
David J Rosenthal
 
PDF
SQL_Server_2016_Everything_Built-In_Datasheet_EN_US
Rolando Rangel
 
PDF
SQL_Server_2016_Everything_Built-In_Datasheet_EN_US
Rolando Rangel
 
PPTX
What I Learned About SQL Server at Ignite 2015
Brent Ozar
 
PPTX
Data Estate Modernization
Indra Dharmawan
 
PPTX
Data Amp South Africa - SQL Server 2017
Travis Wright
 
PDF
Sql server 2019 new features
George Walters
 
PDF
Modernization sql server 2016
Kiki Noviandi
 
SQL Server 2016 - Always On.pptx
QuyVo27
 
SQL Server 2016 New Features and Enhancements
John Martin
 
Gs08 modernize your data platform with sql technologies wash dc
Bob Ward
 
SQL Server 2017 Overview and Partner Opportunities
Travis Wright
 
SQL_Server_2016_datasheet
rohitpoudel
 
Novidades do SQL Server 2016
Marcos Freccia
 
Expert summit SQL Server 2016
Łukasz Grala
 
Sql server 2016 datasheet
lenin elio moreno vega
 
Sql Server 2016_datasheet
MILL5
 
Data Platform Modernization Solutions
David J Rosenthal
 
SQL Server Versions & Migration Paths
Jeannette Browning
 
SQL_Server_2016_Deeper_Insights_Across_Data_White_Paper
Ingrid Fernandez, PhD
 
Microsoft SQL Server 2016 - Everything Built In
David J Rosenthal
 
SQL_Server_2016_Everything_Built-In_Datasheet_EN_US
Rolando Rangel
 
SQL_Server_2016_Everything_Built-In_Datasheet_EN_US
Rolando Rangel
 
What I Learned About SQL Server at Ignite 2015
Brent Ozar
 
Data Estate Modernization
Indra Dharmawan
 
Data Amp South Africa - SQL Server 2017
Travis Wright
 
Sql server 2019 new features
George Walters
 
Modernization sql server 2016
Kiki Noviandi
 
Ad

Recently uploaded (20)

PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PPTX
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
PDF
Learn Computer Forensics, Second Edition
AnuraShantha7
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PPT
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PPTX
Q2 Leading a Tableau User Group - Onboarding
lward7
 
PDF
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
Learn Computer Forensics, Second Edition
AnuraShantha7
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
Q2 Leading a Tableau User Group - Onboarding
lward7
 
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 

What's new in SQL Server 2016

  • 1. SQL Server 2016 New Features & Business Benefits Lace Market House Nottingham NG1 1HW www.onomi.co.uk www.onomi.co.uk
  • 2. Microsoft is a market leader for….. [1] *Gartner “Magic Quadrant for Operational Database Management Systems,” by Donald Feinberg , Merv Adrian , Nick Heudecker, Adam Ronthal, October 2015 [2] *Gartner “Magic Quadrant for Business Intelligenceand Analytics Platforms,” by Rita Sallam and Josh Parenteau, February 23, 2015 [3] *Gartner “Magic Quadrant for Data Warehouse and Data Management Solutions for Analytics,” by Mark Beyer and Roxane Edjlali, February 12, 2015 This graphic was published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document. The Gartner document is availableupon request from Microsoft. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publicationsconsist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties,expressed or implied, with respect to this research, includingany warranties of merchantability or fitness for a particular purpose. Magic Quadrant for Data Warehouse Database Management Solutions3 A leader for the fourth consecutive year Magic Quadrant for Business Intelligence and Analytics Platforms2 A leader 8 years running Magic Quadrant for Operational Database Management Systems1 Furthest in vision and ability to execute
  • 3. SQL Server 2016: Everything built-in The above graphics were published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document. The Gartner document is available upon request from Microsoft. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose. Consistent experience from on-premises to cloud Microsoft Tableau Oracle $120 $480 $2,230 Self-service BI per user In-memoryacrossall workloads TPC-H non-clustered results as of 04/06/15, 5/04/15, 4/15/14 and 11/25/13, respectively. http://www.tpc.org/tpch/results/tpch_perf_results.asp?resulttype=noncluster at massive scale 0 1 4 0 0 3 34 29 22 15 5 22 6 43 20 69 18 49 3 0 10 20 30 40 50 60 70 80 2010 2011 2012 2013 2014 2015 SQL Server Oracle MySQL SAP HANA TPC-H non-clustered 10TB Oracle is #5#2 SQL Server #1 SQL Server #3 SQL Server National Institute of Standards and Technology Comprehensive Vulnerability Database update 10/2015
  • 4. SQL 2016 Editions – what’s New EnterpriseStandardExp.
  • 5. SQL Server 2016 Features by Edition (General) Feature Express Standard Enterprise Maximum number of cores 4 cores 24 cores Unlimited Maximum memory utilized per instance 1 GB 128 GB OS Max Maximum size 10 GB 524 PB 524 PB Production use rights    Basic OLTP    Manageability (Management Studio, Policy-Based Management)    Basic high availability (2-node single database failover, non-readable secondary)    Enterprise data management (Master Data Services, Data Quality Services)    Advanced OLTP (In-memory OLTP, Operational analytics)    Advanced HA (Always On - multi-node, multi-db failover, readable secondary's)   
  • 6. SQL Server 2016 Features by Edition (Security, DW, Analytics & Hybrid) Feature Express Standard Enterprise Basic security (Row-level security, data masking, basic auditing, separation of duties)    Advanced security (Transparent Data Encryption, Always Encrypted)    Advanced data integration (Fuzzy grouping and look ups, change data capture)    Data warehousing (In-Memory ColumnStore, Partitioning)    Basic “R” integration (Connectivity to R Open, Limited parallelism for RRE)    Advanced “R” integration (Full parallelism for RRE)    Stretch Database   
  • 7. SQL Server 2016 Features by Edition (Business Intelligence) Feature Express Standard Enterprise Programmability & developer tools (T-SQL, CLR, Data Types, FileTable, JSON)    Basic reporting & analytics    Basic data integration (SSIS, built-in connectors)    Basic Corporate Business Intelligence (Multi-dimensional models, Basic tabular model)    Mobile BI (Datazen)    Advanced Corporate Business Intelligence (Advanced tabular model, Direct query, in-memory analytics, advanced data mining)   
  • 8. Stretch SQL Server into Azure (Stretch Database) Capability  Stretch large operational tables from on-premises to Azure with the ability to query Benefits SQL SERVER 2016 Azure Hybrid solutions Customer data Product data Order History Stretch to cloud
  • 9. JSON in SQL Server 2016 [ { "Number":"SO43659", "Date":"2011-05-31T00:00:00" "AccountNumber":"AW29825", "Price":59.99, "Quantity":1 }, { "Number":"SO43661", "Date":"2011-06-01T00:00:00“ "AccountNumber":"AW73565“, "Price":24.99, "Quantity":3 } ] Number Date Customer Price Quantity SO43659 2011-05-31T00:00:00 MSFT 59.99 1 SO43661 2011-06-01T00:00:00 Nokia 24.99 3 Table 2 JSON Formats result set as JSON text. JSON 2 table Migrates JSON text to table Built-in functions ISJSON JSON_VALUE JSON_MODIFY Performance Note: No custom type or index, stored as NVARCHAR
  • 10. Always Encrypted: How it works Help protect data at rest and in motion, on-premises and in the cloud SQL Server or SQL Database ADO .NET Name Wayne Jefferson Name 0x19ca706fbd9a Result SetResult Set Client Name SSN Country 0x19ca706fbd9a 0x7ff654ae6d USA dbo.Customers ciphertext "SELECT Name FROM Customers WHERE SSN = @SSN", 0x7ff654ae6d ciphertext "SELECT Name FROM Customers WHERE SSN = @SSN", "111-22-3333" Encrypted sensitive data and corresponding keys are never seen in plaintext in SQL Server trust boundary Security
  • 11. Always Encrypted Help protect data at rest and in motion, on-premises and in the cloud Data remains encrypted during query Capability ADO.Net client library provides transparent client-side encryption, while SQL Server executes T-SQL queries on encrypted data Benefits Apps TCE-enabled ADO .NET library SQL ServerEncrypted query Columnar key No app changes Master key Security
  • 12. Row Level Security Fine-grained access control over specific rows in a database table Help prevent unauthorized access when multiple users share the same tables, or to implement connection filtering in multitenant applications Administer via SQL Server Management Studio or SQL Server Data Tools Enforcement logic inside the database and schema is bound to the table Protect data privacy by ensuring the right access across rows SQL Database Customer 1 Customer 2 Customer 3 Security
  • 13. Row Level Security Fine-grained access control Keeping multitenant databases secure by limiting access by other users who share the same tables Application transparency RLS works transparently at query time, no app changes needed Compatible with RLS in other leading products Centralized security logic Enforcement logic resides inside database and is schema- bound to the table it protects providing greater security. Reduced application maintenance and complexity Store data intended for many consumers in a single database/table while at the same time restricting row-level read and write access based on users’ execution context.
  • 14. Data Masking Configuration made easy in the new Azure portal Policy-driven at the table and column level, for a defined set of users Data masking applied in real-time to query results based on policy Multiple masking functions available (e.g. full, partial) for various sensitive data categories (credit card numbers, SSN, etc.) SQL Database SQL Server 2016 Table.CreditCardNo 4465-6571-7868-5796 4468-7746-3848-1978 4484-5434-6858-6550 Real-time data masking; partial masking Prevent the abuse of sensitive data by hiding it from users Security
  • 15. Data Masking Regulatory compliance Sensitive data protection Agility and transparency Data is masked on the fly, with underlying data in the database remaining intact. Transparent to the application and applied according to user privilege Limit access to sensitive data by defining policies to obfuscate specific database fields, without affecting the integrity of the database.
  • 16. Enhanced AlwaysOn Availability Groups Greater scalability  Load balancing readable secondaries  Increased number of automatic failover targets  Log transport performance Improved manageability  DTC support  Database-level health monitoring  Group Managed Service Account  Domain-independent Availability Groups AG_Listener New York (Primary) Asynchronous data Movement Synchronous data Movement Unified HA solution AG Hong Kong (Secondary) AG New Jersey (Secondary) AG
  • 17. Enhanced AlwaysOn Availability Groups Load balancing in readable secondary's Computer5 DR site Computer2 Computer3 Computer4 Primary site Computer1 (Primary) READ_ONLY_ROUTING_LIST= (('COMPUTER2', 'COMPUTER3', 'COMPUTER4'), 'COMPUTER5')  In SQL 2014, read-only transactions routed by the Listener went to the first secondary that was available  Read-only Routing (ROR) lists  Now you can configure the ROR lists to round-robin among a specific set of secondary's (for each primary) Availability
  • 18. Polybase view in SQL Server 2016  Execute T-SQL queries against relational data in SQL Server and ‘semi-structured’ data in HDFS and/or Azure  Leverage existing T-SQL skills and BI tools to gain insights from different data stores  Expand the reach of SQL Server to Hadoop(HDFS)
  • 19. Revolution R Enterprise & SQL Big data analytics platform Based on open source R High-performance, scalable, full-featured Statistical and machine-learning algorithms are performant, scalable, and distributable Write once, deploy anywhere Scripts and models can be executed on a variety of platforms, including non-Microsoft (Hadoop, Teradata in-DB) Integration with the R Ecosystem Analytic algorithms accessed via R function with similar syntax for R users. Arbitrary R functions/packages can be used in conjunction
  • 20. Real-time operational analytics – In Memory 0100101010110 In-memory ColumnStore In-memory OLTP Real-time business problem detection  Up to 30x faster transactions with in-memory OLTP  Queries from minutes to seconds  Real-time operational analytics
  • 21. Mobile BI for SQL Server Business insights through rich visualizations on any device Native apps for Windows, iOS and Android  Create once and publish to any device  Access your data from anywhere  Custom branding  Touch-optimized data exploration and perfect scaling to any screen form-factor  Collaborate with colleagues on the go

Editor's Notes

  • #3: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #4: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #5: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #6: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #7: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #8: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #9: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #10: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #11: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #12: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #13: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #14: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #15: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #16: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #17: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #18: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #19: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #20: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #21: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #22: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.
  • #23: SQL Server 2014 is the data platform for the modern business. SQL Server offers small and midsize organizations a fast, highly available database—and a cloud-ready data platform that will grow with your business. SQL Server 2014 dramatically speeds transactions with new in-memory capabilities. Cloud capabilities make it easy for your organization to choose where to deploy your applications—whether on-premises, in the cloud, or a combination of both.