
This lecture provide details about following topics:
1. How SQL executes query.
2. Query life cycle.
This lecture provide details about following topics:
This lecture provide details about following topics:
This demo section will provide details on how to get wait details on SQL server.
This lecture provides information about SQL server performance counters and description of some important counters related to performance tuning.
This lecture covers following topics:
This demo provides information on how to create clustered and non-clustered indexes in sql server and which system tables to refer to get information about indexes in database.
This lecture covers following topic:
This demo will provide information on affect of multiple indexes on query. It also demonstrate the affect of column order in index and in SQL query. Finally we will look, how we can retrieve missing index and un-used index information in SQL server.
This lecture provides information about following topics:
This demo list the scripts for the index maintenance we usually perform on sql server databases.
This lecture provide information on:
This demo list the scripts which help us see content of tempdb.
This lecture provide details on best practices for the tempdb files.
This lecture provides information on following topics:
Demo to check tempdb speed and temdb file usuage.
This lecture covers following topics:
This demo provide details on how to check statistics and time details on any query in sql database.
This lecture provides information on SQL profiler and activity monitor.
Hands on with SQL activity monitor.
This lecture provides basics of query tuning and which queries to tune.
This lecture provides information on Optimizer hints and general sql optimization techniques.
This lecture provides basics of parameter sniffing and details on how to resolve it.
Scripts in this demo demonstrates parameter sniffing scenarios and resolution techniques.
This lecture explains what happens when we change some server level parameters like :
Cost threshold for parallelism
Max degree of parallelism
This lecture provides information on what is partition and how it is useful for easy maintenance of tables and in performance tuning.
You will get a conceptual understanding of various SQL Server database performance issues and learn about different places to check for the performance information along with tuning approach.
Broadly this course will cover following:
Understanding SQL Server waits and how to resolve it.
Tempdb contention issues.
Learn about database statistics, optimizer and maintenance plan for tables and indexes.
SQL Tuning techniques.
Partition in SQL Server.
General guidelines for avoiding performance issues in SQL database.