Ön Koşul
Herhangi bir ön koşul bulunmamaktadır.
Etkinlik Hedefi
Bu eğitimin katılımcıları, SQL Server veritabanlarını yöneten ve koruyan, yönettikleri SQL Server performansından sorumlu olan kişilerdir. Bu dersin SQL Server veritabanlarından içerik sağlayan uygulamalar geliştiren kişilerdir.
Etkinlik İçeriği
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.Lessons
Lab : SQL Server Architecture, Scheduling, and Waits
After completing this module, you will be able to:
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/OThis 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.Lessons
Lab : Testing Storage Performance
Describe the core concepts of SQL I/O
Describe storage solutions
Setup and test I/O
Module 3: Database StructuresThis 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.Lessons
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 MemoryThis module covers Windows and SQL Server Memory internals. It focuses on architectural concepts and best practices related to SQL Server Memory Configuration.Lessons
Lab : SQL Server Memory
Describe the components of Windows memory
Describe the components of SQL Server memory
Describe In-Memory OLTP
Module 5: SQL Server ConcurrencyThis module covers Transactions and Locking Internals. It focuses on architectural concepts and best practices related to Concurrency, Transactions, Isolation Levels and Locking.Lessons
Lab : SQL Server Concurrency
Explain concurrency and transactions
Describe locking
Module 6: Statistics and Index InternalsThis module covers Statistics and Index Internals. It focuses on architectural concepts and best practices related to Statistics and Indexes.Lessons
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 AnalysisThis 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.Lessons
Lab : Query execution and query plan analysis
Describe query execution and optimizer
Analyze query plans and resolve common issues
Module 8: Plan Caching and RecompilationThis module covers Plan Caching and Recompilation. It focuses on architectural concepts, troubleshooting scenarios and best practices related to Plan Cache.Lessons
Lab : Plan caching and recompilation
Describe plan cache
Troubleshoot plan cache issues
Describe query store and why you would use it
Module 9: Extended EventsThis module covers Extended Events. It focuses on architectural concepts, troubleshooting strategy and usage scenarios for Extended Events.Lessons
Lab : Extended events
Describe the core concepts of extended events
Implement extended events
Module 10: Monitoring, Tracing, and BaseliningThis 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.Lessons
Lab : Monitoring, Tracing and Baselining