Microsoft SQL Database Administration : Optimize Your SQL Server Skills - ITU Online

Microsoft SQL Database Administration : Optimize Your SQL Server Skills

This sql server administration course offers students a comprehensive understanding of how to maintain and optimize a Microsoft SQL Server  database. It is specifically tailored towards individuals who want to gain knowledge features in numerous versions of SQL server as well as learn about essential capabilities throughout the entire data platform. Students will emerge from this training with an extensive set of skills for managing their own MS SQL Server environment along with its databases!

Included In This Course

Included In This Course

Total Hours
6 Training Hours
Microsoft SQL Database Administration : Optimize Your SQL Server Skills
41 On-demand Videos
Closed Caption

Closed Captions

Course Topics
6  Topics
Prep Questions
75 Prep Questions
Microsoft SQL Database Administration : Optimize Your SQL Server Skills

Certificate of Completion

Course Description

Elevate your career learning SQL Database Administration with our comprehensive Microsoft SQL Server Administration training. This course is designed to provide you with the skills needed to manage MS SQL Databases effectively, making you proficient in SQL Server Administration. Whether you’re an SQL Administrator, SQL Server DBA, or someone who works with MS Databases, this course is your gateway to mastering Microsoft SQL DBMS.

What You Will Learn In This SQL Database Administrator Course

  • SQL Server Database Management: Gain hands-on experience in SQL Server Databases, focusing on the newest features in SQL Server 2016, 2017, and 2019.
  • SQL DBA Essentials: Learn the core responsibilities of an SQL DBA, including SQL Server installation, Server Database maintenance, and data recovery.
  • SQL Database Administration: Master the art of SQL Database Administration, covering essential capabilities across the SQL data platform.
  • Microsoft SQL Server Database Certifications: Although the course is not certification-specific, it equips you with the knowledge that can help you pursue Microsoft SQL Server Database Certifications.

Who Should Enroll

This course is primarily aimed at individuals who administer and maintain SQL Server Databases. It’s also beneficial for those who develop applications that deliver content from SQL Server databases or work in environments where Server Databases are crucial.

SQL Database Administrator Course Highlights

  • 6 Training Hours
  • 41 On-demand Videos
  • Closed Captions
  • 75 Prep Questions
  • Certificate of Completion

Topics Covered

Module 1: Installation

Begin your journey into SQL Server Administration with an introductory lesson on the role of an SQL Administrator. This module will guide you through the installation process of Microsoft SQL Server 2019, setting the foundation for your career as an SQL Server DBA.

Module 2: Data Storage

This module delves into the intricacies of Data Storage in SQL Server Databases. Learn how to manage storage for both system and user databases effectively. The module also covers the process of moving database files, a crucial skill for any SQL Database Administrator.

Module 3: Data Recovery

Data Recovery is a vital aspect of SQL Database Administration. This module introduces you to SQL Server Recovery Models and helps you plan a robust backup strategy. Learn the techniques for backing up databases and transaction logs using SQL Server Management Studio (SSMS). The module also covers various restore processes, including how to restore a database and use T-SQL for backup and restore, equipping you with advanced restore scenarios.

Module 4: Monitoring

Monitoring SQL Server is essential for optimizing performance and ensuring database integrity. This module introduces you to Dynamic Management Views and Functions, server reports, and the System Performance Monitor. You’ll also learn about tracing SQL Server workload activity and using Extended Events, key skills for an SQL Server Database Administrator.

Module 5: Security

Security is a cornerstone in SQL Server Administration. This module provides a comprehensive overview of SQL Server Security, including managing server-level and database-level security. Learn about Row Level Security (RLS) using policies and various database security tools. The module also covers auditing data access in SQL Server and implementing Transparent Data Encryption, essential for MS SQL Database security.

Module 6: Maintenance

The final module focuses on the Maintenance of SQL Server Databases. Learn how to ensure database integrity and maintain indexes, both crucial for SQL Database Administration. The module also covers automating routine database maintenance tasks and SQL Server Management, as well as monitoring SQL Server errors and configuring Database Mail.

Salary Opportunities for a Microsoft SQL DBA

These figures are approximate and can vary based on various factors such as experience, education, and company size.

Major U.S. CitiesLow Salary Range ($)Median Salary Range ($)High Salary Range ($)
New York, NY90,000115,000145,000
San Francisco, CA95,000125,000160,000
Boston, MA85,000110,000140,000
Chicago, IL80,000105,000135,000
Seattle, WA90,000115,000145,000
Austin, TX78,000100,000130,000
Atlanta, GA75,00098,000125,000
Los Angeles, CA85,000110,000140,000
Washington, DC80,000105,000135,000
Denver, CO78,000100,000130,000
Miami, FL75,00098,000125,000
Phoenix, AZ72,00095,000120,000
Dallas, TX75,00098,000125,000
Houston, TX76,00099,000130,000

These salary ranges are based on various industry reports and surveys and are intended to give a general idea of what a Microsoft SQL DBA might expect to earn in these cities.

You Might Also Be Interested In Our Comprehensive SQL Courses

Key Term Knowledge Base: Key Terms Related to Microsoft SQL Server 2019 Administration

Understanding key terms in Microsoft SQL Server 2019 Administration is crucial for anyone working in or interested in database administration, especially when dealing with Microsoft’s SQL Server. Familiarity with these terms will aid in better understanding the software’s capabilities, troubleshooting issues, optimizing database performance, and effectively managing data. Here’s a list of key terms that are integral to this topic:

TermDefinition
SQL ServerA relational database management system developed by Microsoft, designed to store and retrieve data as requested by other software applications.
DatabaseA structured set of data held in a computer, especially one that is accessible in various ways.
QueryA request for data or information from a database table or combination of tables.
T-SQL (Transact-SQL)Microsoft’s proprietary extension to the SQL (Structured Query Language) used to interact with relational databases.
SSMS (SQL Server Management Studio)An integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database.
TableA collection of related data held in a structured format within a database.
IndexA database object that improves the speed of data retrieval operations on a database table.
Stored ProcedureA set of SQL statements that can be stored in the server and executed whenever required.
ViewA virtual table in SQL that is used to represent a subset of data from one or more tables.
JoinsSQL operations that combine rows from two or more tables based on a related column between them.
BackupThe process of creating a copy of data on a database to prevent data loss.
Recovery ModelDetermines how transactions are logged, whether the transaction log requires (and allows) backing up, and what kinds of restore operations are available.
ReplicationA set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency.
Clustered IndexA type of index where the table records are physically stored in the order of the index keys.
Non-clustered IndexA type of index where the physical order of the rows is not the same as the index order.
NormalizationThe process of organizing data in a database to reduce redundancy and improve data integrity.
Data TypesSpecific kinds of data, such as integer, float, or varchar, that define what can be stored in a table’s column.
SchemaThe structure of a database system, described in a formal language supported by the database management system.
PartitioningThe database process where very large tables are divided into multiple smaller, more manageable pieces, yet still treated as a single table.
Log ShippingA strategy of automatically sending transaction log backups from one server to another server.
High AvailabilitySystems designed to be available most of the time, minimizing downtime.
Disaster RecoveryStrategies and processes for recovering from catastrophic events that cause significant data loss or damage.
Performance TuningThe process of optimizing database systems for more efficient query processing.
SecurityMeasures and protocols to protect database integrity, confidentiality, and accessibility.
Data MigrationThe process of transferring data between storage types, formats, or computer systems.

This list encompasses the fundamental concepts you would encounter in Microsoft SQL Server 2019 Administration, providing a solid foundation for understanding and working with this powerful database management system.

Frequently Asked Questions About Microsoft SQL Server Administration

What Are the Core Responsibilities of an SQL Server Database Administrator (SQL Server DBA)?

An SQL Server DBA is responsible for managing MS SQL Databases, ensuring their performance, availability, and security. Core tasks include SQL Server installation, data storage management, data recovery planning, and SQL Server monitoring. They also handle SQL Database Administration tasks like backup and restore operations, as well as implementing security measures.

How Do I Plan a Backup Strategy for SQL Server Databases?

Planning a backup strategy is a critical aspect of SQL Database Administration. It involves understanding SQL Server Recovery Models, selecting appropriate backup types (full, differential, log), and scheduling them using SQL Server Management Studio (SSMS) or T-SQL commands. The strategy should also include off-site backups for disaster recovery.

What Are the Best Practices for SQL Server Security?

SQL Server Security is a key focus area for any SQL Database Administrator. Best practices include managing server-level and database-level security, implementing Row Level Security (RLS) using policies, and auditing data access in SQL Server. Transparent Data Encryption can also be used to enhance data security.

How Can I Monitor the Performance of MS SQL Databases?

Monitoring is an essential part of SQL Server Administration. SQL Server DBAs commonly use tools like Dynamic Management Views and Functions, server reports, and System Performance Monitor for this purpose. Advanced techniques include tracing SQL Server workload activity and using Extended Events for in-depth analysis.

What Maintenance Tasks Are Essential for SQL Server Databases?

Routine maintenance is crucial for the long-term health of SQL Server Databases. SQL Database Administration involves tasks like ensuring database integrity, maintaining indexes, and automating routine database maintenance. Tools like Database Tuning Advisor can be used to optimize performance.

Proudly Display
Your Achievement

Upon completion of your training, you’ll receive a personalized certificate of completion to help validate to others your new skills.
Example Certificate

Course Outline

Microsoft SQL Server 2019 Administration Course Content

Module 1: Installation

  •    SQL Admin Intro

  •    Installation

Module 2: Data Storage

  •    Introduction to Data Storage with SQL Server

  •    Managing Storage for System Databases

  •    Managing Storage for User Databases

  •    Moving Database Files

Module 3: Data Recover

  •    Intro to Data Recovery

  •    Understanding SQL Server Recovery Models

  •    Planning a Backup Strategy

  •    Backing up Databases and Transaction Logs

  •    Using SSMS For Backup

  •    Understanding the Restore Process

  •    How to Restore a Database

  •    Using SSMS For Restore

  •    T-SQL Backup and Restore

  •    Advanced Restore Scenarios

  •    Introduction to Transferring Data

  •    Importing and Exporting Table Data

  •    Copying or Moving a Database

Module 4: Monitoring

  •    Introduction to Monitoring SQL Server

  •    Dynamic Management Views and Functions

  •    Server Reports

  •    System Performance Monitor

  •    Tracing SQL Server Workload Activity

  •    Extended Events

  •    Database Tuning Advisor

Module 5: Security

  •    Introduction to SQL Server Security

  •    Managing Server-Level Security

  •    Managing Database-Level Security

  •    Row Level Security (RLS) Using Policies

  •    Database Security Tools

  •    Contained Database

  •    Auditing Data Access in SQL Server

  •    Implementing Transparent Data Encryption

Module 6: Maintenance

  •    Introduction to Maintenance

  •    Ensuring Database Integrity

  •    Maintaining Indexes

  •    Automating Routine Database Maintenance

  •    Automating SQL Server Management

  •    Monitoring SQL Server Errors

  •    Configuring Database Mai

Add a review
Currently, we are not accepting new reviews
4.8
Based on 80 reviews
1-5 of 80 reviews
  1. Smooth delivery and easy access to LMS. Good to see that the LMS offers progress tracking. Would be great if badges were offered on completion of courses to share via Credly to future employers.

Your Training Instructor

James Ring-Howell

James Ring-Howell

Microsoft Certified Trainer | Microsoft Certified Developer | Database Expert

James is a full-stack developer with over 40 years of experience. He has developed applications across all major industries and for Fortune 100 companies as well as local small businesses. James has also been teaching technology courses for over 20 years. In addition to his extensive background in technology, he has also worked as a professional opera singer.

Microsoft SQL Database Administration : Optimize Your SQL Server Skills
 

$49.00

OR

Subscribe To All-Access
Lock In $14.99 / Month Forever

Gain access to this training and all our other courses, offering over 2,500 hours of content, with our cost-effective monthly subscription. No obligations. Cancel anytime.

$49.00 $14.99 Monthly

Microsoft SQL Database Administration : Optimize Your SQL Server Skills

Microsoft SQL Server Database Administration
Microsoft SQL Database Administration : Optimize Your SQL Server Skills
Additional Options to Access This Training
This training is also part of our extensive training library containing over 225 courses, 12,000+ videos and over 19,000 practice test questions.

Monthly All-Access Subscription
7 Days Free - $39.00 / month

A great option at an affordable monthly price.

Annual All-Access Subscription
$229 / year

A discounted price when paying for your All Access library on an annual basis.

Lifetime All-Access Library
$379 One time payment

Exceptional Value. Pay once, never have to buy IT training again.

Related Courses

$49.00

Take your SQL Server skills to the next level with ITU Online’s Microsoft 70-464: Developing Microsoft SQL Server Databases course. Enroll today!

In this course you will learn logical table design, indexing and query plans. This course focuses on the creation of database objects including views, stored procedures, parameters and functions. Common aspects of procedure coding such as indexes, concurrency, error handling, and triggers are also covered in this course. This course will also teach you how to optimize indexes, ensure data integrity, implement views, stored procedures and functions as well as manage transactions and locks.

Add To Cart

$49.00

Gain expertise in designing BI solutions with SQL Server with our Microsoft 70-467 training course. Become an expert in BI solutions design today!

In this online training course you will learn how to plan and design a business intelligence (BI) infrastructure by designing a reporting solution, designing BI data models and designing an ETL solution. This course will teach business intelligence (BI) architects the overall design of a BI infrastructure and how it relates to other data systems in use.

Add To Cart

$49.00

Learn Java programming language with our online course and gain skills to build robust applications. Join now and get certified!

You should Learn Java as it is a must-have technology for a range of applications and websites, including business solutions, data centers, game consoles, utilities, desktop computers (as well as laptops and smartphones). That’s why this online training course explores the whole spectrum of Java Programming from beginner to advanced. With it you can confidently tackle any challenge that comes your way!

Add To Cart