SQL Server DBA Certification Training
Viswa Online Trainings is one of the world’s leading online IT training providers. We deliver a comprehensive catalog of courses and online training for freshers and working professionals to help them achieve their career goals and experience our best services.
Learners : 1080
Duration : 30 Days
About Course
Our SQL Server DBA Training from Real-time, Certified Trainers includes Basic to Advanced Database Administration activities: Capacity Planning, Query Tuning, Index Management, Database Maintenance, High Availability (HA), Disaster Recovery (DR), Query Store, In-Memory Tables, Database Repairs, Page Repairs, Jobs, Alerts, Resource Management, Security Management including Azure SQL DBA Activities like Azure Sync, Azure Server Failover, Azure Virtual Machines, and Azure DB Migrations. Enroll now and get certified in it.
SQL Server DBA Training Course Syllabus
✔ SQL Server DBA 2019 Installation
✔ Server Components and Purpose
✔ New features of SQL Server 2019
✔ Service Accounts, Purpose, and Usage
✔ Authentication Modes & Logins
✔ Instance Configuration Options
✔ Management Studio (SSMS) Tool Usage
✔ Troubleshooting the failed Instance
✔ Establishing Downtime For Maintenance
✔ Service Packs and Patch/hotfix Activities
✔ Pre & Post Database Maintenance Activities
✔ Steps for doing the Side-by-Side Migration
✔ Migration with Backup and Restore Method
✔ Migration of the Logins and Fixing Orphan users
✔ Merits/Demerits of the side by Side Migration
✔ Import and Export utility
✔ Scripts for copying the tables with data
✔ Configuration of the Network Protocols
✔ Dedicated Administrator Connection(DAC) configuration
✔ What is RAID Levels and choosing the Best suited for All DBs
✔ Database Configurations
✔ Attaching and detaching SQL Server DBA
✔ What is TempDB
✔ Corruption of TempDB
✔ How to troubleshoot and avoid common tempdb issues
✔ Starting and Stopping the SQL Server Services
✔ Configuration Manager
✔ Net commands
✔ Command Prompts and SQL CMD
✔ Starting the Dbs in Single-user Mode
✔ What is a database and a database management system (DBMS)
✔ ACID Properties
✔ The Life Cycle of a Query
✔ The Relational and Storage Engines
✔ Recovery
✔ Difference between Checkpoint and LazyWriter
✔ Types of System Dbs
✔ Startup Parameters
✔ Licencing of SQL Server DBA
✔ Pages & Types of Pages
✔ Extents and Types of Extents
✔ Managing Extents
✔ Data Files: Purpose and Storage
✔ Filegroups: Purpose and Usage
✔ Shrinking the log files
✔ File growth and MAXSIZE Options
✔ Scripting Database Structures
✔ Security
✔ Security Architecture
✔ Fixing the Server Roles
✔ Creating Logins
✔ Fixed Database Roles
✔ Database Users
✔ SQL Server Agent and Monitoring the Agent logs
✔ Troubleshooting the Jobs with help of Logs and Event Logs
✔ Steps for creation of Jobs with different steps.
✔ Job Activity Monitor and History Deletes
✔ Database Maintenance Plans.
✔ DB Maintenance Strategies & Schedules
✔ Monitoring tools used for SQL Server Monitoring
✔ Log file Viewer and Maintenace of Log File Viewer
✔ Activity Monitor
✔ Database reports
✔ Monitoring Processes in T-SQL
✔ sp_who and sp_who2
✔ sys.dm_exec_connections
✔ Backups with T-SQL Scripts
✔ Backups Concept and Mechanism
✔ Data Backups – Syntax and Types
✔ Log Backup Mechanism and Use
✔ COMPRESSION, CHECKSUM, and STATS
✔ Scheduling Backups & Strategies
✔ FILELISTONLY and VERIFYONLY Options
✔ COPY_ONLY Backups and Importance
✔ Compatibility, Recovery Model Options
✔ Working with Recovery Models & Backups
✔ Point-In-Time Restores & Recovery
✔ Overwrite Options for DB Restores
✔ Log Shiping
✔ Log Shipping Overview
✔ Configuration of the Log Shipping
✔ Deploy Log Shiping
✔ DB Mirroring Architecture & Use
✔ Mirroring Configuration Scenarios
✔ Backups & Restores for Mirrors
✔ Architecture
✔ Availability Group Replicas and Roles
✔ Availability Modes
✔ Types of Failover Supported
✔ Allowing Read-Only Access to Secondary Replicas
✔ Availability Group Example
✔ Configure a New Availability Group
✔ Configure an Existing Availability Group
✔ AlwaysOn Group Dashboard
✔ Understanding SQL Clustering Need
✔ SQL Server Clustering Architecture
✔ Windows Server Installation Options
✔ SQL Server Cluster Installation (VM)
✔ Add Nodes to SQL Server Cluster
✔ Replication Overview
✔ Replication Components
✔ Replication Types
✔ Implementing Replication
✔ Implementing Transactional
✔ Replication Monitor
✔ Understanding the Memory
✔ Windows and Memory
✔ Physical Memory
✔ SQL Server Memory
✔ Understanding Wait Statistics
✔ Locks a currency
✔ Lock Types
✔ Blocking and how to monitor the blocking
✔ DMVs for monitoring the blocking
✔ Table and Index Architecture
✔ Cluster and Non-Cluster indexes
✔ What is Heap
✔ Cluster index structure
✔ Index fragmentation
✔ Common Causes of High CPU Usage
✔ Outdated statistics
✔ I/O
✔ Disks
✔ Performance counters for Disk I/Os
Live Instructor Based Training With Software |
Lifetime access and 24×7 support |
Certification Oriented content |
Hands-On complete Real-time training |
Get a certificate on course completion |
Flexible Schedules |
Live Recorded Videos Access |
Study Material Provided |
SQL Server DBA Training - Upcoming Batches
7th NOV 2022
8 AM IST
Coming Soon
AM IST
5th NOV 2022
8 AM IST
Coming Soon
AM IST
Don't find suitable time ?
CHOOSE YOUR OWN COMFORTABLE LEARNING EXPERIENCE
Live Virtual Training
-
Schedule your sessions at your comfortable timings.
-
Instructor-led training, Real-time projects
-
Certification Guidance.
Self-Paced Learning
-
Complete set of live-online training sessions recorded videos.
-
Learn technology at your own pace.
-
Get access for lifetime.
Corporate Training
-
Learn As A Full Day Schedule With Discussions, Exercises,
-
Practical Use Cases
-
Design Your Own Syllabus Based
SQL Server DBA Training FAQ'S
Extents in an SQL server database are the basic unit of measuring space for indexes and tables in the database.
The contents of the page header are - Index of Data and Free Space.
The different types of System Databases include:
- Resource
- TempDB
- Distribution
- Model
- Master
- MSDB
Get ahead in your career by learning SQL Server DBA through VISWA Online Trainings
The syntax used to create an SQL database is - Create database <databasename>
This is one of the most common SQL Server DBA interview questions asked in technical interviews. To create a database with a specific file location, the following command is used:
Restore Database <database name> from disk='<Backup file location + file name>’