Courses

    Pages & Posts

      • IT Training
        • Amazon Cloud (AWS)
        • Analytics and Big Data
        • Blockchain
        • Cisco
        • Citrix
        • CompTIA Certifications
        • Cybersecurity
        • Development Tools
        • DevOps
        • F5
        • Google Cloud
        • IBM
        • Java
        • Juniper Networks
        • Linux
        • Microsoft
        • Microsoft ON-DEMAND
        • Mobile Computing
        • NetApp
        • Nutanix
        • Oracle
        • Salesforce
        • VMware
        • Web Development, HTML, and JavaScript
      • Business Training
        • Business Analysis
        • Enterprise Architecture
        • HIPAA Certification & Training
        • IT Governance
        • ITIL® Certification
        • Program / Project Management
        • Salesforce
        • Scrum & Agile
        • Seminars
      • Services
        • Cybersecurity Compliance and Risk Management
        • Enterprise Learning Solutions
        • IT Performance Management
        • Media Security Solutions
        • Microsoft Certificate Program
        • Returning Citizens Initiative
        • Rental Request Form
        • State & Local Government
      • Student Resources
        • Navigating Babbage Simmel Academy Courses
        • Student Guide / Daily Schedule
        • College Credit / Tuition Reimbursement
        • Student Policies
        • Testing & Certifications
        • Promotions
        • Area Hotels
        • Area Restaurants
      • OD20462 Administering Microsoft SQL Server 2014 Databases

      Course Details

      Download PDF
      OD20462
      Up to 90 Days
      12/16/2019 $495.00
      Sign Up for This Class Guaranteed to Run

      OD20462 Administering Microsoft SQL Server 2014 Databases

      Share this course

      Tweet Share
      babsimLIVE Delivery


      Microsoft On-Demand (MOC OD) combines video, courseware, online labs and knowledge checks in a self-paced format. Build your skills on your schedule—all at once or 5 minutes at a time.


      What's Included:


      3-Month Access - Available 24x7


      HD Quality Streaming Videos


      On-Demand Hands-On Labs


      Knowledge Checks


      This course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database. The course focuses on teaching individuals how to use SQL Server 2014 product features and tools related to maintaining a database.


      Note: This course is designed for customers who are interested in learning SQL Server 2012 or SQL Server 2014. It covers the new features in SQL Server 2014, but also the important capabilities across the SQL Server data platform.


      After completing this course, students will be able to:



      • Describe core database administration tasks and tools.

      • Install and configure SQL Server 2014.

      • Configure SQL Server databases and storage.

      • Plan and implement a backup strategy.

      • Restore databases from backups.

      • Import and export data.

      • Monitor SQL Server.

      • Trace SQL Server activity.

      • Manage SQL Server security.

      • Audit data access and encrypt data.

      • Perform ongoing database maintenance.

      • Automate SQL Server maintenance with SQL Server Agent Jobs.

      • Configure Database Mail, alerts and notifications.


      Looking for the instructor-led version of this course?  Click HERE

      • Course Outline
      • Audience
      • Available Dates

      Course Outline

      Module 1: Introduction to SQL Server 2014 Database Administration

      This module introduces the Microsoft SQL Server 2014 platform. It describes the components, editions, and versions of SQL Server 2014, 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: Installing and Configuring SQL Server 2014

      This module explains how to assess resource requirements for SQL Server 2014 and how to install it.

      Lessons

      • Planning SQL Server Installation
      • Installing SQL Server 2014
      • Post-Installation Configuration

      Lab : Installing SQL Server 2014

      • 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 2014 installation.
      • Install SQL Server 2014.
      • Perform post-installation configuration tasks.

      Module 3: 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 4: 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 5: Restoring SQL Server 2014 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.
      • Perform a point-in-time recovery.

      Module 6: 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 7: Monitoring SQL Server 2014

      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 2014

      • 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 8: 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 9: Managing SQL Server Security

      In this module, you will 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 database permissions.
      • Manage server-level security.
      • Manage database-level security principals. 

      Module 10: 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 11: 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 12: Automating SQL Server 2014 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 13: Monitoring SQL Server 2014 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.

      Audience

      The primary audience for this course is individuals who administer and maintain SQL Server databases. These individuals perform database administration and maintenance as their primary area of responsibility or work in environments where databases play a key role in their primary job.

      The secondary audience for this course is individuals who develop applications that deliver content from SQL Server databases.  

      Available Course Dates

      12/16/2019 9:00 am - 12/20/2019 9:00 pmGuaranteed to Run babsimLive Delivery
      12/23/2019 9:00 am - 12/27/2019 9:00 pmGuaranteed to Run babsimLive Delivery
      Click here to sign up for this class

      Related Courses

      College Credit, CEUs, PDUs and CDUs
      When you take courses with the Babbage Simmel, be sure you get the credit you deserve. Curriculum offered by Babbage Simmel can earn you college credit, CEUs, PDUs or CDUs.

      College Credit
      Select curriculum offered by Babbage Simmel can be utilized for College Credit. For questions please E-Mail: info@babsim.com or call 614-481-4345.

      Continuing Education Units (CEUs)
      Continuing Education Units (CEUs) are nationally recognized standard units of measurement earned for satisfactory completion of qualified programs of continuing education. If you need more information about CEUs, please E-Mail: info@babsim.com or call 614-481-4345.

      Professional Development Units (PDUs)
      Professional Development Units (PDUs) can be issued by PMI® for formal learning activities related to project management. Project Management Professionals (PMPs®) are required to earn a minimum of 60 PDUs every 3 years to maintain certification. For more information about this program go to the PMI® web site or call 1-855 746 4849.

      Continuing Development Units (CDUs)
      CDUs may be earned by attending professional development (e.g. courses, seminars) offered by organizations endorsed by IIBA® and designated as an EEP vendor. As an IIBA Endorsed Education Provider (EEP) Babbage Simmel's IIBA® endorsed courses qualify for CDU credit. For more information about CDUs go the IIBA® web site or call 1-647-426-3735.

      Our babsimLIVE distance learning brings the classroom learning experience to you by seating you virtually into a real-life instructor-led classroom taught by award winning world-class instructors with other IT professionals like yourself. From the comfort of your home, workplace, or at the Babbage Simmel Columbus Campus, you acquire the training you need, when you want it, in the environment that is most comfortable for you to be successful.

      About Us Contact Us Blog Find A Course

      © Copyright 2019 • Babbage Simmel. All Rights Reserved. Columbus Web Design by Jetpack | Privacy Policy