SlideShare a Scribd company logo
1 of 32
Download to read offline
Sql server dba online
training@SQLSERVER MASTERS

    SQL Server 2012 online training
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
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
•
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]
Sql server dba online training@SQLSERVER
                      MASTERS
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
Sql server dba online training@SQLSERVER
                 MASTERS
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
•   Checkpoints
Sql server dba online training@SQLSERVER
                      MASTERS
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
Sql server dba online training@SQLSERVER
                      MASTERS
Module: 2
Installing, Upgrading, Configuration, Managing services and
   Migration
SQL server 2012 Installation
•   Planning the System/Pre-Requisites
•   Installing SQL server 2008 R2 /2012
•   Installing Analysis Services
•   Installing & Configuring Reporting Services
•   Best Practices on Installation
•   Uninstalling SQL server
•   Common Installation Issues
Sql server dba online training@SQLSERVER
                      MASTERS
Upgrading to SQL server 2008 R2/2012
•   Upgrading the server by applying service packs
•   Upgrading the server by applying Hot fixes
•   In-Place Vs. Side-by-Side upgradations
•   Pre-Upgrade Checks/pre-requisites
•   Upgrade advisor
•   In-Place Upgradation from SQL server 2008 R2 to 2012
•   Best Practices to follow while upgrading
Sql server dba online training@SQLSERVER
                   MASTERS

 Managing services
• Server/Engine Connectivity issues
• Security/Firewall access issues
• Starting and Stopping Services through
   – Configuration manager
   – Net Command
   – Management Studio
• Start Up parameters
• Starting SQL server in single user mode
Sql server dba online training@SQLSERVER
                      MASTERS
Configuring SQL Server 2012
•   Configuring Network Protocols from SQL Server configuration manager
•   Configuring Client Protocols from SQL Server configuration manager
•   Dedicated Administrator Connection
•   Enabling advanced features by using facets
•   Connecting to DAC
•   Configuring Database Mail
•   Configuring Registered servers
•   Configuring Central Management Servers [CMS]
•   Querying data from different servers by using CMS
•   Configuring other settings through SP_Configure
•   Configuring Server memory settings
•   Configuring Database Settings
•   Tempdb configuration
•   Best Practices on configuration tempdb & Database settings
Sql server dba online training@SQLSERVER
Migrating SQL server
                     MASTERS
•   Side-By- Side Migration Techniques
•   Difference between in-place & Side by Side Migration/Upgradation
•   Advantages/Disadvantages of In-Place to Side-by-Side
•   Migrating Databases
     – Migration by using Attach and Detach Method
     – Migration by using Back and restore method
     – Migration by using Copy Database Wizard
•   Migrating Logins [Fixing Orphaned Users]
•   Creating and migrating linked servers
•   Migrating Jobs
•   Data movement by using Import & Export wizard
•   Migrating jobs & logins by using SSIS
Sql server dba online training@SQLSERVER
                     MASTERS
Module: 3 Security, Automation & Monitoring
Automating Administrative Tasks
• About SQL server Agent
• Creating Jobs, Alerts and Operators
• Scheduling the Jobs
• Working with Job activity Monitor
• Resolving failure Jobs
• Configuring Alert system in SQL server agent
• Best practices on job maintenance
Sql server dba online training@SQLSERVER
                      MASTERS
Monitoring SQL Server
•   The Goal of Monitoring
•   Choosing the Appropriate Monitoring Tools
•   Monitoring health status by using server Dashboard & DMV’s
•   Monitoring 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
Sql server dba online training@SQLSERVER
                      MASTERS
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 to Object level Permissions
•   Best Practices on security
Sql server dba online training@SQLSERVER
                     MASTERS
Module: 4 Backup & Restore, High Availability & Replication
Backup & Restore:
• Recovery Models [Simple, Bulk-Logged & Full]
• How Backup Works
• Types of backups
   – Full backup
   – Diff backup
   – T-log backup
   – Copy Only
   – Mirror
   – Tail-Log
   – Compressed backups
Sql server dba online training@SQLSERVER
                    MASTERS
• 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
Sql server dba online training@SQLSERVER
                    MASTERS
Log Shipping
• Log-Shipping Architecture
• Building DRS for log-shipping
• Pre-requisites/Log-Shipping Process
• Deploying Log Shipping
• Working with Log Shipping Monitor
• Logs hipping Role changing [Fail-Over]
• Removing Log Shipping
• Frequently Raised Errors In Log-Shipping
• Case study: How to add files to a log-shipped database
• Best Practices on Log-Shipping
Sql server dba online training@SQLSERVER
                      MASTERS
Database Mirroring
•   Overview of Database Mirroring
•   Operating Modes in Database Mirroring
•   Pre-Requisites for Database Mirroring
•   Deploying Database Mirroring
•   Fail-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
•
Sql server dba online training@SQLSERVER
                      MASTERS
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
Sql server dba online training@SQLSERVER
                     MASTERS
Module: 5 SQL Server Clustering & AlwaysOn Availability
  Groups
Windows Server 2012 Clustering

• What is a cluster and Overview of Windows cluster
• Server cluster technologies
   – 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]
Sql server dba online training@SQLSERVER
                      MASTERS
•   Introduction to fail-over cluster manger
•   Validating the cluster configuration
•   Creating cluster through fail-over cluster manager
•   Adding Nodes to the 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 another node
Sql server dba online training@SQLSERVER
                     MASTERS
Installing SQL Server 2012 Fail-Over Clustering
• 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 2012 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
Sql server dba online training@SQLSERVER
                      MASTERS
Administering a SQL Server 2012 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
Sql server dba online training@SQLSERVER
                      MASTERS
AlwaysOn 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
Sql server dba online training@SQLSERVER
                      MASTERS
High Availability: Interoperability and 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
Sql server dba online training@SQLSERVER
                      MASTERS
Module: 6 Performance Tuning, Indexing & Optimizing
 SQL Server
Optimizing 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
Sql server dba online training@SQLSERVER
                      MASTERS
•   Change data capture [CDC]
•   Enabling CDC at Database and table level
•   Compression techniques
•   Data & Backup compression
•   Row compression & Page compression
•   Monitoring data compression
•   Partitioning – A big picture
•   Table and index partitioning
•   Creating a partition function/schema
Sql server dba online training@SQLSERVER
                    MASTERS
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
Sql server dba online training@SQLSERVER
                     MASTERS
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
Sql server dba online training@SQLSERVER
                      MASTERS
•   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 dba online training@SQLSERVER
                      MASTERS
Performance Tuning
•   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

Viewers also liked

Delayed Gratification Is The Master Key To Massive Success
Delayed Gratification Is The Master Key To Massive SuccessDelayed Gratification Is The Master Key To Massive Success
Delayed Gratification Is The Master Key To Massive SuccessGeorge Hutton
 
Respostas aula 1 conceitos e termos
Respostas aula 1 conceitos e termosRespostas aula 1 conceitos e termos
Respostas aula 1 conceitos e termosGuilherme Henrique
 
AppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance ChallengesAppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance ChallengesAppDynamics
 
7.2. ARQUITECTURA DEL CINQUECENTO
7.2.   ARQUITECTURA DEL CINQUECENTO7.2.   ARQUITECTURA DEL CINQUECENTO
7.2. ARQUITECTURA DEL CINQUECENTOmanuel G. GUERRERO
 
Informe ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORT
Informe ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORTInforme ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORT
Informe ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORTGonzalo Espinosa
 
El café en el alto ariari, la política para el agro y la crisis nacional en e...
El café en el alto ariari, la política para el agro y la crisis nacional en e...El café en el alto ariari, la política para el agro y la crisis nacional en e...
El café en el alto ariari, la política para el agro y la crisis nacional en e...Emilio Garcia
 

Viewers also liked (6)

Delayed Gratification Is The Master Key To Massive Success
Delayed Gratification Is The Master Key To Massive SuccessDelayed Gratification Is The Master Key To Massive Success
Delayed Gratification Is The Master Key To Massive Success
 
Respostas aula 1 conceitos e termos
Respostas aula 1 conceitos e termosRespostas aula 1 conceitos e termos
Respostas aula 1 conceitos e termos
 
AppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance ChallengesAppSphere 15 - Containers and Microservices Create New Performance Challenges
AppSphere 15 - Containers and Microservices Create New Performance Challenges
 
7.2. ARQUITECTURA DEL CINQUECENTO
7.2.   ARQUITECTURA DEL CINQUECENTO7.2.   ARQUITECTURA DEL CINQUECENTO
7.2. ARQUITECTURA DEL CINQUECENTO
 
Informe ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORT
Informe ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORTInforme ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORT
Informe ALAPSI AC 2Q-2013-2016-(05Dic2013) 2Q-Association Activity REPORT
 
El café en el alto ariari, la política para el agro y la crisis nacional en e...
El café en el alto ariari, la política para el agro y la crisis nacional en e...El café en el alto ariari, la política para el agro y la crisis nacional en e...
El café en el alto ariari, la política para el agro y la crisis nacional en e...
 

More from sssql

Sql dba training&classes
Sql dba training&classesSql dba training&classes
Sql dba training&classessssql
 
Live sql server 2012 dba online training
Live sql server 2012 dba online trainingLive sql server 2012 dba online training
Live sql server 2012 dba online trainingsssql
 
Good sql server dba online training
Good sql server dba online trainingGood sql server dba online training
Good sql server dba online trainingsssql
 
Sql dba and msbi placement training usa
Sql dba and msbi placement training usaSql dba and msbi placement training usa
Sql dba and msbi placement training usasssql
 
Sql server 2008 r2 dba online usa,canada,uk & australia training
Sql server 2008 r2 dba online  usa,canada,uk & australia  trainingSql server 2008 r2 dba online  usa,canada,uk & australia  training
Sql server 2008 r2 dba online usa,canada,uk & australia trainingsssql
 
Sql3
Sql3Sql3
Sql3sssql
 
Professional sql server dba online training
Professional sql server dba online trainingProfessional sql server dba online training
Professional sql server dba online trainingsssql
 
Project oriented online realtime training on sql
Project oriented online realtime training on sqlProject oriented online realtime training on sql
Project oriented online realtime training on sqlsssql
 
Sql dba 2008 r2 online training
Sql dba 2008 r2 online trainingSql dba 2008 r2 online training
Sql dba 2008 r2 online trainingsssql
 
Sql server 2008r2 dba course
Sql server 2008r2 dba courseSql server 2008r2 dba course
Sql server 2008r2 dba coursesssql
 
Sql server 2012 dba online training
Sql server 2012 dba online trainingSql server 2012 dba online training
Sql server 2012 dba online trainingsssql
 
Sql server dba certification
Sql server dba certificationSql server dba certification
Sql server dba certificationsssql
 
Sql server dba online training
Sql server dba online trainingSql server dba online training
Sql server dba online trainingsssql
 

More from sssql (13)

Sql dba training&classes
Sql dba training&classesSql dba training&classes
Sql dba training&classes
 
Live sql server 2012 dba online training
Live sql server 2012 dba online trainingLive sql server 2012 dba online training
Live sql server 2012 dba online training
 
Good sql server dba online training
Good sql server dba online trainingGood sql server dba online training
Good sql server dba online training
 
Sql dba and msbi placement training usa
Sql dba and msbi placement training usaSql dba and msbi placement training usa
Sql dba and msbi placement training usa
 
Sql server 2008 r2 dba online usa,canada,uk & australia training
Sql server 2008 r2 dba online  usa,canada,uk & australia  trainingSql server 2008 r2 dba online  usa,canada,uk & australia  training
Sql server 2008 r2 dba online usa,canada,uk & australia training
 
Sql3
Sql3Sql3
Sql3
 
Professional sql server dba online training
Professional sql server dba online trainingProfessional sql server dba online training
Professional sql server dba online training
 
Project oriented online realtime training on sql
Project oriented online realtime training on sqlProject oriented online realtime training on sql
Project oriented online realtime training on sql
 
Sql dba 2008 r2 online training
Sql dba 2008 r2 online trainingSql dba 2008 r2 online training
Sql dba 2008 r2 online training
 
Sql server 2008r2 dba course
Sql server 2008r2 dba courseSql server 2008r2 dba course
Sql server 2008r2 dba course
 
Sql server 2012 dba online training
Sql server 2012 dba online trainingSql server 2012 dba online training
Sql server 2012 dba online training
 
Sql server dba certification
Sql server dba certificationSql server dba certification
Sql server dba certification
 
Sql server dba online training
Sql server dba online trainingSql server dba online training
Sql server dba online training
 

Recently uploaded

The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxheathfieldcps1
 
A gentle introduction to Artificial Intelligence
A gentle introduction to Artificial IntelligenceA gentle introduction to Artificial Intelligence
A gentle introduction to Artificial IntelligenceApostolos Syropoulos
 
How to Configure Rental Product and Rental Period in Odoo 17
How to Configure Rental Product and Rental Period in Odoo 17How to Configure Rental Product and Rental Period in Odoo 17
How to Configure Rental Product and Rental Period in Odoo 17Celine George
 
KARNAADA.pptx made by - saransh dwivedi ( SD ) - SHALAKYA TANTRA - ENT - 4...
KARNAADA.pptx  made by -  saransh dwivedi ( SD ) -  SHALAKYA TANTRA - ENT - 4...KARNAADA.pptx  made by -  saransh dwivedi ( SD ) -  SHALAKYA TANTRA - ENT - 4...
KARNAADA.pptx made by - saransh dwivedi ( SD ) - SHALAKYA TANTRA - ENT - 4...M56BOOKSTORE PRODUCT/SERVICE
 
What is Subcontract Service in Odoo 17 ERP
What is Subcontract Service in Odoo 17 ERPWhat is Subcontract Service in Odoo 17 ERP
What is Subcontract Service in Odoo 17 ERPCeline George
 
Natural Numbers, Whole Numbers, Integers.pdf
Natural Numbers, Whole Numbers, Integers.pdfNatural Numbers, Whole Numbers, Integers.pdf
Natural Numbers, Whole Numbers, Integers.pdfPranav Sharma
 
How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17
How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17
How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17Celine George
 
How to Create Manifest File in Odoo 17 ERP
How to Create Manifest File in Odoo 17 ERPHow to Create Manifest File in Odoo 17 ERP
How to Create Manifest File in Odoo 17 ERPCeline George
 
3.28.24 The Poor People's Campaign.pptx
3.28.24  The Poor People's Campaign.pptx3.28.24  The Poor People's Campaign.pptx
3.28.24 The Poor People's Campaign.pptxmary850239
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...Nguyen Thanh Tu Collection
 
Divisibility of numbers (Number Systems)
Divisibility of numbers (Number Systems)Divisibility of numbers (Number Systems)
Divisibility of numbers (Number Systems)Pranav Sharma
 
Social Media Algorithms - Part of the "Computers in out Life" Erasmus+ Project
Social Media Algorithms - Part of the "Computers in out Life" Erasmus+ ProjectSocial Media Algorithms - Part of the "Computers in out Life" Erasmus+ Project
Social Media Algorithms - Part of the "Computers in out Life" Erasmus+ ProjectApostolos Syropoulos
 
Empowering Student Engagement with Open Education
Empowering Student Engagement with Open EducationEmpowering Student Engagement with Open Education
Empowering Student Engagement with Open EducationLorna Campbell
 
From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...
From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...
From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...Sadegh Hashemi
 
Vani Magazine - Quarterly Magazine of Seshadripuram Educational Trust
Vani Magazine - Quarterly Magazine of Seshadripuram Educational TrustVani Magazine - Quarterly Magazine of Seshadripuram Educational Trust
Vani Magazine - Quarterly Magazine of Seshadripuram Educational TrustSavipriya Raghavendra
 
Decimal Representation of rational numbers
Decimal Representation of rational numbersDecimal Representation of rational numbers
Decimal Representation of rational numbersPranav Sharma
 
Chacon-Immigration presentation MArch 2024
Chacon-Immigration presentation MArch 2024Chacon-Immigration presentation MArch 2024
Chacon-Immigration presentation MArch 2024Tom Tresser
 
The Macardle Moore - PRESENTATION - Frank OCallaghan.pptx
The Macardle Moore - PRESENTATION - Frank OCallaghan.pptxThe Macardle Moore - PRESENTATION - Frank OCallaghan.pptx
The Macardle Moore - PRESENTATION - Frank OCallaghan.pptxJason McGee
 
ClueX 2024 - Inter School Quiz question and Answer set
ClueX 2024 - Inter School Quiz question and Answer setClueX 2024 - Inter School Quiz question and Answer set
ClueX 2024 - Inter School Quiz question and Answer setPragya - UEM Kolkata Quiz Club
 

Recently uploaded (20)

The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
 
A gentle introduction to Artificial Intelligence
A gentle introduction to Artificial IntelligenceA gentle introduction to Artificial Intelligence
A gentle introduction to Artificial Intelligence
 
How to Configure Rental Product and Rental Period in Odoo 17
How to Configure Rental Product and Rental Period in Odoo 17How to Configure Rental Product and Rental Period in Odoo 17
How to Configure Rental Product and Rental Period in Odoo 17
 
KARNAADA.pptx made by - saransh dwivedi ( SD ) - SHALAKYA TANTRA - ENT - 4...
KARNAADA.pptx  made by -  saransh dwivedi ( SD ) -  SHALAKYA TANTRA - ENT - 4...KARNAADA.pptx  made by -  saransh dwivedi ( SD ) -  SHALAKYA TANTRA - ENT - 4...
KARNAADA.pptx made by - saransh dwivedi ( SD ) - SHALAKYA TANTRA - ENT - 4...
 
What is Subcontract Service in Odoo 17 ERP
What is Subcontract Service in Odoo 17 ERPWhat is Subcontract Service in Odoo 17 ERP
What is Subcontract Service in Odoo 17 ERP
 
Natural Numbers, Whole Numbers, Integers.pdf
Natural Numbers, Whole Numbers, Integers.pdfNatural Numbers, Whole Numbers, Integers.pdf
Natural Numbers, Whole Numbers, Integers.pdf
 
How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17
How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17
How to Set Up a One-to-Many Relationship Between Two Models in Odoo 17
 
How to Create Manifest File in Odoo 17 ERP
How to Create Manifest File in Odoo 17 ERPHow to Create Manifest File in Odoo 17 ERP
How to Create Manifest File in Odoo 17 ERP
 
3.28.24 The Poor People's Campaign.pptx
3.28.24  The Poor People's Campaign.pptx3.28.24  The Poor People's Campaign.pptx
3.28.24 The Poor People's Campaign.pptx
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
 
Divisibility of numbers (Number Systems)
Divisibility of numbers (Number Systems)Divisibility of numbers (Number Systems)
Divisibility of numbers (Number Systems)
 
Social Media Algorithms - Part of the "Computers in out Life" Erasmus+ Project
Social Media Algorithms - Part of the "Computers in out Life" Erasmus+ ProjectSocial Media Algorithms - Part of the "Computers in out Life" Erasmus+ Project
Social Media Algorithms - Part of the "Computers in out Life" Erasmus+ Project
 
Empowering Student Engagement with Open Education
Empowering Student Engagement with Open EducationEmpowering Student Engagement with Open Education
Empowering Student Engagement with Open Education
 
From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...
From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...
From Leadership to Communityship: The Heart, the Heat, and the Harmony of Goo...
 
Vani Magazine - Quarterly Magazine of Seshadripuram Educational Trust
Vani Magazine - Quarterly Magazine of Seshadripuram Educational TrustVani Magazine - Quarterly Magazine of Seshadripuram Educational Trust
Vani Magazine - Quarterly Magazine of Seshadripuram Educational Trust
 
Decimal Representation of rational numbers
Decimal Representation of rational numbersDecimal Representation of rational numbers
Decimal Representation of rational numbers
 
Chacon-Immigration presentation MArch 2024
Chacon-Immigration presentation MArch 2024Chacon-Immigration presentation MArch 2024
Chacon-Immigration presentation MArch 2024
 
Chasing the Academic Funders Opportunities and Challenges.pdf
Chasing the Academic Funders  Opportunities and Challenges.pdfChasing the Academic Funders  Opportunities and Challenges.pdf
Chasing the Academic Funders Opportunities and Challenges.pdf
 
The Macardle Moore - PRESENTATION - Frank OCallaghan.pptx
The Macardle Moore - PRESENTATION - Frank OCallaghan.pptxThe Macardle Moore - PRESENTATION - Frank OCallaghan.pptx
The Macardle Moore - PRESENTATION - Frank OCallaghan.pptx
 
ClueX 2024 - Inter School Quiz question and Answer set
ClueX 2024 - Inter School Quiz question and Answer setClueX 2024 - Inter School Quiz question and Answer set
ClueX 2024 - Inter School Quiz question and Answer set
 

Sql server dba online training@sqlserver masters

  • 1. Sql server dba online training@SQLSERVER MASTERS SQL Server 2012 online training
  • 2. 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
  • 3. 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 •
  • 4. 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]
  • 5. Sql server dba online training@SQLSERVER MASTERS 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
  • 6. Sql server dba online training@SQLSERVER MASTERS 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 • Checkpoints
  • 7. Sql server dba online training@SQLSERVER MASTERS 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
  • 8. Sql server dba online training@SQLSERVER MASTERS Module: 2 Installing, Upgrading, Configuration, Managing services and Migration SQL server 2012 Installation • Planning the System/Pre-Requisites • Installing SQL server 2008 R2 /2012 • Installing Analysis Services • Installing & Configuring Reporting Services • Best Practices on Installation • Uninstalling SQL server • Common Installation Issues
  • 9. Sql server dba online training@SQLSERVER MASTERS Upgrading to SQL server 2008 R2/2012 • Upgrading the server by applying service packs • Upgrading the server by applying Hot fixes • In-Place Vs. Side-by-Side upgradations • Pre-Upgrade Checks/pre-requisites • Upgrade advisor • In-Place Upgradation from SQL server 2008 R2 to 2012 • Best Practices to follow while upgrading
  • 10. Sql server dba online training@SQLSERVER MASTERS Managing services • Server/Engine Connectivity issues • Security/Firewall access issues • Starting and Stopping Services through – Configuration manager – Net Command – Management Studio • Start Up parameters • Starting SQL server in single user mode
  • 11. Sql server dba online training@SQLSERVER MASTERS Configuring SQL Server 2012 • Configuring Network Protocols from SQL Server configuration manager • Configuring Client Protocols from SQL Server configuration manager • Dedicated Administrator Connection • Enabling advanced features by using facets • Connecting to DAC • Configuring Database Mail • Configuring Registered servers • Configuring Central Management Servers [CMS] • Querying data from different servers by using CMS • Configuring other settings through SP_Configure • Configuring Server memory settings • Configuring Database Settings • Tempdb configuration • Best Practices on configuration tempdb & Database settings
  • 12. Sql server dba online training@SQLSERVER Migrating SQL server MASTERS • Side-By- Side Migration Techniques • Difference between in-place & Side by Side Migration/Upgradation • Advantages/Disadvantages of In-Place to Side-by-Side • Migrating Databases – Migration by using Attach and Detach Method – Migration by using Back and restore method – Migration by using Copy Database Wizard • Migrating Logins [Fixing Orphaned Users] • Creating and migrating linked servers • Migrating Jobs • Data movement by using Import & Export wizard • Migrating jobs & logins by using SSIS
  • 13. Sql server dba online training@SQLSERVER MASTERS Module: 3 Security, Automation & Monitoring Automating Administrative Tasks • About SQL server Agent • Creating Jobs, Alerts and Operators • Scheduling the Jobs • Working with Job activity Monitor • Resolving failure Jobs • Configuring Alert system in SQL server agent • Best practices on job maintenance
  • 14. Sql server dba online training@SQLSERVER MASTERS Monitoring SQL Server • The Goal of Monitoring • Choosing the Appropriate Monitoring Tools • Monitoring health status by using server Dashboard & DMV’s • Monitoring 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
  • 15. Sql server dba online training@SQLSERVER MASTERS 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 to Object level Permissions • Best Practices on security
  • 16. Sql server dba online training@SQLSERVER MASTERS Module: 4 Backup & Restore, High Availability & Replication Backup & Restore: • Recovery Models [Simple, Bulk-Logged & Full] • How Backup Works • Types of backups – Full backup – Diff backup – T-log backup – Copy Only – Mirror – Tail-Log – Compressed backups
  • 17. Sql server dba online training@SQLSERVER MASTERS • 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
  • 18. Sql server dba online training@SQLSERVER MASTERS Log Shipping • Log-Shipping Architecture • Building DRS for log-shipping • Pre-requisites/Log-Shipping Process • Deploying Log Shipping • Working with Log Shipping Monitor • Logs hipping Role changing [Fail-Over] • Removing Log Shipping • Frequently Raised Errors In Log-Shipping • Case study: How to add files to a log-shipped database • Best Practices on Log-Shipping
  • 19. Sql server dba online training@SQLSERVER MASTERS Database Mirroring • Overview of Database Mirroring • Operating Modes in Database Mirroring • Pre-Requisites for Database Mirroring • Deploying Database Mirroring • Fail-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 •
  • 20. Sql server dba online training@SQLSERVER MASTERS 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
  • 21. Sql server dba online training@SQLSERVER MASTERS Module: 5 SQL Server Clustering & AlwaysOn Availability Groups Windows Server 2012 Clustering • What is a cluster and Overview of Windows cluster • Server cluster technologies – 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]
  • 22. Sql server dba online training@SQLSERVER MASTERS • Introduction to fail-over cluster manger • Validating the cluster configuration • Creating cluster through fail-over cluster manager • Adding Nodes to the 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 another node
  • 23. Sql server dba online training@SQLSERVER MASTERS Installing SQL Server 2012 Fail-Over Clustering • 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 2012 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
  • 24. Sql server dba online training@SQLSERVER MASTERS Administering a SQL Server 2012 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
  • 25. Sql server dba online training@SQLSERVER MASTERS AlwaysOn 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
  • 26. Sql server dba online training@SQLSERVER MASTERS High Availability: Interoperability and 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
  • 27. Sql server dba online training@SQLSERVER MASTERS Module: 6 Performance Tuning, Indexing & Optimizing SQL Server Optimizing 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
  • 28. Sql server dba online training@SQLSERVER MASTERS • Change data capture [CDC] • Enabling CDC at Database and table level • Compression techniques • Data & Backup compression • Row compression & Page compression • Monitoring data compression • Partitioning – A big picture • Table and index partitioning • Creating a partition function/schema
  • 29. Sql server dba online training@SQLSERVER MASTERS 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
  • 30. Sql server dba online training@SQLSERVER MASTERS 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
  • 31. Sql server dba online training@SQLSERVER MASTERS • 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.
  • 32. Sql server dba online training@SQLSERVER MASTERS Performance Tuning • 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