SlideShare a Scribd company logo
1 of 33
Professional Sql server dba
online training
(www.sqlservermasters.com)
ā€¢ Contact Us:
ā€¢ Call:+91-9052666559
ā€¢ Mail:training@sqlservermasters.com
ā€¢ Visit:www.sqlservermasters.com
Professional Sql server dba online training
contents
ā€¢ Module: 1 Architecture &Internals of SQL Server Engine
ā€¢ Module : 2 Installing, Upgrading, Configuration, Managing Services
and Migration
ā€¢ Module: 3 Security, Automation & Monitoring
ā€¢ Module: 4 Backup & Restore, High Availability & Replication
ā€¢
ā€¢ Module: 5 SQL Server Clustering & AlwaysOn Availability Groups
ā€¢
ā€¢ Module: 6 Performance Tuning, Indexing & Optimizing SQL Server
Professional Sql server dba online training
Architecture &Internals of SQL Server
Introduction to SQL Server 2012
ā€¢ Overview on RDBMS and Beyond Relational
ā€¢ Big picture of SQL Server 2012
ā€¢ Components & Services of SQL Server 2012
ā€¢ Roles of production DBA
ā€¢ System Databases
ā€¢ Master, Model, MSDB, Tempdb & Resource
SQL Server 2012 Editions & Capacity Planning
ā€¢ Principal Editions [Enterprise, BI, Standard]
ā€¢ Specialized Editions [Web]
ā€¢ Breadth Editions [Developer, Express]
ā€¢ Hardware Requirements
ā€¢ OS and Software requirements
Professional Sql server dba online training
Pages & Extents
ā€¢ Pages
ā€¢ Extents [Uniform & Mixed]
ā€¢ Managing Extent Allocations
ā€¢ Tracking Free Space
Files and File groups
ā€¢ Database Files
ā€¢ Primary data files
ā€¢ Secondary data files
ā€¢ Log files
ā€¢ Database File groups [Primary & User-defined]
Professional S q l server dba online training
Thread and Task Architecture
ā€¢ Allocating threads to CPU
ā€¢ Affinity Mask
ā€¢ IO and Processor affinity mask
ā€¢ Configuring Affinity masks
ā€¢ Boost SQL Server priority
ā€¢ Hot Add CPU
ā€¢ Checkpoints
Professional Sql server dba online training
Memory Architecture
ā€¢ 32-bit Vs 64-bit Architecture
ā€¢ Dynamic Memory Management
ā€¢ Effects of min and max server memory
ā€¢ Buffer Management
ā€¢ The Relational Engine
ā€¢ The Command Parser
ā€¢ The Query Optimizer
ā€¢ The Query Executor
ā€¢ Using AWE
ā€¢ Configuring Memory Settings
ā€¢ The Buffer Pool and the Data Cache
Professional Sql server dba online training
ā€¢ T-Log Architecture
ā€¢ Transaction Log Logical Architecture
ā€¢ Transaction Log Physical Architecture
ā€¢ Recovery phases [Analysis, Redo & Undo]
ā€¢ Checkpoint Operation
ā€¢ Write-Ahead Transaction Log
ā€¢ Managing T-log
ā€¢ Truncating and shrinking the log file
ā€¢ Managing T-Log issues by using DBCC commands
Professional S q l server dba online training
Module: 2
Installing, Upgrading, Configuration, Managing services and
Migration
SQL server 2012 Installation
ā€¢ Planning the System/Pre-Re q uisites
ā€¢ Installing SQL server 2008 R2 /201 2
ā€¢ Installing Analysis Services
ā€¢ Installing & Configuring Reporting Services
ā€¢ Best Practices on Installat ion
ā€¢ Uninst alling SQL server
ā€¢ Common Installation Issues
Professional S q l server dba online training
ā€¢ U p gra d ing to S Q L ser v er 2 0 0 8 R 2 / 2 0 1 2
ā€¢ U pgrading th e server by applying service packs
ā€¢ U pgrading t h e server by applying H ot fi xes
ā€¢ In-Place Vs. Side-by-Side upgradations
ā€¢ Pre ā€“U pgrade C hecks / pre ā€“re q uisites
ā€¢ U pgrade advisor
ā€¢ In-Place U pgradation from SQL server 200 8 R2 to 2012
ā€¢ Best Practices to follow w h ile upgrading
Professional S q l server dba online training
M anaging ser v ic es
ā€¢ Server/Engine Connect ivity issues
ā€¢ Security / F irewall access issues
ā€¢ Starting and Stopping Services t h roug h
ā€“ Configuration manager
ā€“ Net Command
ā€“ M anagement Studio
ā€¢ Start U p parameters
ā€¢ Start ing SQL server in single user mode
Professional S q l server dba online training
Configuring SQL Server 2012
ā€¢ Configuring Network Protocols from SQL Server configuration manager
ā€¢ Configuring Client Protocols from SQL Server configuration manager
ā€¢ Dedicated Administrat or Connection
ā€¢ Enabling advanced features by using facets
ā€¢ Connecting to DAC
ā€¢ Configuring Database Mail
ā€¢ Configuring Registered servers
ā€¢ Configuring Central Management Servers [C M S]
ā€¢ Querying data from different servers by using C M S
ā€¢ Configuring ot her settings through SP_Configure
ā€¢ Configuring Server memory set t ings
ā€¢ Configuring Database Set t ings
ā€¢ Tempdb configuration
ā€¢ Best Pract ices on configuration t empdb & Database set t ings
Professional Sql server dba online training
ā€¢ Migrating SQL server
ā€¢ Side-By- Side Migrat ion Techniques
ā€¢ Difference between in-place & Side by Side Migration / Upgrada tion
ā€¢ Advantages/Disadvantages of In-Place to Side-by-Side
ā€¢ Migrating Databases
ā€“ migration by using At tac h and Detac h M et h od
ā€“ iM igration by using Back and restore met h od
ā€“ mira t ion by using Copy Database W iz ard
ā€¢ migrating Logins [ F I x ing Orp h aned U sers]
ā€¢ Creating and migrating linked servers
ā€¢ Imgrating Jobs
ā€¢ Data movement by using Import & Export wizard
ā€¢ migrating jobs & logins by using SSIS
Professional S q l server dba online training
Module: 3 Security , Automation & Monitoring
ā€¢ Automating AdministratIve Tasks
ā€¢ About SQL server Agent
ā€¢ Creating Jobs, Alerts and Operators
ā€¢ Sc h eduling the Jobs
ā€¢ Working with Job activity Monitor
ā€¢ Resolving failure Jobs
ā€¢ Configuring Alert system in SQL server agent
ā€¢ Best practices on job maintenance
Professional S q l server dba online training
Monitoring SQL Server
ā€¢ The Goal of Monitoring
ā€¢ Choosing the Appropriate Monitoring Tools
ā€¢ Monitoring health status by using server Dash board&DMVā€™s
ā€¢ Monit oring Job activities by job activity monitor
ā€¢ Monitoring SQL Server process by server activity monitor
ā€¢ Monitoring SQL Server Error Logs / Windows by log file viewer
ā€¢ Best Practices on Monitoring
Professional S q l server dba online training
Security
ā€¢ Security Principles & Authentications
ā€¢ Server and Database Roles
ā€¢ User-defined server roles
ā€¢ Server and Database Principles
ā€¢ Server & Database Securable
ā€¢ Creating Logins and mapping Users to databases
ā€¢ Creating Schemas & credentials
ā€¢ Default Schema for Groups
ā€¢ Enabling contained databases
ā€¢ Creating users for contained databases
ā€¢ Connecting to contained databases from SSMS
ā€¢ Role permissions for CMS and SQL Server Agent
ā€¢ Granting t o Object level Permissions
ā€¢ Best Practices on security
Professional S q l server dba online training
Module :4 Back up & Restore, High Availability & Replication
Back up & Restore:
ā€¢ Recovery Models [Simple, Bulk-Logged & Full]
ā€¢ How Backup works
ā€¢ Types of backups
ā€“ F ull backup
ā€“ Diff backup
ā€“ T-log backup
ā€“ Copy Only
ā€“ M irror
ā€“ Tail-Log
ā€“ Compressed backups
Professional S q l server dba online training
ā€¢ Restoring Modes [ With Recovery, No Recovery, Read only/Standby]
ā€¢ Disaster Recovery Planning
ā€¢ Performing Restore (point-in-time recovery)
ā€¢ Partial availability of database.
ā€¢ Database Recovery advisor
ā€¢ Backup strategy: Developing and executing a Backup Plan
ā€¢ Creating Maintenance Plans
ā€¢ Resolving Backup failures in Real time scenarios
ā€¢ Best Practices on Backup & Recovery
Professional Sql server dba online training
Log Shipping
ā€¢ Log-Shipping Architecture
ā€¢ Building DRS for log-shipping
ā€¢ Pre-req uisites/Log-S h ipping Process
ā€¢ Deploying Log S h ipping
ā€¢ Working with Log Shipping Monitor
ā€¢ Logs hipping Rolechanging [ Fail-Over]
ā€¢ Removing Log Shipping
ā€¢ Frequently Raised Errors In Log-Shipping
ā€¢ Case study: How to add files to a log- s hipped database
ā€¢ Best Practices on Log-Shipping
Professional Sql server dba online training
Data base Mirroring
ā€¢ Overview of Database Mirroring
ā€¢ Operating Modes in Database Mirroring
ā€¢ Pre-Requisites for Database Mirroring
ā€¢ Deploying Database Mirroring
ā€¢ F ail-Over from Principle to Mirror
ā€¢ Working with Database mirroring monitor
ā€¢ Advantages & Disadvantages of database mirroring
ā€¢ Database Snapshots
ā€¢ Using Database Snapshots for reporting purposes.
ā€¢ Case study on moving mirrored files
ā€¢ Best practices on Mirroring
Professional Sql server dba online training
Replication
ā€¢ Replication Overview
ā€¢ Replication Models (snapshot/Transactional / Merge/Peer to Peer)
ā€¢ Replication agents
ā€¢ Configuring Distributor
ā€¢ Deploying Transactional Replication for High Availability
ā€¢ Deploying Merge Replication for Bi-directional
ā€¢ Creating Subscriptions [Homogeneous / heterogeneous]
ā€¢ Monitoring Replication by using replication monitor
ā€¢ Scripting & Removing Replication
ā€¢ Best Practices on Replication
ā€¢ Configuring peer to peer replication
Frequently asked questions in replication
Professional Sql server dba online training
Module: 5 sql server clusterIng & group availa bIliIty
widows server 201 2 clustering
ā€¢ wh at is a cluster and Overview of windows cluster
ā€¢ Server cluster tec h nologies
ā€“ Server clusters
ā€“ NLB clusters [Network load balancing]
ā€¢ Basic architecture of server clusters
ā€¢ Networks in clustering [Public & Private]
ā€¢ How cluster works
ā€¢ Health Detection [Looks alive, Is alive]
Professional Sql server dba online training
ā€¢ Introduction to fail-over cluster manger
ā€¢ Validating the cluster configuration
ā€¢ Creating cluster through fail-over cluster manager
ā€¢ Adding Nodes to t he cluster [2/ 3 Node cluster]
ā€¢ Configuring MSDTC as a cluster aware application
ā€¢ Active - passive Vs Active - Active Clustering
ā€¢ Adding/Evicting Nodes to/from the cluster
ā€¢ Adding volumes to the roles/services in the cluster
ā€¢ Simulating the failover for the resources
ā€¢ Failing over the core cluster resources to the anot her node
Professional Sql server dba online training
Ins t allIng Sql Server2 Failover cluster
ā€¢ Pre-SQL Server Installation Tasks.
ā€¢ Configure SQL Serverā€“Related Service Accounts and Service Account
Security
ā€¢ Stop Unnecessary Processes or Services
ā€¢ Check for Pending Reboots
ā€¢ Install SQL Server Setup Support Files
ā€¢ SQL Server 201 2 Setup
ā€¢ Install the First Node
ā€¢ Perform Post installation Tasks
ā€¢ Verify the Configuration
ā€¢ Set the Preferred Node Order for Failover
ā€¢ Configure a Static TCP/IP Port for the SQL Server Instance
Professional S q l server dba online training
Sql Server r2 Failover cluster
ā€¢ Install SQL Server Service Packs, Patches, and Hot fixes
ā€¢ Introducing Failover Cluster Management
ā€¢ Monitoring the Cluster Nodes
ā€¢ Adding volumes to cluster roles
ā€¢ Clustered SQL Server Administration
ā€¢ Fail over resources/roles between the nodes
ā€¢ Automatic failover & Failback
ā€¢ Destroying a Cluster- Using Failover Cluster Management
ā€¢ Uninstalling a Failover Clustering Instance
ā€¢ Best Practices on Clustering
Professional Sql server dba online training
Always an availabilIty Groups
ā€¢ AlwaysOn Overview
ā€¢ Understanding Concepts and Terminology
ā€¢ Availability Modes
ā€¢ Types of fail-overs
ā€¢ Pre-requisites for AlwaysOn configuration
ā€¢ Configuring Availability Groups
ā€¢ Monitoring Availability groups
ā€¢ Add/remove database/replica
ā€¢ Suspend/resume an availability database
ā€¢ Backups on Secondary
ā€¢ AlwaysOn Failover Cluster Instances
ā€¢ Online Operations
Professional Sql server dba online training
High AvailabIilIity Interoperabiliand CoexIstence
ā€¢ Database Mirroring and Log Shipping
ā€¢ Database Mirroring and Database Snapshots
ā€¢ Database Mirroring and Failover Clustering
ā€¢ Replication and Log Shipping
ā€¢ Replication and Database Mirroring
ā€¢ Failover Clustering and AlwaysOn Availability groups
Professional S q l server dba online training
Module : 6 performance Tuning, Indexing & sql server
ā€¢ Policy based management
ā€¢ Policy based management implementation
ā€¢ Creating Policy & Condition
ā€¢ Evaluating polices
ā€¢ Resource governor
ā€¢ Resource pool & Workloads
ā€¢ Using resource governor from SSMS
ā€¢ Monitoring Resource governor
Professional Sql server dba online training
ā€¢ Change data capture [CDC]
ā€¢ Enabling CDC at Database and table level
ā€¢ Compression techniques
ā€¢ Data & Backup compression
ā€¢ Row compression & Page compression
ā€¢ Monitoring data compression
ā€¢ Partitioning ā€“ Abig picture
ā€¢ Table and index partitioning
ā€¢ Creating a partition function/schema
Professional Sql server dba online training
Indexing
ā€¢ Index Architecture
ā€¢ How to optimally take advantage of indexes
ā€¢ Clustered & Non-Clustered indexes
ā€¢ Covering Index or index with included column
ā€¢ Creating covering indexes
ā€¢ Filtered indexes
ā€¢ Creating filtered indexes to minimize the CPU pressure
ā€¢ Column store Index Overview
ā€¢ Column store Index Fundamentals and Architecture
ā€¢ Creating column store index to improve the performance
ā€¢ Index Fragmentation
Professional Sql server dba online training
Locking & Concurrency
ā€¢ Isolation Levels in SQL Server
ā€¢ Locking in SQL Server
ā€¢ Resolving concurrency effects in SQL Server
ā€¢ Lock modes ā€“ Shared, Update, Exclusive, Intent, Schema, bulk-update, key-
range
ā€¢ Lock escalation in SQL server
ā€¢ Blocking [SP_Who2]
ā€¢ Resolving blocking issues in SQL Server
Professional Sql server dba online training
ā€¢ Working with Activity Monitor
ā€¢ Live & Dead Locks
ā€¢ Trace flags to capture dead locks
ā€¢ Capturing dead lock information in error logs
ā€¢ SQL Profiler [How to capture events data by using Profiler]
ā€¢ Capturing deadlock events in profiler
ā€¢ Deadlocks and deadlock chain detection.
SQL SERVER 2008 r2 DBA ONLINE TRAINING
Performance T uning
ā€¢ Factors That Impact Performance
ā€¢ Tools used SQL Profiler, Database Tuning Advisor, System Monitor
ā€¢ Introduction to Database Tuning Advisor [DTA]
ā€¢ Analyzing the profiler data by using DTA
ā€¢ Performance Monitor [System Monitor]
ā€¢ Correlate SQL Profiler Data with Performance Monitor Data
ā€¢ New Dynamic Management Views (DMVā€™s)
ā€¢ Best Practices on Performance Tuning
ā€¢ Case Study A: Performance Counters Setup-Collect-Analyze
ā€¢ Case Study B: Performance Counters- Thresholds
ā€¢ Case study: Effects of MAXDOP query hint in SQL Server

More Related Content

Recently uploaded

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
Ā 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
Ā 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜RTylerCroy
Ā 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
Ā 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĆŗjo
Ā 
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
Ā 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
Ā 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
Ā 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
Ā 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
Ā 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
Ā 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
Ā 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
Ā 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
Ā 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
Ā 

Recently uploaded (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
Ā 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Ā 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜
Ā 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
Ā 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Ā 
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Ā 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
Ā 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
Ā 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Ā 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Ā 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
Ā 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
Ā 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
Ā 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Ā 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
Ā 

Featured

2024 State of Marketing Report ā€“ by Hubspot
2024 State of Marketing Report ā€“ by Hubspot2024 State of Marketing Report ā€“ by Hubspot
2024 State of Marketing Report ā€“ by HubspotMarius Sescu
Ā 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
Ā 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
Ā 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
Ā 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
Ā 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
Ā 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
Ā 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
Ā 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
Ā 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
Ā 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
Ā 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
Ā 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
Ā 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
Ā 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data ScienceChristy Abraham Joy
Ā 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
Ā 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
Ā 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
Ā 

Featured (20)

2024 State of Marketing Report ā€“ by Hubspot
2024 State of Marketing Report ā€“ by Hubspot2024 State of Marketing Report ā€“ by Hubspot
2024 State of Marketing Report ā€“ by Hubspot
Ā 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
Ā 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
Ā 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
Ā 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
Ā 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
Ā 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
Ā 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
Ā 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
Ā 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Ā 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
Ā 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
Ā 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Ā 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
Ā 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Ā 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
Ā 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Ā 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Ā 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
Ā 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Ā 

Professional sql server dba online training

  • 1. Professional Sql server dba online training (www.sqlservermasters.com)
  • 2. ā€¢ Contact Us: ā€¢ Call:+91-9052666559 ā€¢ Mail:training@sqlservermasters.com ā€¢ Visit:www.sqlservermasters.com
  • 3. Professional Sql server dba online training contents ā€¢ Module: 1 Architecture &Internals of SQL Server Engine ā€¢ Module : 2 Installing, Upgrading, Configuration, Managing Services and Migration ā€¢ Module: 3 Security, Automation & Monitoring ā€¢ Module: 4 Backup & Restore, High Availability & Replication ā€¢ ā€¢ Module: 5 SQL Server Clustering & AlwaysOn Availability Groups ā€¢ ā€¢ Module: 6 Performance Tuning, Indexing & Optimizing SQL Server
  • 4. Professional Sql server dba online training Architecture &Internals of SQL Server Introduction to SQL Server 2012 ā€¢ Overview on RDBMS and Beyond Relational ā€¢ Big picture of SQL Server 2012 ā€¢ Components & Services of SQL Server 2012 ā€¢ Roles of production DBA ā€¢ System Databases ā€¢ Master, Model, MSDB, Tempdb & Resource SQL Server 2012 Editions & Capacity Planning ā€¢ Principal Editions [Enterprise, BI, Standard] ā€¢ Specialized Editions [Web] ā€¢ Breadth Editions [Developer, Express] ā€¢ Hardware Requirements ā€¢ OS and Software requirements
  • 5. Professional Sql server dba online training Pages & Extents ā€¢ Pages ā€¢ Extents [Uniform & Mixed] ā€¢ Managing Extent Allocations ā€¢ Tracking Free Space Files and File groups ā€¢ Database Files ā€¢ Primary data files ā€¢ Secondary data files ā€¢ Log files ā€¢ Database File groups [Primary & User-defined]
  • 6. Professional S q l server dba online training Thread and Task Architecture ā€¢ Allocating threads to CPU ā€¢ Affinity Mask ā€¢ IO and Processor affinity mask ā€¢ Configuring Affinity masks ā€¢ Boost SQL Server priority ā€¢ Hot Add CPU ā€¢ Checkpoints
  • 7. Professional Sql server dba online training Memory Architecture ā€¢ 32-bit Vs 64-bit Architecture ā€¢ Dynamic Memory Management ā€¢ Effects of min and max server memory ā€¢ Buffer Management ā€¢ The Relational Engine ā€¢ The Command Parser ā€¢ The Query Optimizer ā€¢ The Query Executor ā€¢ Using AWE ā€¢ Configuring Memory Settings ā€¢ The Buffer Pool and the Data Cache
  • 8. Professional Sql server dba online training ā€¢ T-Log Architecture ā€¢ Transaction Log Logical Architecture ā€¢ Transaction Log Physical Architecture ā€¢ Recovery phases [Analysis, Redo & Undo] ā€¢ Checkpoint Operation ā€¢ Write-Ahead Transaction Log ā€¢ Managing T-log ā€¢ Truncating and shrinking the log file ā€¢ Managing T-Log issues by using DBCC commands
  • 9. Professional S q l server dba online training Module: 2 Installing, Upgrading, Configuration, Managing services and Migration SQL server 2012 Installation ā€¢ Planning the System/Pre-Re q uisites ā€¢ Installing SQL server 2008 R2 /201 2 ā€¢ Installing Analysis Services ā€¢ Installing & Configuring Reporting Services ā€¢ Best Practices on Installat ion ā€¢ Uninst alling SQL server ā€¢ Common Installation Issues
  • 10. Professional S q l server dba online training ā€¢ U p gra d ing to S Q L ser v er 2 0 0 8 R 2 / 2 0 1 2 ā€¢ U pgrading th e server by applying service packs ā€¢ U pgrading t h e server by applying H ot fi xes ā€¢ In-Place Vs. Side-by-Side upgradations ā€¢ Pre ā€“U pgrade C hecks / pre ā€“re q uisites ā€¢ U pgrade advisor ā€¢ In-Place U pgradation from SQL server 200 8 R2 to 2012 ā€¢ Best Practices to follow w h ile upgrading
  • 11. Professional S q l server dba online training M anaging ser v ic es ā€¢ Server/Engine Connect ivity issues ā€¢ Security / F irewall access issues ā€¢ Starting and Stopping Services t h roug h ā€“ Configuration manager ā€“ Net Command ā€“ M anagement Studio ā€¢ Start U p parameters ā€¢ Start ing SQL server in single user mode
  • 12. Professional S q l server dba online training Configuring SQL Server 2012 ā€¢ Configuring Network Protocols from SQL Server configuration manager ā€¢ Configuring Client Protocols from SQL Server configuration manager ā€¢ Dedicated Administrat or Connection ā€¢ Enabling advanced features by using facets ā€¢ Connecting to DAC ā€¢ Configuring Database Mail ā€¢ Configuring Registered servers ā€¢ Configuring Central Management Servers [C M S] ā€¢ Querying data from different servers by using C M S ā€¢ Configuring ot her settings through SP_Configure ā€¢ Configuring Server memory set t ings ā€¢ Configuring Database Set t ings ā€¢ Tempdb configuration ā€¢ Best Pract ices on configuration t empdb & Database set t ings
  • 13. Professional Sql server dba online training ā€¢ Migrating SQL server ā€¢ Side-By- Side Migrat ion Techniques ā€¢ Difference between in-place & Side by Side Migration / Upgrada tion ā€¢ Advantages/Disadvantages of In-Place to Side-by-Side ā€¢ Migrating Databases ā€“ migration by using At tac h and Detac h M et h od ā€“ iM igration by using Back and restore met h od ā€“ mira t ion by using Copy Database W iz ard ā€¢ migrating Logins [ F I x ing Orp h aned U sers] ā€¢ Creating and migrating linked servers ā€¢ Imgrating Jobs ā€¢ Data movement by using Import & Export wizard ā€¢ migrating jobs & logins by using SSIS
  • 14. Professional S q l server dba online training Module: 3 Security , Automation & Monitoring ā€¢ Automating AdministratIve Tasks ā€¢ About SQL server Agent ā€¢ Creating Jobs, Alerts and Operators ā€¢ Sc h eduling the Jobs ā€¢ Working with Job activity Monitor ā€¢ Resolving failure Jobs ā€¢ Configuring Alert system in SQL server agent ā€¢ Best practices on job maintenance
  • 15. Professional S q l server dba online training Monitoring SQL Server ā€¢ The Goal of Monitoring ā€¢ Choosing the Appropriate Monitoring Tools ā€¢ Monitoring health status by using server Dash board&DMVā€™s ā€¢ Monit oring Job activities by job activity monitor ā€¢ Monitoring SQL Server process by server activity monitor ā€¢ Monitoring SQL Server Error Logs / Windows by log file viewer ā€¢ Best Practices on Monitoring
  • 16. Professional S q l server dba online training Security ā€¢ Security Principles & Authentications ā€¢ Server and Database Roles ā€¢ User-defined server roles ā€¢ Server and Database Principles ā€¢ Server & Database Securable ā€¢ Creating Logins and mapping Users to databases ā€¢ Creating Schemas & credentials ā€¢ Default Schema for Groups ā€¢ Enabling contained databases ā€¢ Creating users for contained databases ā€¢ Connecting to contained databases from SSMS ā€¢ Role permissions for CMS and SQL Server Agent ā€¢ Granting t o Object level Permissions ā€¢ Best Practices on security
  • 17. Professional S q l server dba online training Module :4 Back up & Restore, High Availability & Replication Back up & Restore: ā€¢ Recovery Models [Simple, Bulk-Logged & Full] ā€¢ How Backup works ā€¢ Types of backups ā€“ F ull backup ā€“ Diff backup ā€“ T-log backup ā€“ Copy Only ā€“ M irror ā€“ Tail-Log ā€“ Compressed backups
  • 18. Professional S q l server dba online training ā€¢ Restoring Modes [ With Recovery, No Recovery, Read only/Standby] ā€¢ Disaster Recovery Planning ā€¢ Performing Restore (point-in-time recovery) ā€¢ Partial availability of database. ā€¢ Database Recovery advisor ā€¢ Backup strategy: Developing and executing a Backup Plan ā€¢ Creating Maintenance Plans ā€¢ Resolving Backup failures in Real time scenarios ā€¢ Best Practices on Backup & Recovery
  • 19. Professional Sql server dba online training Log Shipping ā€¢ Log-Shipping Architecture ā€¢ Building DRS for log-shipping ā€¢ Pre-req uisites/Log-S h ipping Process ā€¢ Deploying Log S h ipping ā€¢ Working with Log Shipping Monitor ā€¢ Logs hipping Rolechanging [ Fail-Over] ā€¢ Removing Log Shipping ā€¢ Frequently Raised Errors In Log-Shipping ā€¢ Case study: How to add files to a log- s hipped database ā€¢ Best Practices on Log-Shipping
  • 20. Professional Sql server dba online training Data base Mirroring ā€¢ Overview of Database Mirroring ā€¢ Operating Modes in Database Mirroring ā€¢ Pre-Requisites for Database Mirroring ā€¢ Deploying Database Mirroring ā€¢ F ail-Over from Principle to Mirror ā€¢ Working with Database mirroring monitor ā€¢ Advantages & Disadvantages of database mirroring ā€¢ Database Snapshots ā€¢ Using Database Snapshots for reporting purposes. ā€¢ Case study on moving mirrored files ā€¢ Best practices on Mirroring
  • 21. Professional Sql server dba online training Replication ā€¢ Replication Overview ā€¢ Replication Models (snapshot/Transactional / Merge/Peer to Peer) ā€¢ Replication agents ā€¢ Configuring Distributor ā€¢ Deploying Transactional Replication for High Availability ā€¢ Deploying Merge Replication for Bi-directional ā€¢ Creating Subscriptions [Homogeneous / heterogeneous] ā€¢ Monitoring Replication by using replication monitor ā€¢ Scripting & Removing Replication ā€¢ Best Practices on Replication ā€¢ Configuring peer to peer replication Frequently asked questions in replication
  • 22. Professional Sql server dba online training Module: 5 sql server clusterIng & group availa bIliIty widows server 201 2 clustering ā€¢ wh at is a cluster and Overview of windows cluster ā€¢ Server cluster tec h nologies ā€“ Server clusters ā€“ NLB clusters [Network load balancing] ā€¢ Basic architecture of server clusters ā€¢ Networks in clustering [Public & Private] ā€¢ How cluster works ā€¢ Health Detection [Looks alive, Is alive]
  • 23. Professional Sql server dba online training ā€¢ Introduction to fail-over cluster manger ā€¢ Validating the cluster configuration ā€¢ Creating cluster through fail-over cluster manager ā€¢ Adding Nodes to t he cluster [2/ 3 Node cluster] ā€¢ Configuring MSDTC as a cluster aware application ā€¢ Active - passive Vs Active - Active Clustering ā€¢ Adding/Evicting Nodes to/from the cluster ā€¢ Adding volumes to the roles/services in the cluster ā€¢ Simulating the failover for the resources ā€¢ Failing over the core cluster resources to the anot her node
  • 24. Professional Sql server dba online training Ins t allIng Sql Server2 Failover cluster ā€¢ Pre-SQL Server Installation Tasks. ā€¢ Configure SQL Serverā€“Related Service Accounts and Service Account Security ā€¢ Stop Unnecessary Processes or Services ā€¢ Check for Pending Reboots ā€¢ Install SQL Server Setup Support Files ā€¢ SQL Server 201 2 Setup ā€¢ Install the First Node ā€¢ Perform Post installation Tasks ā€¢ Verify the Configuration ā€¢ Set the Preferred Node Order for Failover ā€¢ Configure a Static TCP/IP Port for the SQL Server Instance
  • 25. Professional S q l server dba online training Sql Server r2 Failover cluster ā€¢ Install SQL Server Service Packs, Patches, and Hot fixes ā€¢ Introducing Failover Cluster Management ā€¢ Monitoring the Cluster Nodes ā€¢ Adding volumes to cluster roles ā€¢ Clustered SQL Server Administration ā€¢ Fail over resources/roles between the nodes ā€¢ Automatic failover & Failback ā€¢ Destroying a Cluster- Using Failover Cluster Management ā€¢ Uninstalling a Failover Clustering Instance ā€¢ Best Practices on Clustering
  • 26. Professional Sql server dba online training Always an availabilIty Groups ā€¢ AlwaysOn Overview ā€¢ Understanding Concepts and Terminology ā€¢ Availability Modes ā€¢ Types of fail-overs ā€¢ Pre-requisites for AlwaysOn configuration ā€¢ Configuring Availability Groups ā€¢ Monitoring Availability groups ā€¢ Add/remove database/replica ā€¢ Suspend/resume an availability database ā€¢ Backups on Secondary ā€¢ AlwaysOn Failover Cluster Instances ā€¢ Online Operations
  • 27. Professional Sql server dba online training High AvailabIilIity Interoperabiliand CoexIstence ā€¢ Database Mirroring and Log Shipping ā€¢ Database Mirroring and Database Snapshots ā€¢ Database Mirroring and Failover Clustering ā€¢ Replication and Log Shipping ā€¢ Replication and Database Mirroring ā€¢ Failover Clustering and AlwaysOn Availability groups
  • 28. Professional S q l server dba online training Module : 6 performance Tuning, Indexing & sql server ā€¢ Policy based management ā€¢ Policy based management implementation ā€¢ Creating Policy & Condition ā€¢ Evaluating polices ā€¢ Resource governor ā€¢ Resource pool & Workloads ā€¢ Using resource governor from SSMS ā€¢ Monitoring Resource governor
  • 29. Professional Sql server dba online training ā€¢ Change data capture [CDC] ā€¢ Enabling CDC at Database and table level ā€¢ Compression techniques ā€¢ Data & Backup compression ā€¢ Row compression & Page compression ā€¢ Monitoring data compression ā€¢ Partitioning ā€“ Abig picture ā€¢ Table and index partitioning ā€¢ Creating a partition function/schema
  • 30. Professional Sql server dba online training Indexing ā€¢ Index Architecture ā€¢ How to optimally take advantage of indexes ā€¢ Clustered & Non-Clustered indexes ā€¢ Covering Index or index with included column ā€¢ Creating covering indexes ā€¢ Filtered indexes ā€¢ Creating filtered indexes to minimize the CPU pressure ā€¢ Column store Index Overview ā€¢ Column store Index Fundamentals and Architecture ā€¢ Creating column store index to improve the performance ā€¢ Index Fragmentation
  • 31. Professional Sql server dba online training Locking & Concurrency ā€¢ Isolation Levels in SQL Server ā€¢ Locking in SQL Server ā€¢ Resolving concurrency effects in SQL Server ā€¢ Lock modes ā€“ Shared, Update, Exclusive, Intent, Schema, bulk-update, key- range ā€¢ Lock escalation in SQL server ā€¢ Blocking [SP_Who2] ā€¢ Resolving blocking issues in SQL Server
  • 32. Professional Sql server dba online training ā€¢ Working with Activity Monitor ā€¢ Live & Dead Locks ā€¢ Trace flags to capture dead locks ā€¢ Capturing dead lock information in error logs ā€¢ SQL Profiler [How to capture events data by using Profiler] ā€¢ Capturing deadlock events in profiler ā€¢ Deadlocks and deadlock chain detection.
  • 33. SQL SERVER 2008 r2 DBA ONLINE TRAINING Performance T uning ā€¢ Factors That Impact Performance ā€¢ Tools used SQL Profiler, Database Tuning Advisor, System Monitor ā€¢ Introduction to Database Tuning Advisor [DTA] ā€¢ Analyzing the profiler data by using DTA ā€¢ Performance Monitor [System Monitor] ā€¢ Correlate SQL Profiler Data with Performance Monitor Data ā€¢ New Dynamic Management Views (DMVā€™s) ā€¢ Best Practices on Performance Tuning ā€¢ Case Study A: Performance Counters Setup-Collect-Analyze ā€¢ Case Study B: Performance Counters- Thresholds ā€¢ Case study: Effects of MAXDOP query hint in SQL Server