Module 1: Installing and Configuring SQL Server
The students will be introduced to planning for a SQL Server installation. The students will then be introduced to installing, configuring, and managing SQL Server.
- Preparing to Install SQL Server
- Installing SQL Server
- Configuring a SQL Server Installation
Lab: Installing and Configuring SQL Server
- Exercise 1:Installing SQL Server
- Exercise 2:Configuring SQL Server
Module 2: Managing Databases and Files
The students will be introduced to database planning and creation, and using database options to control database behavior.
- Planning Databases
- Creating Databases
- Using Policy-Based Management
Lab: Managing Databases and Files
- Exercise 1: Creating a Database
- Exercise 2: Monitoring and Managing Filegroup Usage
- Exercise 3: Creating a Policy
Module 3: Disaster Recovery
The students will be introduced to disaster recovery techniques for SQL Server. They will learn how to perform different types of backup and restore operations, including online restores and backup and restores of system databases.
- Planning a Backup Strategy
- Backing Up User Databases
- Restoring User Databases
- Performing Online Restore Operations
- Recovering Data from Database Snapshots
- System Databases and Disaster Recovery
Lab: Disaster Recovery
- Exercise 1:Designing a Backup Strategy
- Exercise 2:Implementing a Backup Strategy
- Exercise 3:Restoring and Recovering a Database
- Exercise 4:Performing Piecemeal Backup and Restore Operations
- Exercise 5:Restoring the master Database
Module 4: Managing Security
The students will be introduced to protecting SQL Server. Students will learn about the SQL Server security model and how to use SQL Server security features to control access to databases and their contents.
- Overview of SQL Server Security
- Protecting the Server Scope
- Protecting the Database Scope
- Protecting the Server Scope
- Auditing Security
Lab: Managing Security
- Exercise 1: Creating Logins and Assigning Server-Scope Permissions
- Exercise 2: Creating and Managing Users
- Exercise 3: Using a Certificate to Protect Data
- Exercise 4: Implementing SQL Server Audit
Module 5: Transferring Data
The students will be introduced to transfer data to and from SQL Server using UI and command-line tools, and learn about transferring and transforming data with SQL Server Integration Services.
- Overview of Data Transfer
- Introduction to SQL Server Integration Services
Lab: Transferring Data
- Exercise 1:Using the Import/Export Wizard
- Exercise 2:Performing a Bulk Load
- Exercise 3:Creating an SSIS Solution
Module 7: Implementing Replication
The students will be introduced to techniques for configuring SQL Server replication.
- Overview of Replication
- Managing Publications and Subscriptions
- Configuring Replication in Some Common Scenarios
Lab: Implementing Replication
- Exercise 1: Implementing Snapshot Replication
- Exercise 2: Implementing Peer-to-Peer Transactional Replication
- Exercise 3: Implementing HTTP Merge Replication
Module 8: Maintaining High Availability
The students will be introduced to concepts and methods for maintaining high availability with SQL Server.
- Introduction to High Availability
- Implementing Log Shipping
- Implementing Database Mirroring
- Implementing Server Clustering
- Using Distributed High Availability Solutions
Lab: Maintaining High Availability
- Exercise 1: Configuring Log Shipping
- Exercise 2: Configuring Database Mirroring
- Exercise 3: Implementing SQL Server Clustering
Module 9: Monitoring SQL Server
The students will be introduced to monitoring SQL Server performance and activity.
- Viewing Current Activity
- Using SQL Server Profiler
- Monitoring with DDL Triggers
- Using Event Notifications
Lab: Monitoring SQL Server
- Exercise 1: Monitoring SQL Server Activity
- Exercise 2: Tracing SQL Server Activity
- Exercise 3: Using DDL Triggers
- Exercise 4: Using Event Notifications
Module 10: Troubleshooting and Performance Tuning
The students will learn how to troubleshoot a variety of common SQL Server problems. Students will also learn how to tune SQL Server for improved performance using a variety of tools.
- Troubleshooting SQL Server
- Performance Tuning in SQL Server
- Using Resource Governor
- Using Data Collector
Lab: Troubleshooting and Performance Tuning
- Exercise 1: Troubleshooting Connectivity Problems
- Exercise 2: Troubleshooting Concurrency Problems
- Exercise 3: Using the Database Engine Tuning Advisor
- Exercise 4: Implementing Resource Governor
- Exercise 5: Implementing Data Collector