0% found this document useful (0 votes)
85 views

SQL SERVER 2008 R2 DBA (Administration)

This document provides an overview of topics for an SQL Server 2008 R2 DBA training course, including: introduction to database administration and SQL Server recovery models; types of backups and restores; security concepts like logins, roles and authentication; maintenance plans and jobs; high availability techniques like log shipping, mirroring and replication; and more advanced topics such as performance tuning, troubleshooting, and moving databases.

Uploaded by

Rohith Gn
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views

SQL SERVER 2008 R2 DBA (Administration)

This document provides an overview of topics for an SQL Server 2008 R2 DBA training course, including: introduction to database administration and SQL Server recovery models; types of backups and restores; security concepts like logins, roles and authentication; maintenance plans and jobs; high availability techniques like log shipping, mirroring and replication; and more advanced topics such as performance tuning, troubleshooting, and moving databases.

Uploaded by

Rohith Gn
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

SQL SERVER 2008 R2 DBA (Administration)

Introduction To DBA

Major players In the Market for SDLC and ITIL


Where do we exactly fit in? (Maintenance)
Basic introduction to SQL Server Administration (creation of database, tables etc,.)
Scopes for professional improvement

Introduction To Database

What is a database
Different files in the database
What is a file group?
How is the data stored in the database
How is the data being accessed in SQL Server

SQL Server Recovery Models

What is a recovery model


Types of recovery models
When to use which type of recovery model
SQL Server installations
SQL Server editions

SQL Server Database Backups

What is a backup?
Why is it required?
Types of backups
o Full
o Differential
o File Group
o Log

SQL Server Database Restores

Restore from backups


Point in time restore scenario

SQL Server Security

Logins
Users
Roles
Schemas and Principles
Authentications
o Windows
o Mixed Mode

SQL Server Jobs and Maintenance Plans

Configuring maintenance plan


Configuring jobs

SQL Server High Availability Concepts

What is High Availability (HA)?


Types of Techniques
o Log shipping
What is log shipping?
Configuring log shipping
Types of jobs in log shipping
Troubleshooting log shipping failures
o Mirroring
What is mirroring?
Mirroring modes
Configuring mirroring
Troubleshooting mirroring issues (mirroring monitor etc,.)
o Replication
Need for replication?
Types of replication
Snapshot
Transactional
Merge
Configuring Replication
Trouble shooting replication for duplicate errors
o Clustering
What is a clustering
Types and features

Advanced and real time SQL Server Concepts

Shrinking concepts for Transaction Log full alert and steps to be taken
Shrinking concepts for data file full alert and discuss the steps to be taken
Jobs failure notification and steps to be taken
Bringing SQL server down through configuration manager
Suspect mode and troubleshooting
SQL server fragmentation and page splits
SQL server DMV to detect fragmentation and rules for defragmentation
Checking blockings on the server and killing the session
Configuring database
Configuring SQL server
Introduction to performance tuning
Single user mode and multi user mode for a database
Introduction to SQL server profiler
How to read error logs
Using detach and attach method to move databases across servers
Some frequently used commands
Tips for interview preparation and FAQs

You might also like