Performance Tuning and Optimizing SQL Databases 2016



Similar documents
SQL Server Performance Tuning and Optimization

Microsoft SQL Server: MS Performance Tuning and Optimization Digital

SQL Server 2012 Optimization, Performance Tuning and Troubleshooting

SQL Server 2014 Performance Tuning and Optimization 55144; 5 Days; Instructor-led

Course 55144: SQL Server 2014 Performance Tuning and Optimization

"Charting the Course... MOC AC SQL Server 2014 Performance Tuning and Optimization. Course Summary

Course Outline. SQL Server 2014 Performance Tuning and Optimization Course 55144: 5 days Instructor Led

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases

SQL Sentry Essentials

Course 20462C: Administering Microsoft SQL Server Databases

ADMINISTERING MICROSOFT SQL SERVER DATABASES

Administering Microsoft SQL Server Databases 20462C; 5 days

Microsoft Administering Microsoft SQL Server Databases

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes

Course: Administering Microsoft SQL Server Databases Overview

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases

20462C: Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases

Course 55144B: SQL Server 2014 Performance Tuning and Optimization

Course 20462: Administering Microsoft SQL Server Databases

ExecuTrain Course Outline MOC 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases

20462 Administering Microsoft SQL Server Databases

Before attending this course, participants should have:

MS SQL Server 2014 New Features and Database Administration

Below are the some of the new features of SQL Server that has been discussed in this course

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases

Designing a Data Solution with Microsoft SQL Server

Implementing a SQL Data Warehouse 2016

10775 Administering Microsoft SQL Server Databases

MS-10775: Administering Microsoft SQL Server 2012 Databases. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery.

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Administering Microsoft SQL Server 2012 Databases

Microsoft Official Courseware

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

Course 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

Administering Microsoft SQL Server 2014 Databases

Maintaining a Microsoft SQL Server 2008 Database

10775A Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases

Course 6232A: Implementing a Microsoft SQL Server 2008 Database

This three-day instructor-led course provides existing SQL Server database professionals with the knowledge

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3

LEARNING SOLUTIONS website milner.com/learning phone

SQL Server 2014

Microsoft SQL Server Beginner course content (3-day)

Administering Microsoft SQL Server 2012 Databases

Course Outline. Upgrading Your Skills to SQL Server 2016 Course 10986A: 5 days Instructor Led

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD.

Administrating Microsoft SQL Server 2012 Databases

Solving Performance Problems In SQL Server by Michal Tinthofer

MS Administering Microsoft SQL Server Databases

Course 20465: Designing a Data Solution with Microsoft SQL Server

Updating Your Skills to SQL Server 2016

Course Syllabus. At Course Completion

Administering a SQL Database Infrastructure 20764; 5 Days; Instructor-led

Administering a SQL Database Infrastructure

Intelligent Data Management Framework in Microsoft Dynamics AX 2012

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL)

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief

Configuring and Troubleshooting Internet Information Services in Windows Server 2008

Developing Microsoft SQL Server Databases 20464C; 5 Days

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Administering a SQL Database Infrastructure (MS )

Implementing a Microsoft SQL Server 2008 Database

Updating your Database skills to Microsoft SQL Server 2012

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

20464C: Developing Microsoft SQL Server Databases

MOC Administering Microsoft SQL Server 2014 Databases

How To Manage An Sap Solution

Designing a Data Solution with Microsoft SQL Server 2014

MS Designing and Optimizing Database Solutions with Microsoft SQL Server 2008

Designing a Data Solution with Microsoft SQL Server

Course 20464: Developing Microsoft SQL Server Databases

Mind Q Systems Private Limited

ITMT 1074 Course Syllabus

Table of Contents. Introduction. Audience. At Course Completion

SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques

20465C: Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server 2014

MS 20465C: Designing a Data Solution with Microsoft SQL Server

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering

"Charting the Course... MOC C Designing a Data Solution with Microsoft SQL Server Course Summary

Course 20465C: Designing a Data Solution with Microsoft SQL Server

Microsoft Administering a SQL Database Infrastructure

Azure VM Performance Considerations Running SQL Server

Outline. MCSE: Data Platform. Course Content. Course 10776C: MCSA: Developing Microsoft SQL Server 2012 Databases 5 Days

Designing a Data Solution with Microsoft SQL Server

Administering Microsoft SQL Server Databases

Transcription:

Performance Tuning and Optimizing SQL Databases 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This four-day instructor-led course provides students who manage and maintain SQL Server databases with the knowledge and skills to performance tune and optimize their databases. Audience profile The primary audience for this course is individuals who administer and maintain SQL Server databases and are responsible for optimal performance of SQL Server instances that they manage. These individuals also write queries against data and need to ensure optimal execution performance of the workloads. The secondary audiences for this course are individuals who develop applications that deliver content from SQL Server databases. At course completion After completing this course, students will be able to: Describe the high level architectural overview of SQL Server and its various components. Describe the SQL Server execution model, waits and queues. Describe core I/O concepts, Storage Area Networks and performance testing. Describe architectural concepts and best practices related to data files for user databases and TempDB. Describe architectural concepts and best practices related to Concurrency, Transactions, Isolation Levels and Locking. Describe architectural concepts of the Optimizer and how to identify and fix query plan issues. Describe architectural concepts, troubleshooting scenarios and best practices related to Plan Cache. Describe architectural concepts, troubleshooting strategy and usage scenarios for Extended Events. Explain data collection strategy and techniques to analyze collected data. Understand techniques to identify and diagnose bottlenecks to improve overall performance. Course Outline

Module 1: SQL Server Architecture, Scheduling, and WaitsThis module covers high level architectural overview of SQL Server and its various components. It dives deep into SQL Server execution model, waits and queues. SQL Server Components and SQL OS Windows Scheduling vs SQL Scheduling Waits and Queues Lab : SQL Server Architecture, Scheduling, and Waits Describe the SQL Server components and SQL OS Describe the differences between Windows Scheduling and SQL scheduling Describe waits and queues Module 2: SQL Server I/O This module covers core I/O concepts, Storage Area Networks and performance testing. It focuses on SQL Server I/O operations and how to test storage performance. Core Concepts Storage Solutions I/O Setup and Testing Lab : Testing Storage Performance Describe the core concepts of SQL I/O Describe storage solutions Setup and test I/O Module 3: Database Structures This module covers Database Structures, Data File and TempDB Internals. It focuses on architectural concepts and best practices related to data files for user databases and TempDB. Database Structure Internals Data File Internals TempDB Internals

Lab : Database Structures Describe the internal setup of database structures Describe the internal setup of data files. Describe the internal setup of TempDB Module 4: SQL Server Memory This module covers Windows and SQL Server Memory internals. It focuses on architectural concepts and best practices related to SQL Server Memory Configuration. Windows Memory SQL Server Memory In-Memory OLTP Lab : SQL Server Memory Describe the components of Windows memory Describe the components of SQL Server memory Describe In-Memory OLTP Module 5: Concurrency and Transactions This module covers Transactions and Locking Internals. It focuses on architectural concepts and best practices related to Concurrency, Transactions, Isolation Levels and Locking. Concurrency and Transactions Locking Internals Lab : Concurrency and Transactions Explain concurrency and transactions Describe locking Module 6: Statistics and Index Internals This module covers Statistics and Index Internals. It focuses on architectural concepts and best practices related to Statistics and Indexes. Statistics Internals and Cardinality Estimation

Index Internals Columnstore Indexes Lab : Statistics and index Internals Describe statistics internals Explain cardinality estimation Describe why you would use Columnstore indexes and be able to implement one Module 7: Query Execution and Query Plan Analysis This module covers Query Execution and Query Plan Analysis. It focuses on architectural concepts of the Optimizer and how to identify and fix query plan issues. Query execution and optimizer internals Analyzing query plans Lab : Query execution and query plan analysis Describe query execution and optimizer Analyze query plans and resolve common issues Module 8: Plan Caching and Recompilation This module covers Plan Caching and Recompilation. It focuses on architectural concepts, troubleshooting scenarios and best practices related to Plan Cache. Plan cache internals Troubleshooting plan cache issues Query store Lab : Plan caching and recompilation Describe plan cache Troubleshoot plan cache issues Describe query store and why you would use it

Module 9: Extended Events This module covers Extended Events. It focuses on architectural concepts, troubleshooting strategy and usage scenarios for Extended Events. Extended events core concepts Implementing extended events Lab : Extended events Describe the core concepts of extended events Implement extended events Module 10: Monitoring, Tracing, and Baselining This module covers tools and techniques to monitor, trace and baseline SQL Server performance data. It focuses on data collection strategy and techniques to analyze collected data. Monitoring and tracing Baselining and benchmarking Lab : Monitoring, Tracing and Baselining Describe various options for monitoring and tracing Describe various options for benchmarking and baselining Module 11: Troubleshooting Common Performance Issues This module covers common performance bottlenecks related to CPU, Memory, IO, TempDB and Concurrency. It focuses on techniques to identify and diagnose bottlenecks to improve overall performance. Troubleshoot CPU performance Troubleshoot memory performance Troubleshoot I/O performance Troubleshoot Concurrency performance

Troubleshoot TempDB performance Lab : Troubleshooting common performance issues Troubleshoot common performance issues