400-888-5228

课程介绍:

Sql Server 2012数据库管理培训将设计和实现数据库服务器的安装、配置、升级和迁移、设计和实现灾备和还原、基于集群、数据库镜像、复制和日志传送高可用性、SQL Server安全管理和实现、以及建立自动管理体系和数据故障、性能故障、访问故障诊断和排错。

 

课程长度:

3天

 

课程对象:

企业系统工程师、运维人员、数据库管理员

 

课程大纲:

Lessons

  1. Introduction to the SQL Server Platform
  2. Working with SQL Server Tools
  3. Configuring SQL Server Services

Lab : Introduction to SQL Server and its Toolset

  1. Verifying SQL Server Component Installation
  2. Altering Service Accounts for New Instance
  3. Enabling Named Pipes Protocol for Both Instances
  4. Creating an Alias for AdvDev
  5. Ensuring SQL Browser is Disabled and Configure a Fixed TCP/IP Port (Only if time permits

After completing this module, students will be able to:

  1. Describe the SQL Server Platform.
  2. Work with SQL Server Tools.
  3. Configure SQL Server Services.

Module 2 : Preparing Systems for SQL Server 2012

This module covers planning for an installation related to SQL Server I/O requirements, 32 bit vs 64 bit, memory configuration options and I/O subsystem pre-installation checks using SQLIOSim and SQLIO.

Lessons

  1. Overview of SQL Server Architecture
  2. Planning Server Resource Requirements
  3. Pre-installation Testing for SQL Server

Lab : Preparing Systems for SQL Server

  1. Adjust memory configuration
  2. Pre-installation Stress Testing
  3. Check Specific I/O Operations

After completing this module, students will be able to:

  1. Describe the SQL Server architecture.
  2. Plan for server resource requirements.
  3. Conduct pre-installation stress testing for SQL Server.

Module 3 : Installing and Configuring SQL Server 2012

This module details installing and configuring SQL Server.

Lessons

  1. Preparing to Install SQL Server
  2. Installing SQL Server
  3. Upgrading and Automating Installation

Lab : Installing and Configuring SQL Server

  1. Review installation requirements
  2. Install the SQL Server instance
  3. Perform Post-installation Setup and Checks
  4. Configure Server Memory

After completing this module, students will be able to:

  1. Prepare to install SQL Server.
  2. Install SQL Server.
  3. Upgrade and automate the installation of SQL Server.

Module 4 : Working with Databases

This module describes how data is stored in databases, how to create databases, and how to move databases either within a server or between servers.

Lessons

  1. Overview of SQL Server Databases
  2. Working with Files and Filegroups
  3. Moving Database Files

Lab : Working with Databases

  1. Adjust tempdb configuration
  2. Create the RateTracking database
  3. Attach the OldProspects database
  4. Add multiple files to tempdb

After completing this module, students will be able to:

  1. Describe the role and structure of SQL Server databases.
  2. Work with files and filegroups.
  3. Move database files within servers and between servers.

Module 5 : Understanding SQL Server 2012 Recovery Models

This module describes the concept of the transaction log and SQL Server recovery models. It introduces the different backup strategies available with SQL Server.

Lessons

  1. Backup Strategies
  2. Understanding SQL Server Transaction Logging
  3. Planning a SQL Server Backup Strategy

Lab : Understanding SQL Server Recovery Models

  1. Plan a backup strategy
  2. Configure Recovery Models
  3. Review recovery models and strategy

After completing this module, students will be able to:

  1. Describe the critical concepts surrounding backup strategies.
  2. Explain the transaction logging capabilities within the SQL Server database engine.
  3. Plan a SQL Server backup strategy.

Module 6 : Backup of SQL Server 2012 Databases

This module describes SQL Server Backup and the backup types.

Lessons

  1. Backing up Databases and Transaction Logs
  2. Managing Database Backups
  3. Working with Backup Options

Lab : Backup of SQL Server Databases

  1. Investigate backup compression
  2. Transaction log backup
  3. Differential backup
  4. Copy-only backup
  5. Partial backup

After completing this module, students will be able to:

  1. Back up databases and transaction logs.
  2. Manage database backups.
  3. Work with more advanced backup options.

Module 7 : Restoring SQL Server 2012 Databases

This module describes the restoration of databases.

Lessons

  1. Understanding the Restore Process
  2. Restoring Databases
  3. Working with Point-in-time recovery
  4. Restoring System Databases and Individual Files

Lab : Restoring SQL Server 2012 Databases

  1. Determine a restore strategy
  2. Restore the database
  3. Using STANDBY mode

After completing this module, students will be able to:

  1. Understand the restore process.
  2. Restore databases.
  3. Work with Point-in-time Recovery.
  4. Restore system databases and individual files.

Module 8 : Importing and Exporting Data

This module covers the use of the import/export wizards and explains how they relate to SSIS. Also introduces BCP.

Lessons

  1. Transferring Data To/From SQL Server
  2. Importing & Exporting Table Data
  3. Inserting Data in Bulk

Lab : Importing and Exporting Data

  1. Import the Excel spreadsheet
  2. Import the CSV file
  3. Create and test an extraction package
  4. Compare loading performance

After completing this module, students will be able to:

  1. Transfer data to and from SQL Server.
  2. Import and export table data.
  3. Insert data in bulk and optimize the bulk insert process.

Module 9 : Authenticating and Authorizing Users

This module covers SQL Server security models, logins and users.

Lessons

  1. Authenticating Connections to SQL Server
  2. Authorizing Logins to Access Databases
  3. Authorization Across Servers

Lab : Authenticating and Authorizing Users

  1. Create Logins
  2. Correct an Application Login Issue
  3. Create Database Users
  4. Correct Access to Restored

After completing this module, students will be able to:

  1. Describe how SQL Server authenticates connections.
  2. Describe how logins are authorized to access databases.
  3. Explain the requirements for authorization across servers.

Module 10 : Assigning Server and Database Roles

This module covers fixed server roles, user-defined server roles, fixed database roles and user-defined database roles.

Lessons

  1. Working with Server Roles
  2. Working with Fixed Database Roles
  3. Creating User-defined Database Roles

Lab : Assigning Server and Database Roles

  1. Assign Server Roles
  2. Assign Fixed Database Roles
  3. Create and Assign User-defined Database Roles
  4. Check Role Assignments

After completing this module, students will be able to:

  1. Work with server roles.
  2. Work with fixed database roles.
  3. Create user-defined database roles.

Module 11 : Authorizing Users to Access Resources

This module covers permissions and the assignment of permissions.

Lessons

  1. Authorizing User Access to Objects
  2. Authorizing Users to Execute Code
  3. Configuring Permissions at the Schema Level

Lab : Authorizing Users to Access Resources

  1. Assign Schema-level Permissions
  2. Assign Object-level Permissions
  3. Test Permissions

After completing this module, students will be able to:

  1. Authorize user access to objects.
  2. Authorize users to execute code.
  3. Configure permissions at the schema level.

Module 12 : Auditing SQL Server Environments

This module covers SQL Server Audit.

Lessons

  1. Options for Auditing Data Access in SQL
  2. Implementing SQL Server Audit
  3. Managing SQL Server Audit

Lab : Auditing SQL Server Environments

  1. Determine audit configuration and create audit
  2. Create server audit specifications
  3. Create database audit specifications
  4. Test audit functionality

After completing this module, students will be able to:

  1. Describe the options for auditing data access in SQL Server.
  2. Implement SQL Server Audit.
  3. Manage SQL Server Audit.

Module 13 : Automating SQL Server 2012 Management

This module covers SQL Server Agent, jobs and job history.

Lessons

  1. Automating SQL Server Management
  2. Working with SQL Server Agent
  3. Managing SQL Server Agent Jobs

Lab : Automating SQL Server Management

  1. Create a Data Extraction Job
  2. Schedule the Data Extraction Job
  3. Troubleshoot a Failing Job

After completing this module, students will be able to:

  1. Automate SQL Server Management.
  2. Work with SQL Server Agent.
  3. Manage SQL Server Agent jobs.

Module 14 : Configuring Security for SQL Server Agent

This module covers SQL Server agent security, proxy accounts and credentials.

Lessons

  1. Understanding SQL Server Agent Security
  2. Configuring Credentials
  3. Configuring Proxy Accounts

Lab : Configuring Security for SQL Server Agent

  1. Troubleshoot job execution failure
  2. Resolve the security issue
  3. Perform further troubleshooting

After completing this module, students will be able to:

  1. Explain SQL Server Agent security.
  2. Configure credentials.
  3. Configure Proxy accounts.

Module 15 : Monitoring SQL Server 2012 with Alerts and Notifications

This module covers the configuration of database mail, alerts and notifications.

Lessons

  1. Configuration of Database Mail
  2. Monitoring SQL Server Errors
  3. Configuring Operators, Alerts and Notifications

Lab : Monitoring SQL Agent Jobs with Alerts and Notifications

  1. Configure Database Mail
  2. Implement Notifications
  3. Implement Alerts

After completing this module, students will be able to:

  1. Configure database mail.
  2. Monitor SQL Server errors.
  3. Configure operators, alerts and notifications.

Module 16 : Performing Ongoing Database Maintenance

This module covers database maintenance plans.

Lessons

  1. Ensuring Database Integrity
  2. Maintaining Indexes
  3. Automating Routine Database Maintenance

Lab : Performing Ongoing Database Maintenance

  1. Check database integrity using DBCC CHECKDB
  2. Correct index fragmentation
  3. Create a database maintenance plan
  4. Investigate table lock performance

After completing this module, students will be able to:

  1. Ensure database integrity.
  2. Maintain indexes.
  3. Automate routine database maintenance.

Module 17 : Tracing Access to SQL Server 2012

This module covers SQL Profiler and SQL Trace stored procedures.

Lessons

  1. Capturing Activity using SQL Server Profiler
  2. Improving Performance with the Database Engine Tuning Advisor
  3. Working with Tracing Options

Lab : Tracing Access to SQL Server 2012

  1. Capture a trace using SQL Server Profiler
  2. Analyze a trace using Database Engine Tuning Advisor
  3. Configure SQL Trace

After completing this module, students will be able to:

  1. Capture activity using SQL Server Profiler and Extended Events Profiler.
  2. Improve performance with the Database Engine Tuning Advisor.
  3. Work with tracing options.

Module 18 : Monitoring SQL Server 2012

This module introduces DMVs and the configuration of data collection.

Lessons

  1. Monitoring Activity
  2. Capturing and Managing Performance Data
  3. Analyzing Collected Performance Data

Lab : Monitoring SQL Server 2012

  1. Investigating DMVs
  2. Configure Management Data Warehouse
  3. Configure Instances for Data Collection
  4. Work with Data Collector Reports

After completing this module, students will be able to:

  1. Monitor current activity.
  2. Capture and manage performance data.
  3. Analyze collected performance data.

Module 19 : Managing Multiple Servers

This module covers Central Management Servers and Multi-Server queries, Virtualization of SQL Server and Data-Tier Applications.

Lessons

  1. Working with Multiple Servers
  2. Virtualizing SQL Server
  3. Deploying and Upgrading Data-Tier Applications

Lab : Managing Multiple Servers

  1. Configure CMS and execute multi-server queries
  2. Deploy a data-tier application
  3. Register and extract a data-tier application
  4. Upgrade a data-tier application

After completing this module, students will be able to:

  1. Work with multiple servers.
  2. Describe options for virtualizing SQL Server.
  3. Deploy and upgrade Data-Tier Applications.

Module 20 : Troubleshooting Common SQL Server 2012 Administrative Issues

This module covers common issues that require troubleshooting and gives guidance on where to start looking for solutions.

Lessons

  1. SQL Server Troubleshooting Methodology
  2. Resolving Service-related Issues
  3. Resolving Concurrency Issues
  4. Resolving Login and Connectivity Issues

Lab : Troubleshooting Common Issues

  1. Troubleshoot and resolve SQL Server administrative issues

After completing this module, students will be able to:

  1. Explain SQL Server troubleshooting methodology.
  2. Resolve service-related issues.
  3. Resolve concurrency issues.
  4. Resolve login and connectivity issues.