Lifetime
An ITU Online Training exclusive. The only Buy Once, Never Pay for IT training again program available. Plus, get all new and updated content for life.
With an All-Access Pass, you get access to every current and future ITU course. Access over 2,500 hours of on-demand IT Training 24/7. With over 13,000 on-demand training videos and 19,000+ practice questions, you'll have the tools to excel in the critical IT skills needed to elevate your IT Career. Our All-Access pass is available in three affordable plans.
Paris is the capital of France.
Tokyo is the capital of Japan.
Most Popular
Categories
With an All-Access Pass, you get access to every current and future ITU course. Access over 2,500 hours of on-demand IT Training 24/7. With over 13,000 on-demand training videos and 19,000+ practice questions, you'll have the tools to excel in the critical IT skills needed to elevate your IT Career. Our All-Access pass is available in three affordable plans.
ITU provides a vast array of IT-focused on-demand training designed to help you excel in both entry-level and advanced IT skills. Browse our most popular training or take a deper dive into our robust catalog of training categories.
Popular Courses All CategoriesCompTIA Train for a globally recognized IT certification with our comprehensive CompTIA courses. A+ | Network+ | Security+ Cybersecurity Master the art of combating cybersecurity threats and become a cyber hero. Ethical Hacking (CEH) | CISSP | CISM Cloud Computing An essential skill set in today's IT environments. Learn cloud computing platforms Azure Administrator | Google Cloud | AWS Practitioner Project Management Key to successful projects, learn the skills and methodolgy behind project management. PMP | Risk Mgmt | Agile PM Adobe Business & Management Cisco Cloud Computing CompTIA Computer Support Cybersecurity Data Administration Data Analysis Development & Programming Marketing & Social Media Medical Coding & Billing Microsoft Microsoft Office Network Administration Networking & Software Project Management Web Development
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
Closed Captions
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.
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.
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.
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.
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.
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.
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.
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.
These figures are approximate and can vary based on various factors such as experience, education, and company size.
Major U.S. Cities | Low Salary Range ($) | Median Salary Range ($) | High Salary Range ($) |
---|---|---|---|
New York, NY | 90,000 | 115,000 | 145,000 |
San Francisco, CA | 95,000 | 125,000 | 160,000 |
Boston, MA | 85,000 | 110,000 | 140,000 |
Chicago, IL | 80,000 | 105,000 | 135,000 |
Seattle, WA | 90,000 | 115,000 | 145,000 |
Austin, TX | 78,000 | 100,000 | 130,000 |
Atlanta, GA | 75,000 | 98,000 | 125,000 |
Los Angeles, CA | 85,000 | 110,000 | 140,000 |
Washington, DC | 80,000 | 105,000 | 135,000 |
Denver, CO | 78,000 | 100,000 | 130,000 |
Miami, FL | 75,000 | 98,000 | 125,000 |
Phoenix, AZ | 72,000 | 95,000 | 120,000 |
Dallas, TX | 75,000 | 98,000 | 125,000 |
Houston, TX | 76,000 | 99,000 | 130,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.
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:
Term | Definition |
---|---|
SQL Server | A relational database management system developed by Microsoft, designed to store and retrieve data as requested by other software applications. |
Database | A structured set of data held in a computer, especially one that is accessible in various ways. |
Query | A 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. |
Table | A collection of related data held in a structured format within a database. |
Index | A database object that improves the speed of data retrieval operations on a database table. |
Stored Procedure | A set of SQL statements that can be stored in the server and executed whenever required. |
View | A virtual table in SQL that is used to represent a subset of data from one or more tables. |
Joins | SQL operations that combine rows from two or more tables based on a related column between them. |
Backup | The process of creating a copy of data on a database to prevent data loss. |
Recovery Model | Determines how transactions are logged, whether the transaction log requires (and allows) backing up, and what kinds of restore operations are available. |
Replication | A 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 Index | A type of index where the table records are physically stored in the order of the index keys. |
Non-clustered Index | A type of index where the physical order of the rows is not the same as the index order. |
Normalization | The process of organizing data in a database to reduce redundancy and improve data integrity. |
Data Types | Specific kinds of data, such as integer, float, or varchar, that define what can be stored in a table’s column. |
Schema | The structure of a database system, described in a formal language supported by the database management system. |
Partitioning | The database process where very large tables are divided into multiple smaller, more manageable pieces, yet still treated as a single table. |
Log Shipping | A strategy of automatically sending transaction log backups from one server to another server. |
High Availability | Systems designed to be available most of the time, minimizing downtime. |
Disaster Recovery | Strategies and processes for recovering from catastrophic events that cause significant data loss or damage. |
Performance Tuning | The process of optimizing database systems for more efficient query processing. |
Security | Measures and protocols to protect database integrity, confidentiality, and accessibility. |
Data Migration | The 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.
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.
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.
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.
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.
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.
Course Outline
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.
Start this course for free with our 10-day trial of the all-access subscription providing access to over 2,600 hours of training.
$49.00
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.
$49.00
The Microsoft 70-764 SQL Server 2016 Administration course is designed to equip students with all the skills and knowledge necessary for them to confidently pass the Microsoft Certification Exam 70-764. By mastering this program, learners will be fully capable of administering a complete Microsoft SQL 2016 server solution – from installation through maintenance tasks.
$49.00
In this course you will learn how to plan and implement enterprise database infrastructure solutions by using SQL Server 2012 and other Microsoft technologies. This course will teach you how to consolidate SQL Server workloads, work with both on-premises and Microsoft Azure cloud-based solutions, and how to plan and implement high availability and disaster recovery solutions. You will learn how to create plans and designs for database structure, storage, objects, and servers.
$49.00
Cascading Style Sheets (CSS) provides the ability to create visually pleasing and sophisticated websites. In this CSS3 Training course, users at all levels will be instructed on how to use it effectively with ease.
Unlock endless learning opportunities with over 2,500 hours of IT training at our lowest price ever. Plus, get all new and updated online courses for free while your subscription remains active.
Cancel at your convenience. This exceptional deal on IT training provides you access to high-quality IT education at the lowest monthly subscription rate in the market. Boost your IT skills and join our journey towards a smarter tomorrow.
Mary Beth helped me. She was wonderful.