Download presentation
Presentation is loading. Please wait.
1
Introduction Module 16 9/5/2018 9:26 PM
© 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.
2
Agenda Overview of SQL Server 2016 Common DBA task overview
9/5/2018 9:26 PM Agenda Overview of SQL Server 2016 Common DBA task overview Windows and SQL Server admin tools © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.
3
Lesson 1 Overview of SQL Server 2016
4
Overview of SQL Server 2016 Mission-critical performance
40074 2: Database and instances Overview of SQL Server 2016 Mission-critical performance Deeper insights across data Hyperscale cloud
5
Mission-critical performance
Security Availability Scalability Operational analytics Insights on operational data; Works with in-memory OLTP and disk-based OLTP In-memory OLTP enhancements Greater T-SQL surface area, terabytes of memory supported, and greater number of parallel CPUs Query data store Monitor and optimize query plans Temporal database support Query data as points in time Always encrypted Sensitive data remains encrypted at all times with ability to query Row-level security Apply fine-grained access control to table rows Dynamic data masking Real-time obfuscation of data to prevent unauthorized access Other enhancements Audit success/failure of database operations TDE support for storage of in- memory OLTP tables Enhanced auditing for OLTP with ability to track history of record changes Enhanced AlwaysOn Three synchronous replicas for auto failover across domains Round robin load balancing of replicas Automatic failover based on database health DTC for transactional integrity across database instances with AlwaysOn Support for SSIS with AlwaysOn Enhanced database caching Cache data with automatic, multiple TempDB files per instance in multi-core environments Performance Enhanced in-memory performance with up to 30xfaster transactions, more than 100x faster queries than disk based relational databases and real-time operational analytics. Security Upgrades Always Encrypted technology helps protect your data at rest and in motion, on- premises and in the cloud, with master keys sitting with the application, without any application changes. High Availability Even higher availability and performance than SQL Server 2014 of your AlwaysOn secondaries with the ability to have up to 3 synchronous replicas, DTC support and round-robin load balancing of the secondaries. Scalability Enhanced database caching across multiple cores & support for Windows Server that efficiently scale compute, networking and storage in both physical and virtual environments.
6
Deeper insights across data
Store your data – make it accessible Analyze data Share insights PolyBase Insights from data across SQL Server and Hadoop with the simplicity of T-SQL Data warehousing Modern data warehouse, SMP and MPP SQL Server solutions Data formats and types Import/export JSON, XML, spatial, FILESTREAM, RBS Integration Services enhancements Interoperability with Azure Data Factory, Azure Storage Connector, and HDInsight New and enhanced data connectors: HDFS, JSON, Oracle/Teradata, and more Enhanced MDS Excel add-in 15x faster, more-granular security roles, archival options for transaction logs, and reuse entities across models Real-time operational analytics Running of analytical workloads concurrently with OLTP workloads through columnstore indexes Analysis Services enhancements Many-to-many support with bi-directional cross filtering, improved performance Advanced analytics with R Integrated R Services, predictive analytics, big data analytics Mobile BI Mobile reports on SSRS with Mobile Report Publisher Reporting Services Modern web browser support (HTML5, CSS3) Power BI Connection of Power BI to on-premises SSAS cubes with Power BI Analysis Services Connector
7
Deeper insights across data
Hybrid solutions Simplicity Consistency Stretch Database Stretch operational tables in a secure manner into Azure for cost effective historic data availability works with Always Encrypted and Row Level Security Power BI with on-premises data New interactive query with Analysis Services. Customer data stays behind your firewall Hybrid Scenarios with SSIS Azure Data Factory integration with SSIS, package lineage and impact analysis and connect SSIS to cloud data source Enhanced Backup to Azure Faster restore times and 50% reduction in storage, support larger DBs with Block blobs and custom backup schedule with local staging Easy migration of on-premises SQL Server Simple point and click migration to Azure Simplified Add Azure Replica Wizard Automatic listener configuration for AlwaysOn in Azure VMs Common development, management and identity tools Including Active Directory, Visual Studio, Hyper- V and System Center Consistent Experience from SQL Server on-premises to Microsoft Azure IaaS and PaaS JSON support Expanded support for JSON data Breakthrough hybrid scenarios Stretch Database technology keeps more of your customers’ historical data at your fingertips by transparently and stretching your warm and cold OLTP data to Microsoft Azure on-demand without application changes. Simplicity New tools that make SQL Server migration to Microsoft Azure and hybrid scenarios even easier. Consistency Consistent experience from on-premises to Microsoft Azure IaaS & PaaS.
8
Manageability and ease of development
High level comparison of OLTP features Capability SQL Server Oracle DB High availability AlwaysOn enhancements AlwaysOn Failover Clustering AlwaysOn Active Secondaries AlwaysOn Availability Groups Online Operations Support for Windows Server Core and ReFS RAC One Node Active Data Guard Performance and scale In-memory OLTP Operational Analytics SSD Bufferpool extension Table and Backup Compression In-memory DB Cache Advanced Compression Oracle Database In-Memory Security Label Security Toolkit User-Defined Server Roles TDE and EKM Label Security Database Vault Advanced Security Manageability and ease of development Distributed Replay Database Snapshot Spatial Data Support Database Tuning Advisor SSMS, DMV, Policy-based Management Real Application Testing Total Recall Tuning Pack Diagnostics Pack
9
Resources SQL Server 2016 Technical Documentation
SQL Server 2016 Release Notes
10
Lesson 2 Common DBA tasks overview
9/5/2018 9:26 PM Lesson 2 Common DBA tasks overview © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.
11
Common DBA task overview
40074 2: Database and instances Common DBA task overview Installing SQL Server software Creating databases Performing upgrades of the database and software to new release levels Starting and shutting down the database instance Managing the storage structures of the database Managing users and security Managing database objects, such as tables, indexes, and views Backing up the database and performing recovery operations when necessary Monitoring the state of the database and taking preventive or corrective action as required Monitoring and tuning database performance This is the list of common DBA tasks that you as an Oracle DBA cover in Oracle’s 2 day introduction training. With this training course update, we are going to focus on these tasks and how you would perform them with SQL Server. In a small to medium-sized database environment, you might be the sole person performing these tasks. In large, enterprise environments, the job is often divided among several DBAs, each of whom has a specialty, such as database security or database tuning.
12
Resources Oracle Database 2 day DBA outline Common Oracle DBA Tasks
13
Lesson 3 Windows Server tools
14
Tools for administering Windows
40074 2: Database and instances Tools for administering Windows Computer Management with task scheduler, event viewer, users and groups, performance, disk management and services Windows Firewall Server Manager with add roles and features Remote Desktop PowerShell ISE
15
Computer Management
16
Server Manager
17
Windows Firewall
18
Remote Desktop
19
PowerShell and ISE
20
SQL Server Installation Center
21
Resources Server Roles and Technologies in Windows Server 2012 R2 and Windows Server 2012 Windows Server Management and Automation
22
Module review Overview of SQL Server 2016 Common DBA task overview
9/5/2018 9:26 PM Module review Overview of SQL Server 2016 Common DBA task overview Windows and SQL Server admin tools © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.
23
9/5/2018 9:26 PM © 2015 Microsoft Corporation. All rights reserved. Microsoft, SQL Server, Windows, 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. © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.