Sql Server 2019: what’s new?.

Slides:



Advertisements
Similar presentations
V Business and Technology Consulting. What is BI in the Sky? Relational database-as-a-service Highly scalable Always-on with geo-replication Self-managed.
Advertisements

SQL Server 2005 Database Engine Sommarkollo Microsoft.
Microsoft Big Data Essentials Module 1 - Introduction to Big Data
Module 14: Scalability and High Availability. Overview Key high availability features available in Oracle and SQL Server Key scalability features available.
A Technical Overview of Microsoft SQL Server 2005 Melville Thomson IT Pro Evangelist (UK)
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
SQL Server Express Scott Baldwin Associate Consultant - Readify Prerequisites for presentation: I assume you know: 1).Net Development 2) Database Experience.
Module 6: Implementing SQL Server Replication in an Enterprise Environment.
Publish / Subscribe Database Log Shipping over Bittorent P2P CS 848 Fall 2006 Univeristy of Waterloo Project Presentation by N. T c h e r v e n s k i.
7. Replication & HA Objectives –Understand Replication and HA Contents –Standby server –Failover clustering –Virtual server –Cluster –Replication Practicals.
 Replication is the process of copying database information  Replication is used for:  Backing up your database  Migrating to a new server  Mirroring.
Modern Data Warehouse: Microsoft APS Alain Dormehl June 2015.
Windows Azure. Azure Application platform for the public cloud. Windows Azure is an operating system You can: – build a web application that runs.
WEB SERVER SOFTWARE FEATURE SETS
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
Course Topics Administering SQL Server 2012 Jump Start 01 | Install and Configure SQL Server04 | Manage Data 02 | Maintain Instances and Databases05 |
Please note that the session topic has changed
SQL Server 2016 New Innovations. Microsoft Data Platform Relational Beyond Relational On-premises Cloud Comprehensiv e Connected Choice SQL Server Azure.
SQL Server Evolution New innovations Jen Underwood Sr. Program Manager of Business Intelligence & Analytics Microsoft George Walters Sr. Technical Solutions.
AZ PASS User Group Azure Data Factory Overview Josh Sivey, Solution Partner October
SQL Server 2016 – New Features Tilahun Endihnew March 12, 2016.
SQL Server 2016 editions – what’s new Express Mission critical performance SecurityData warehousing Business intelligence Advanced Analytics Hybrid cloud.
Hadoop Introduction. Audience Introduction of students – Name – Years of experience – Background – Do you know Java? – Do you know linux? – Any exposure.
Review DirectQuery in SSAS 2016, best practices and use cases
9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Azure SQL Database Updates
SQL Server on Linux CTP 1.1 Florian
Power BI Internals Eugene
Standard/Express edition
Hiding Data from Prying eyes: Using SQL Server 2016 Always Encrypted
What’s new in SQL Server 2017 for BI?
System Center Marketing
Azure SQL Databases - Introduction and Migration
System Center Marketing
Microsoft /2/2018 3:42 PM BRK3129 Query Big Data using the Expanded T-SQL footprint with PolyBase in SQL Server 2016 Casey Karst Program Manager.
Navigating the options for Data Redundancy
Disaster Recovery Where to Begin
Temporal Databases Microsoft SQL Server 2016
SQL Server 2000 and Access 2000 limits
The Model Architecture with SQL and Polybase
Always on HA SQL Server Always ON feature is the new comprehensive high availability and disaster recovery solution which increases application availability.
Design Seamless Upgrades to SQL Server 2016 with Query Store
Mission-critical performance with Microsoft SQL Server 2016
Contained DB? Did it do something wrong?
In-Memory Performance
2017 Real Questions
Transactional Replication A Deeper Dive Drew Furgiuele, Senior DBA IGS
Overview of Azure Data Lake Store
Please support our sponsors
Microsoft Connect /22/2018 9:50 PM
SYED SAJID WASIM SQL SERVER ALWAYS ON Step by Step.
Power BI for large databases
12/25/2018 5:25 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
AlwaysOn Availability Groups
Power BI Part 2: Internals
High Availability/Disaster Recovery Solution
Execution plans Eugene
SQL Server 2016 Security Features
SQL Server 2019: What’s new? Eugene Meidinger
Erin Dempster SQL Server 2019 Sneak Peek.
Azure Data Storage Options
For Exchange Migrations
Modernizing on SQL Server 2019
Moving your on-prem data warehouse to cloud. What are your options?
Oracle 1z0-928 Oracle Cloud Platform Big Data Management 2018 Associate.
Introduction to Azure Data Lake
Docker for DBAs SQL Saturday 8/17/2019.
SQL Server 2019 Bringing Apache Spark to SQL Server
06 | SQL Server and the Cloud
Presentation transcript:

Sql Server 2019: what’s new?

About me Independent BI Consultant Pluralsight author Went from SQL Newb to SQL Pro

What are we going to cover? Performance improvements Availability and Security SQL Server on Linux MISC features SQL Server Big Data Edition Demos

Performance improvements Scalar UDF in-lining (Demo) Dynamic memory grants (Demo) Batch execution mode (Demo) Approximate distinct count (Demo) Lightweight polling for query progress Now enabled by default

availability Accelerated Database Recovery Resumable online index maintenance Columnstore online index build and rebuild Always On Availability Groups 5 synchronous replicas Secondary replica connection redirection (Connection redirection without a listener)

Recovery without ADR Credit: Microsoft

Recovery witH ADR Credit: Microsoft

Security / privacy Static Data Masking Support for secure enclaves for Always Encrypted In-place encryption Rich computations – LIKE and range comparisons SSL/TLS certificate management in the Configuration Manager

linux Replication support Support for OpenLDAP Transactional, snapshot and merge replication Works as publisher, distributor or subscriber Support for OpenLDAP Machine Learning Services support More container images available, RHEL certified images Availability groups managed by Kubernetes Microsoft Distributed Transaction Coordinator

Other features String or binary data would be truncated (Demo) UTF-8 support Better data sizes for a limited set of scenarios Java code support New Polybase connectors for SQL Server, Oracle, Teradata, and MongoDB

Sql server big data edition Data lives in HDFS (Hadoop file system) Same storage system as Azure Data Lake SQL and Apache Spark Querying takes advantage of Polybase Running in Linux containers Orchestrated by Kubernetes

Credit: Microsoft

DEmos