SlideShare a Scribd company logo
1 of 34
sql server 2012 certification
training
SQL Server 2012 online training
ā€¢ Contact Us:
ā€¢ Call:+91-9052666559
ā€¢ Mail:training@sqlservermasters.com
ā€¢ Visit:www.sqlservermasters.com
sql server 2012 certification 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 2012 certification 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
sql server 2012 certification 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
ā€¢ Checkpoints
sql server 2012 certification 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
sql server 2012 certification training
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 2012 certification training
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 2012 certification training
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 2012 certification training
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 2012 certification training
Migrating SQL server
ā€¢ 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 2012 certification training
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 2012 certification training
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 2012 certification 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 to Object level Permissions
ā€¢ Best Practices on security
sql server 2012 certification training
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 2012 certification 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
sql server 2012 certification training
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 2012 certification training
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 2012 certification 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
sql server 2012 certification training
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 2012 certification training
ā€¢ 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 2012 certification training
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 2012 certification training
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 2012 certification training
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 2012 certification training
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 2012 certification training
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 2012 certification 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 ā€“ A big picture
ā€¢ Table and index partitioning
ā€¢ Creating a partition function/schema
sql server 2012 certification 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
sql server 2012 certification 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
sql server 2012 certification 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 2012 certification training
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
Contact:
+91-9052666559
mail: training@sqlservermasters.com
wesite:www.sqlservermasters.com

More Related Content

More from ssmasters

Hadoop training in gurgaon
Hadoop training in gurgaonHadoop training in gurgaon
Hadoop training in gurgaonssmasters
Ā 
Sql dba training in pune
Sql dba training in puneSql dba training in pune
Sql dba training in punessmasters
Ā 
Sharepoint training in uae
Sharepoint training in uaeSharepoint training in uae
Sharepoint training in uaessmasters
Ā 
Sharepoint training in usa
Sharepoint training in usaSharepoint training in usa
Sharepoint training in usassmasters
Ā 
Sql server 2008r2 dba course
Sql server 2008r2 dba courseSql server 2008r2 dba course
Sql server 2008r2 dba coursessmasters
Ā 
Online sql dba training
Online sql dba trainingOnline sql dba training
Online sql dba trainingssmasters
Ā 
Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)ssmasters
Ā 
Msbi 2012 online training
Msbi 2012 online trainingMsbi 2012 online training
Msbi 2012 online trainingssmasters
Ā 
Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)ssmasters
Ā 
Online msbi(ssis, ssas, ssrs) training by real time experts
Online msbi(ssis, ssas, ssrs) training by real time expertsOnline msbi(ssis, ssas, ssrs) training by real time experts
Online msbi(ssis, ssas, ssrs) training by real time expertsssmasters
Ā 
Good sql server dba online training
Good sql server dba online trainingGood sql server dba online training
Good sql server dba online trainingssmasters
Ā 

More from ssmasters (11)

Hadoop training in gurgaon
Hadoop training in gurgaonHadoop training in gurgaon
Hadoop training in gurgaon
Ā 
Sql dba training in pune
Sql dba training in puneSql dba training in pune
Sql dba training in pune
Ā 
Sharepoint training in uae
Sharepoint training in uaeSharepoint training in uae
Sharepoint training in uae
Ā 
Sharepoint training in usa
Sharepoint training in usaSharepoint training in usa
Sharepoint training in usa
Ā 
Sql server 2008r2 dba course
Sql server 2008r2 dba courseSql server 2008r2 dba course
Sql server 2008r2 dba course
Ā 
Online sql dba training
Online sql dba trainingOnline sql dba training
Online sql dba training
Ā 
Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)
Ā 
Msbi 2012 online training
Msbi 2012 online trainingMsbi 2012 online training
Msbi 2012 online training
Ā 
Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)Practical msbi(ssis, ssas,ssrs)
Practical msbi(ssis, ssas,ssrs)
Ā 
Online msbi(ssis, ssas, ssrs) training by real time experts
Online msbi(ssis, ssas, ssrs) training by real time expertsOnline msbi(ssis, ssas, ssrs) training by real time experts
Online msbi(ssis, ssas, ssrs) training by real time experts
Ā 
Good sql server dba online training
Good sql server dba online trainingGood sql server dba online training
Good sql server dba online training
Ā 

Recently uploaded

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
Ā 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
Ā 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
Ā 
šŸ¬ 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
Ā 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
Ā 
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
Ā 
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
Ā 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
Ā 
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
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
Ā 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
Ā 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
Ā 
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
Ā 
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
Ā 
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 Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
Ā 
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
Ā 
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
Ā 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
Ā 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
Ā 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
Ā 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜
Ā 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
Ā 
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
Ā 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
Ā 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
Ā 
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
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
Ā 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
Ā 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
Ā 
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
Ā 
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
Ā 
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 Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
Ā 
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
Ā 
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
Ā 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
Ā 

Sql server 2012 certification training

  • 1. sql server 2012 certification training SQL Server 2012 online training
  • 2. ā€¢ Contact Us: ā€¢ Call:+91-9052666559 ā€¢ Mail:training@sqlservermasters.com ā€¢ Visit:www.sqlservermasters.com
  • 3. sql server 2012 certification 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. 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. 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. sql server 2012 certification 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. sql server 2012 certification 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 ā€¢ Checkpoints
  • 8. sql server 2012 certification 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. sql server 2012 certification training 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
  • 10. sql server 2012 certification training 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
  • 11. sql server 2012 certification training 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
  • 12. sql server 2012 certification training 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
  • 13. sql server 2012 certification training Migrating SQL server ā€¢ 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
  • 14. sql server 2012 certification training 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
  • 15. sql server 2012 certification training 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
  • 16. sql server 2012 certification 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 to Object level Permissions ā€¢ Best Practices on security
  • 17. sql server 2012 certification training 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
  • 18. sql server 2012 certification 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. sql server 2012 certification training 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
  • 20. sql server 2012 certification training 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 ā€¢
  • 21. sql server 2012 certification 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. sql server 2012 certification training 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]
  • 23. sql server 2012 certification training ā€¢ 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
  • 24. sql server 2012 certification training 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
  • 25. sql server 2012 certification training 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
  • 26. sql server 2012 certification training 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
  • 27. sql server 2012 certification training 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
  • 28. sql server 2012 certification training 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
  • 29. sql server 2012 certification 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 ā€“ A big picture ā€¢ Table and index partitioning ā€¢ Creating a partition function/schema
  • 30. sql server 2012 certification 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. sql server 2012 certification 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. sql server 2012 certification 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 2012 certification training 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