อบรม Administering a Microsoft for Microsoft SQL Server 2017 Database สอนโดยมืออาชีพ
หัวข้อการอบรม
Module 1: Introduction to SQL Server 2017 Database Administration
This module introduces the Microsoft SQL Server 2017 platform. It describes the components, editions, and versions of SQL Server 2017, and the tasks that a database administrator commonly performs for a SQL Server instance.
- Lessons
- Database Administration Overview
Introduction to the SQL Server Platform
Database Management Tools and Techniques
- Lab : Using SQL Server Administrative Tools
- Using SQL Server Management Studio
Using the sqlcmd Utility
Using Windows PowerShell with SQL Server
After completing this module, you will be able to:
Describe the SQL Server platform.
Describe common database administration tasks.
Use SQL Server administration tools.
Module 2: Introduction to Enterprise Data Architecture
As organizations grow to enterprise scale, their IT infrastructure requirements become more complex and the network environment often includes an increasing number of servers, client computers, network segments, and other components. Because data is fundamental to most IT operations, careful thought must be given to the provisioning and management of databases across the enterprise.
- Lessons
- Considerations for Enterprise Data
Assessing an Existing Infrastructure
- Lab : Assessing an Existing Enterprise Data Infrastructure
- Using the MAP Toolkit
Reviewing MAP Toolkit Reports
After completing this module, you will be able to:
Describe the considerations for enterprise data infrastructure.
Use the MAP Toolkit to assess an existing enterprise data environment.
Module 3: Installing and Configuring SQL Server 2017
This module explains how to assess resource requirements for SQL Server 2017 and how to install it.
- Lessons
- Planning SQL Server Installation
Installing SQL Server 2017
Post-Installation Configuration
- Lab : Installing SQL Server 2017
- Preparing to Install SQL Server
Installing SQL Server
Performing Post-Installation Configuration
After completing this module, you will be able to:
Plan a SQL Server 2017 installation.
Install SQL Server 2017.
Perform post-installation configuration tasks.
Module 4: Working with Databases and Storage
This module describes how data is stored in databases, how to create databases, how to manage database files, and how to move them. Other tasks related to storage, include managing the tempdb database and using fast storage devices to extend the SQL Server buffer pool cache, are also discussed.
- Lessons
- Introduction to Data Storage with SQL Server
Managing Storage for System Databases
Managing Storage for User Databases
Moving Database Files
Configuring the Buffer Pool Extension
- Lab : Managing Database Storage
- Configuring tempdb Storage
Creating Databases
Attaching a Database
After completing this module, you will be able to:
Describe how SQL Server stores data.
Manage storage for system databases.
Manage storage for user databases.
Move database files.
Configure the buffer pool extension.
Module 5: Consolidating Database Workloads with SQL Server 2017
This module provides an overview of the benefits of consolidating database workloads by using SQL Server 2017, and describes the different options for implementing a consolidation strategy. It also describes how you can manage a consolidated infrastructure in various scenarios.
- Lessons
- Considerations for Database Server Consolidation
Managing Resources in a Consolidated Database Infrastructure
- Lab : SQL Server Consolidation
- Preparing for Database Consolidation
Managing Resources for an Instance of SQL Server
Managing Resources for Multiple Instances on a Windows Server
After completing this module, you will be able to:
Describe the considerations for consolidating databases and
database servers.
Explain the options for managing resources in various consolidation
scenarios.
Module 6: Planning and Implementing a Backup Strategy
In this module, you will consider how to create a backup strategy
that is aligned with organizational needs, and learn how to perform
the backup operations required by that strategy.
- Lessons
- Understanding SQL Server Recovery Models
Planning a Backup Strategy
Backing up Databases and Transaction Logs
Using Backup Options
Ensuring Backup Reliability
- Lab : Backing Up SQL Server Databases
- Backing Up Database
Performing Database, Differential, and Transaction Log Backups
Performing a Partial Backup
After completing this module, you will be able to:
Describe how database transaction logs function, and how they
affect database recovery.
Plan a backup strategy for a SQL Server database.
Back up databases and transactions logs.
Perform copy-only, compressed, and encrypted backups.
Maximize backup reliability.
Module 7: Restoring SQL Server 2017 Databases
In this module, you will see how to restore user and system
databases and how to implement point-in-time recovery.
- Lessons
- Understanding the Restore Process
Restoring Databases
Advanced Restore Scenarios
Working with Point-in-Time Recovery
- Lab : Restoring SQL Server Databases
- Restoring a Database Backup
Restoring Database, Differential, and Transaction Log Backups
Performing a Piecemeal Restore
After completing this module, you will be able to:
Explain the restore process.
Restore databases.
Perform advanced restore operations. After completing this module, you will be able to:
Trace activity in SQL Server.
Use captured traces to test, troubleshoot, and optimize database
performance.
Module 8: Importing and Exporting Data
In this module, you will briefly explore tools and techniques so that
you can import and export data to and from SQL Server.
- Lessons
- Introduction to Transferring Data
Importing and Exporting Table Data
Copying or Moving a Database
- Lab : Importing and Exporting Data
- Using the SQL Server Import and Export Wizard
Using the bcp Utility
Using the BULK INSERT Statement
Using the OPENROWSET Function
After completing this module, you will be able to:
Describe tools and techniques for transferring data.
Import and export data.
Copy or move a database.
Module 9: Monitoring SQL Server 2017
This module explains how to use three of the most commonly used
tools: Activity Monitor, dynamic management views and functions
(DMVs and DMFs), and Performance Monitor.
- Lessons
- Introduction to Monitoring SQL Server
Dynamic Management Views and Functions
Performance Monitor
- Lab : Monitoring SQL Server 2017
- Collecting Baseline Metrics
Monitoring a Workload
After completing this module, you will be able to:
Describe considerations for monitoring SQL Server and use Activity
Monitor.
Use dynamic management views and functions to monitor SQL
Server.
Use Performance Monitor to monitor SQL Server.
Module 10: Tracing SQL Server Activity
This module describes how to use SQL Server Profiler and SQL
Trace stored procedures to capture information about SQL Server,
and how to use that information to troubleshoot and optimize SQL
Server workloads.
- Lessons
- Tracing SQL Server Workload Activity
Using Traces
- Lab : Tracing SQL Server Workload Activity
- Capturing a Trace in SQL Server Profiler
Generating Database Tuning Recommendations
Using SQL Trace After completing this module, you will be able to:
Trace activity in SQL Server.
Use captured traces to test, troubleshoot, and optimize database
performance.
Module 11: Managing SQL Server Security
In this module, you will be learn about the core concepts on which
the SQL Server security architecture is based, and how to manage
security at the server and database levels.
- Lessons
- Introduction to SQL Server Security
Managing Server-Level Security
Managing Database-Level Principals
Managing Database Permissions
- Lab : Managing SQL Server Security
- Managing Server-Level Security
Managing Database-Level Security
Testing Database Access
After completing this module, you will be able to:
Describe core security concepts in the SQL Server security
architecture.
Manage server-level security.
Manage database-level security principals.
Manage database permissions.
Module 12: Auditing Data Access and Encrypting Data
This module describes the available options for auditing in SQL
Server, how to use and manage the SQL Server audit feature, and
how to implement encryption.
- Lessons
- Auditing Data Access in SQL Server
Implementing SQL Server Audit
Encrypting Databases
- Lab : Auditing Data Access and Encrypting Data
- Implementing Auditing
Implementing Transparent Database Encryption
After completing this module, you will be able to:
Describe options for auditing data access.
Implement SQL Server audit.
Manage SQL Server audit.
Implement Transparent Data Encryption.
Module 13: Performing Ongoing Database Maintenance
This module describes common database maintenance tasks that a
DBA must perform, and demonstrates how to automate these tasks
using maintenance plans.
- Lessons
- Ensuring Database Integrity
Maintaining Indexes
Automating Routine Database Maintenance
- Lab : Performing Ongoing Database Maintenance
- Managing Database Integrity
Managing Index Fragmentation
Implementing a Maintenance Plan
After completing this module, you will be able to:
Ensure database integrity by using DBCC CHECKDB.
Maintain indexes.
Configure Database Maintenance Plans.
Module 14: Automating SQL Server 2017 Management
This module describes how to use SQL Server Agent to automate
jobs, how to configure security contexts for jobs, and how to
implement multi-server jobs.
- Lessons
- Automating SQL Server Management
Implementing SQL Server Agent Jobs
Managing SQL Server Agent Jobs
Managing Job Step Security Contexts
Managing Jobs on Multiple Servers
- Lab : Automating SQL Server Management
- Creating a Job
Scheduling a Job
Configuring Job Step Security Contexts
After completing this module, you will be able to:
Describe methods for automating SQL Server management.
Create jobs, job step types, and schedules.
Manage SQL Server Agent jobs.
Configure job security contexts.
Configure master and target servers.
Module 15: Monitoring SQL Server 2017 by Using Alerts and
Notifications
This module covers the configuration of database mail, alerts, and
notifications.
- Lessons
- Monitoring SQL Server Errors
Configuring Database Mail
Configuring Operators, Alerts, and Notifications
- Lab : Monitoring SQL Server by Using Alerts and Notifications
- Configuring Database Mail
Implementing Operators and Notifications
Implementing Alerts
After completing this module, you will be able to:
Configure Database Mail.
Monitor SQL Server errors.
Configure operators, alerts, and notifications.
Module 16: Introduction to High Availability in SQL Server 2017
Maintaining highly available database services is vital in a 24 hour
operating environment. SQL Server 2017 includes many features that can help organizations to deliver the levels of service they
require to drive their businesses. This module explains the different
ways that you can implement high availability by using SQL Server
2017. It also describes how to use log shipping to promote resilience
for individual user databases.
- Lessons
- High Availability Concepts and Options in SQL Server 2017
Log Shipping
- Lab : Using Log Shipping
- Configure Log Shipping
Test the Log Shipping Configuration
Test Failover
After completing this module, you will be able to:
Describe the core concepts and options for implementing high
availability in SQL Server 2017.
Describe how to implement high availability for individual databases
by using log shipping.
Module 17: Clustering with Windows Server and SQL Server 2017
SQL Server 2017 is closely integrated with the Windows Server
Failover Clustering feature in Windows Server 2012 and Windows
Server 2012 R2, enabling you to create enterprise-class clustering
solutions that can deliver comprehensive high availability and
disaster recovery solutions. This module explains how Windows
Server Failover Clustering and SQL Server AlwaysOn Failover
Cluster Instances work, and describes how to implement clustering
to protect service availability.
- Lessons
- Introduction to Windows Server Failover Clustering
SQL Server AlwaysOn Failover Cluster Instances
- Lab : Implementing an AlwaysOn Failover Cluster Instance
- Inspect the Windows Server Failover Cluster Configuration
Install an Always On Failover Cluster Instance
Configure tempdb to Use Local Storage
Test Automatic Failover and Failback
After completing this module, you will be able to:
Describe the key benefits and features of Windows Server Failover
Clustering.
Describe how to use SQL Server Always On Failover Cluster
Instances to maintain high availability for SQL Server instances.
Module 18: AlwaysOn Availability Groups
SQL Server 2017 includes AlwaysOn Availability Groups to provide
high availability for groups of databases. This module describes
AlwaysOn Availability Groups in SQL Server 2017, explains the key
concepts of AlwaysOn Availability Groups, and describes how you
can use them to maintain highly available databases.
- Lessons
- Introduction to AlwaysOn Availability Groups Working with AlwaysOn Availability Groups Considerations for Using AlwaysOn Availability Groups
- Lab : Implementing and Testing an AlwaysOn Availability Group
- Implementing an AlwaysOn Availability Group
Connecting to an AlwaysOn Availability Group
Testing Failover
Configure Quorum Voting
After completing this module, you will be able to:
Describe the fundamental concepts and terminology for AlwaysOn
Availability Groups.
Explain how work with AlwaysOn Availability Groups.
Module 19: Planning High Availability and Disaster Recovery
This module describes the planning considerations for high
availability and disaster recovery, and provides common
implementation scenarios for on-premises, hybrid, and Microsoft
Azure environments.
- Lessons
- High Availability and Disaster Recovery with SQL Server 2017
High Availability and Disaster Recovery for Databases in Microsoft
Azure
- Lab : Planning High Availability and Disaster Recovery
- Planning High Availability and Disaster Recovery Solutions with SQL
Server 2017
Planning High Availability and Disaster Recovery Solutions by Using
Microsoft Azure
After completing this module, you will be able to:
Explain the considerations for implementing high availability and
disaster recovery by using SQL Server 2017, and describe some
common scenarios.
Explain the considerations for implementing high availability and
disaster recovery by using SQL Server 2017 and Microsoft Azure
services, and describe some common scenarios.
Module 20: Replicating Data
SQL Server replication enables you to copy and distribute data and
database objects to other computers and locations in your
enterprise, which can improve availability and scalability. This
module provides an overview of SQL Server replication and explains
the agents used to implement replication. It also describes some
common replication scenarios, how to design an appropriate
replication system for your requirements, and how to monitor and
troubleshoot replication.
- Lessons
- SQL Server Replication
Planning Replication
Lab : Planning and Implementing Replication
Planning Replication
Implementing Replication
After completing this module, you will be able to:
Describe SQL Server replication.
Identify an appropriate replication solution for a particular scenario.
สนใจอบรมติดต่อ
- โทร: 02-652-7060
- อีเมล: info@ctt-center.co.th