SQL Server 2012: Database Administration

Size: px
Start display at page:

Download "SQL Server 2012: Database Administration"

Transcription

1 COURSE Days of instructor-led training COURSE 171 This course is a comprehensive, soup-to-nuts DBA course for Microsoft SQL Server Coverage includes installation planning and deployment, security, backup and recovery, database management, jobs and automation, and the basics of performance monitoring for DBAs. There are more than 200 videos and the total time is well over 50 hours of training. This course is currently in production with new videos being added weekly. This course also makes extensive use of LearnItFirst s video exercises which include complete walkthroughs of the solutions (and come with the files containing both the problems and the solutions). Database Engine Analysis Services Reporting Services Integration Services WHAT S INCLUDED IN THIS COURSE 16 chapters of database administration training Equivalent to 5+ days of live classroom training Course files (.sql,.pdf,.xml, exercises, and more) Hands-on labs and exercises (with sample databases) Highest quality audio and video Three ways to watch: 1. Download to your computer 2. Mobile devices - watch on your iphone, ipad, Android device, etc. 3. DVD WHO IS THIS COURSE FOR? People who have had some exposure to SQL Server but who have not undergone a full SQL Server 2012 DBA class. This is not a beginner-level course nor is an advanced course; it is intended for the beginner-to-intermediate and/or someone coming from another system (such as Oracle, DB2, or MySQL) who wants to learn how to administer a SQL Server. PRICING AND MULTI-USER LICENSING LearnItFirst s courses are priced on a per-user, per-course basis. Site licenses, training vouchers, volume discounts, and our Buy 3, Get 1 Free packages are also available. For more information, please visit our website: LearnItFirst.com is one of the most trusted names in the IT training industry. Founded in 2004, LearnItFirst now boasts a training library of more than 3,200 instructor-led training videos spanning nearly 800 hours! h p:// irst.com/

2 COURSE Days of instructor-led training COURSE CHAPTER LISTING This 16-chapter course covers all facets of SQL Server 2012 including planning, installation/upgrade, database creation, file management, security, backup and recovery, automation, maintenance, performance, and much more! 01 - Course Introduction 02 - Editions, Licensing, and What s New in SQL Server Installing and Upgrading to SQL Using the Tools and Configuring SQL Server Creating and Managing Databases 06 - Security in SQL Server SQL Server 2012 Backup and Recovery 08 - Automating Your SQL Server 09 - Database Maintenance 10 - SQL Server 2012 Performance Monitoring 11 - Virtualizing Your SQL Server 2012 Instance 12 - VLDBs, SANs, SSDs, Partitioning Strategies and More 13 - Managing SQL Server 2012 with PowerShell 14 - A Guide to Moving and Copying Databases 15 - SQL Server Replication 16 - Miscellaneous Administration Topics FREQUENTLY ASKED QUESTIONS What is the quality of the video/audio? The quality is excellent with sharp video and superb sounding audio. We output high quality, 1024x768 video with CD quality audio. Our videos are recorded and mixed in a professional studio so that you get the highest quality possible. How do I access the videos? For immediate access to your course, you can download the videos from our website. If you d like, a DVD copy is available as well. Do I have to have internet access to watch the videos? No! You only need internet access only to download the videos (unless you choose the DVD, which requires no internet connection). How long are the videos? Each video typically ranges between 10 and 20 minutes and is meant to cover a specific topic. This makes it easy to re-use the course later when you need to review a particular topic.

3 Chapter 1: Course Introduction Course Introduc on - What Is Covered in this Course? How to Use this Course Effec vely How this Course is Arranged How the Exercises Are Designed to Help You Opera ng Systems, SQL Server Edi ons, and Differences Professional Development for SQL Server: What s Next? Chapter 2: Why SQL Server 2012? Edi ons of SQL Server The Express and Web Edi ons Bit or 64-Bit: Which One Should You Choose? Licensing SQL Server 2012: The Basics Licensing SQL Server 2012: CPUs and Core Factors Licensing SQL Server 2012: Virtualiza on and HA/DR Sizing Up New Hardware and Choosing Your SQL Server Edi on What s New in SQL Server 2012 for DBAs: Overview The History of SQL Server Chapter 3: Installing and Upgrading to SQL Server Decisions You Have to Make Decisions You Have to Make: Hardware Benchmarking Decisions You Have to Make: Requirements, Architecture, Machines Decisions You Have to Make: Security Model What DBAs Need to Know About RAID Levels Decisions You Have to Make: File Placement Decisions You Have to Make: Service Accounts, Domain Groups Decisions You Have to Make: Instance Names, Mul ple Instances, Colla ons Se ng Up the Domain User and Managed Service Accounts Installing an Instance of SQL Server Installing a Named Instance and A First Look at What s Installed A Quick Look at Management Studio and Other Tools

4 Chapter 3: Installing and Upgrading to SQL Server 2012 (cont.) Exercise 01: Preparing Your Environment to Install SQL Server Exercise 02: Installing SQL Server Other Things You Can Do to Op mize Your SQL Server Installa on Installing Service Packs, Hot Fixes, and Cumula ve Updates How to Use Product Updates to Slipstream a SQL Server 2012 Installa on Upgrading to SQL Server Pre-Upgrade Upgrading to SQL Server Running the Upgrade Advisor Chapter 4: Using the Tools and Configuring SQL Server An Overview of Which Tools Perform Which Func ons SQL Server Management Studio - Walkthrough SQL Server Management Studio - Connec ons, Templates, and More SQL Server Management Studio - Tips and Tricks SQL Server Configura on Manager, SQL Server Data Tools, and Books Online How to Configure SQL Server Service Accounts and Service Management How to Configure SQL Server Network Protocols, Networking, and Aliases How to Configure SQL Server Configure Memory Usage How to Configure SQL Server Configure CPU Usage How to Configure SQL Server Security Se ngs, Audi ng, Connec on Op ons How to Configure SQL Server Even More Configura ons! How to Make SQL Server Configura on Changes Using SSMS, sp_configure, and ALTER SERVER CONFIGURATION Exercise 01: Configure Your SQL Server to Accept Remote Connec ons Exercise 02: Configure Your SQL Server Using SSMS and TSQL The SQL Server and Windows Error Logs First Look at SQL Server Profiler and the Default Trace Other Tools Worth Knowing Chapter 5: Creating and Managing Databases SQL Server Databases: The Data File and the Transac on Log The System Databases in SQL Server 2012

5 Chapter 5: Creating and Managing Databases (cont.) The Types of Databases in a Typical SQL Server 2012 Instance Crea ng a Database: The Basics Crea ng a Database Using SSMS and TSQL Crea ng a Database: Sizing and Configuring Database Files Expanding a Database Filegroups and Working with Mul ple Data and Log Files Crea ng and Expanding Databases with Mul ple Files and Filegroups What Happens When the Transac on Log is 100% Full? Database Configura on Op ons, Part Database Configura on Op ons, Part Changing Database Configura ons and Compa bility Levels Exercise 01: Planning the Course Database Exercise 02: Crea ng and Modifying the Course Database How to Delete and Empty Files in a Database A aching and Detaching SQL Server 2012 Databases Suggested Changes a er an Upgrade How and Why You Want to Enable Instant File Ini aliza on Tempdb Data File Considera ons Chapter 6: Security in SQL Server The Principle of Least Privilege Reducing the A ack Surface Area The SQL Server Security Model Logins Installed by SQL Server and How to Create SQL Logins How to Create Windows Logins and Windows Group Logins Server Roles and More Scope and Securables Crea ng and Assigning Server Roles and Assigning Server-Scoped Permissions Account Lockout, Password Policies, and Enabling and Disabling Logins Exercise 01: Crea ng Logins and Assigning Roles User Accounts in SQL Server 2012

6 Chapter 6: Security in SQL Server 2012 (cont.) The Mysteries of the dbo Account Crea ng and Viewing User Accounts Database Roles in SQL Server Applica on Roles in SQL Server Crea ng and Assigning Database Roles Exercise 02: Crea ng Users and Assigning Roles Gran ng Table, View and Rou ne Permissions Schemas, Name Resolu on, and Object Ownership How to Assign Database Permissions Ownership: What It Is And How It Works Broken Ownership Chains in SQL Server Impersona on in SQL Server Exercise 03: Managing and Tes ng Permissions Exercise 04: Impersona on and Stored Procedures When a Windows User Who Belongs to a Group Creates an Object Dealing with Orphaned Users - Part Dealing with Orphaned Users - Part Quick Hits: SQL Server Audit Quick Hits: Policy-Based Management (PBM) Quick Hits: Par ally Contained Databases Quick Hits: Trustworthy, Cross Database Ownership Chaining Chapter 7: SQL Server 2012 Backup and Recovery How the Transac on Log Works The Types of SQL Server Backups and Permissions Required Recovery Models What are Bulk Opera ons in SQL Server? The BULK_LOGGED Recovery Model How to Change the Recovery Model Exercise 01: Recovery Models The Types of SQL Server Backups and Permissions Required

7 Chapter 7: SQL Server 2012 Backup and Recovery (cont.) How to Take SQL Server Backups in SSMS Viewing the Contents of Backup Files Managing Backup History in SQL Server Backup Compression Exercise 02: Compression and Permissions Exercise 03: Taking Full and Differen al Backups More About How the Transac on Log Works How to Backup the Transac on Log The Basics of Restoring a SQL Server Database Developing Backup Strategies, Part Developing Backup Strategies, Part Example Restore Scenarios and Crash Procedures How Changing the Recovery Model Affects Backup Strategy Strategies With the Full and Bulk Logged Recovery Models How Changing to BULK_LOGGED Affects Backup Strategies A How-to Guide to Performing Bulk Imports Copy Only Backups Emergency! My Transac on Log Has Filled Up! When Should You Back Up the System Databases? Disaster Recovery Prepara on: Backing Up Your En re SQL Server Exercise 04: Taking Transac on Log Backups Where to Look for Problems The Fundamentals of Restoring Databases Performing Point In Time Restores How to View The Transac on Log and Perform STOPAT Restores The Importance of the Tail Log Backup Restoring the Chapter07 Database How to Move and Copy Databases with Backup and Restore How to Backup the Log When the Data File(s) Is Missing Emergency Mode Restores and DBCC CHECKDB Disaster Recovery: Restoring Your En re SQL Server

8 Chapter 7: SQL Server 2012 Backup and Recovery (cont.) How to Rebuild Your SQL Server (a.k.a. Rebuild Master) How to Restore Master and the System Databases Exercise 05: Restoring Databases How to Have Zero Down me in SQL Server 2012 (Ha!) Chapter 8: Automating Your SQL Server What Can We Automate Configuring Your Server to Send via Database Mail Tes ng and Troubleshoo ng Database Mail The SQL Server Agent How to Configure the SQL Server Agent SQL Server Operators and Alerts: What Are They and What Can They Do? Performance Condi on Alerts and WMI Event Alerts Create SQL Server Event Alerts and Customizing Your SQL Server How to Create a SQL Server WMI Alert Crea ng Performance Condi on Alerts Exercise 01: Configure the SQL Server Agent Exercise 02: Configure Database Mail and Operators SQL Agent and Security: Sysadmin-Created Jobs and The Agent Create a Job to Backup the Database SQL Agent and Security: Creden als, and Proxy Accounts How Security Works for Non-Sysadmin Owned Jobs Crea ng and Using Proxy Accounts and Non-Sysadmin Jobs Using Tokenized Jobs to Create a Powerful Event Repor ng System Send When SQL Agent Starts + Start Agent When SQL Server Starts Exercise 03: Create SQL Server Backup Jobs Exercise 04: Create Security Maintenance Jobs Create a Job to Perform a Bulk Import How to Schedule an SSIS Package as a Job SQL Server 2012 Resource Governor

9 Chapter 9: : Database Maintenance Maintenance and the DBA The Types of Indexes in SQL Server Understanding SQL Server Page Structures and Clustered Index Structure Page Splits - What They Are and How to Iden fy Them Iden fying and Repairing Index Fragmenta on How SQL Server Uses Sta s cs (and Why You Need to Know) How to View and Update SQL Server Sta s cs The Importance of DBCC CHECKDB Maintenance Plans Archiving/Purging Database Mail history Exercise 01: Crea ng a Job to Reindex Fragmented Tables Chapter 10: SQL Server 2012 Performance Monitoring Performance Monitoring Tools and Concepts DBAs Need to Be Familiar With Performance Monitor Counters for SQL Server Crea ng Data Collector Sets for Monitoring SQL Server Using PAL to Automa cally Create Reports for SQL Server Using SSMS to Monitor Performance Key Concepts: sp_configure performance penalty, FREEPROCCACHE, DROPCLEANBUFFERS SQL Server Se ngs: Op mize for Ad-Hoc Workloads and Forced Parameteriza on Using the Database Engine Tuning Advisor to Diagnose Performance Issues DMVs (Dynamic Management Views) and DMFs (Dynamic Management Func ons) Common DMVs/DMFs for Monitoring Iden fying Disk Pressure Using DMVs and DMFs DMVs/DMFs for Monitoring Users and Database Ac vity Iden fying Memory Pressure Using DMVs and DMFs Locking and Blocking Lock Hints and Isola on Levels Waits and Queues Using SQL Server Profiler to Spot Problems Extended Events

10 Chapter 11: Virtualizing Your SQL Server 2012 Instance Why Virtualize? What Tools Are Available? SQL Azure and the Cloud Chapter 12: VLDBs, SANs, SSDs, Partitioning Strategies and More Working with Very Large Databases Disk Subsytems: SAN, SSD, or Both? Par oning Strategies for Large Tables Indexed Views and Filtered Indexes Chapter 13: Managing SQL Server 2012 with PowerShell What Can We Do with PowerShell and SQL Server? How to Navigate SQL Server with PowerShell Using LogParser with SQL Server 2012 Chapter 14: A Guide to Moving and Copying Databases Op ons for Moving and Copying Databases How to Move and Copy Databases with Backup and Restore A aching and Detaching SQL Server 2012 Databases Dealing with Orphaned Users, Part Dealing with Orphaned Users, Part 2 Chapter 15: SQL Server Replication What Is Replica on and Why Do We Need It? Types of SQL Server Replica on Chapter 16: Miscellaneous Administration Topics SQL CLR - Managing.Net in the Database Encryp on in SQL Server Database Snapshots FILESTREAM and FileTables

11 VIDEOS IN THIS COURSE (cont.) ABOUT THE INSTRUCTOR Scott Whigham is an experienced SQL Server/.NET consultant, trainer, and author with more than fifteen years of hands-on experience working with SQL Server databases, writing and debugging applications using Visual Studio, data warehousing, and performance tuning. Before founding LearnItFirst.com, Scott had been an independent consultant since 1998 focusing on SQL Server,.NET, performance tuning, and data warehousing. Scott has also been a trainer for popular in-person training organizations, taught several Train the Trainer workshops and classes, and authored/taught multiple New Hire programs for Fortune 100 companies. As an author and instructor, Scott has been asked to speak and train at events in the United States and Europe. Scott has written courses on SQL Server and C# and VB languages as well as popular articles for top-selling magazines and the MSDN (Microsoft Developer Network) library. Scott and his family live in the Dallas, Texas area. SQL Server 2012: COURSE Days of instructor-led training

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos)

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos) Course Description This course is a soup-to-nuts course that will teach you everything you need to configure a server, maintain a SQL Server disaster recovery plan, and how to design and manage a secure

More information

$99.95 per user. SQL Server 2005 Database Administration CourseId: 152 Skill level: 200-500 Run Time: 30+ hours (158 videos)

$99.95 per user. SQL Server 2005 Database Administration CourseId: 152 Skill level: 200-500 Run Time: 30+ hours (158 videos) Course Description This popular LearnItFirst.com course is a soup-to-nuts course that will teach you how to choose your edition, install, configure and manage any edition of. You ll learn the details of

More information

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1 SQL Server 2008 Designing, Optimizing, and Maintaining a Database Course The SQL Server 2008 Designing, Optimizing, and Maintaining a Database course will help you prepare for 70-450 exam from Microsoft.

More information

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database Course Overview This instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 R2 database.

More information

MOC 20462C: Administering Microsoft SQL Server Databases

MOC 20462C: Administering Microsoft SQL Server Databases MOC 20462C: Administering Microsoft SQL Server Databases Course Overview This course provides students with the knowledge and skills to administer Microsoft SQL Server databases. Course Introduction Course

More information

Upon completion of the program, students are given a full support to take and pass Microsoft certification examinations.

Upon completion of the program, students are given a full support to take and pass Microsoft certification examinations. Upon completion of the program, students are given a full support to take and pass Microsoft certification examinations. After completing this course, students will be able to: Plan and install SQL Server

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Administering Microsoft SQL Server 2012 Databases Install and Configure (19%) Plan installation. May include but not limited to: evaluate installation requirements; design the installation of SQL Server

More information

50238: Introduction to SQL Server 2008 Administration

50238: Introduction to SQL Server 2008 Administration 50238: Introduction to SQL Server 2008 Administration 5 days Course Description This five-day instructor-led course provides students with the knowledge and skills to administer SQL Server 2008. The course

More information

6231A - Maintaining a Microsoft SQL Server 2008 Database

6231A - Maintaining a Microsoft SQL Server 2008 Database 6231A - Maintaining a Microsoft SQL Server 2008 Database Course Number: 6231A Course Length: 5 Days Certification Exam This course will help you prepare for the following Microsoft Certified Professional

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Course 10775A: Administering Microsoft SQL Server 2012 Databases Length: Audience(s): 3 Days IT Professionals Level: 200 Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

Below are the some of the new features of SQL Server that has been discussed in this course

Below are the some of the new features of SQL Server that has been discussed in this course Course 10775A: Administering Microsoft SQL Server 2012 Databases OVERVIEW About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL

More information

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Administering Microsoft SQL Server 2012 Databases MOC 10775 About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2012

More information

10775 Administering Microsoft SQL Server Databases

10775 Administering Microsoft SQL Server Databases 10775 Administering Microsoft SQL Server Databases Course Number: 10775 Category: Microsoft SQL Server 2012 Duration: 5 days Certification: Exam 70-462 Administering Microsoft SQL Server 2012 Databases

More information

10775A Administering Microsoft SQL Server 2012 Databases

10775A Administering Microsoft SQL Server 2012 Databases 10775A Administering Microsoft SQL Server 2012 Databases Five days, instructor-led About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft

More information

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server. Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

MS SQL Server 2014 New Features and Database Administration

MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 Architecture Database Files and Transaction Log SQL Native Client System Databases Schemas Synonyms Dynamic Management Objects

More information

Maintaining a Microsoft SQL Server 2008 Database

Maintaining a Microsoft SQL Server 2008 Database Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Five days; Instructor-Led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

SQL Server 2008 Administration

SQL Server 2008 Administration SQL Server 2008 Administration Real World Skills for ITP Certification and Beyond Tom Carpenter WILEY Wiley Publishing, Inc. Contents Introduction xxi Part i Introducing SQL Server 2008 1 Chapter 1 Understanding

More information

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Course 50400A: Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

SQL Server for Database Administrators Course Syllabus

SQL Server for Database Administrators Course Syllabus SQL Server for Database Administrators Course Syllabus 1. Description This course teaches the administration and maintenance aspects of Microsoft SQL Server. It covers all the roles performed by administrative

More information

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

MS-10775: Administering Microsoft SQL Server 2012 Databases. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery.

MS-10775: Administering Microsoft SQL Server 2012 Databases. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery. MS-10775: Administering Microsoft SQL Server 2012 Databases This five-day instructor led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2012 database. The course

More information

ExecuTrain Course Outline MOC 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

ExecuTrain Course Outline MOC 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database ExecuTrain Course Outline MOC 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database 5 Days About this Course This five-day instructor-led course provides students with the knowledge and skills to

More information

W I S E. SQL Server 2012 Database Engine Technical Update WISE LTD.

W I S E. SQL Server 2012 Database Engine Technical Update WISE LTD. Technical Update COURSE CODE: COURSE TITLE: LEVEL: AUDIENCE: SQSDBE SQL Server 2012 Database Engine Technical Update Beginner-to-intermediate SQL Server DBAs and/or system administrators PREREQUISITES:

More information

General DBA Best Practices

General DBA Best Practices General DBA Best Practices An Accelerated Technology Laboratories, Inc. White Paper 496 Holly Grove School Road West End, NC 27376 1 (800) 565-LIMS (5467) / 1 (910) 673-8165 1 (910) 673-8166 (FAX) E-mail:

More information

Before attending this course, participants should have:

Before attending this course, participants should have: Administering Microsoft SQL Server 2012 Databases ` T h i s f i v e - d a y i n s t r u c t o r - l e d c o u r s e p r o v i d e s s t u d e n t s w i t h t h e k n o w l e d g e a n d s k i l l s t o

More information

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL)

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL) Maintaining a Microsoft SQL Server 2008 Database Course 6231A: 5 days; Instructor-Led Length: Published: Language(s): Audience(s): Level: Technology: Type: 5 Day(s) December 09, 2008 (in development) English

More information

Course Syllabus. At Course Completion

Course Syllabus. At Course Completion Key Data Product #: Course #: 6231A Number of Days: 5 Format: Certification Exams: 70-432, 70-433 Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the

More information

MS 20462 Administering Microsoft SQL Server Databases

MS 20462 Administering Microsoft SQL Server Databases MS 20462 Administering Microsoft SQL Server Databases Description: Days: 5 Prerequisites: This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL

More information

Mind Q Systems Private Limited

Mind Q Systems Private Limited MS SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques Module 1: SQL Server Architecture Introduction to SQL Server 2012 Overview on RDBMS and Beyond Relational Big picture of

More information

MCTS 70-431 Microsoft SQL Server 2005 Implementation & Maintenance

MCTS 70-431 Microsoft SQL Server 2005 Implementation & Maintenance MCTS 70-431 Microsoft SQL Server 2005 Implementation & Maintenance Chapter 0 Introduction to RDBM & SQL Chapter 5 Introducing More Database Objects 0.1 Database Basics 5.1 Stored Procedures 0.2 SQL Basics

More information

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led About this Course This three-day instructor-led course provides

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases Course 20462C: Administering Microsoft SQL Server Databases Module 1: Introduction to SQL Server 2014 Database Administration This module introduces the Microsoft SQL Server 2014 platform. It describes

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases Course 20462C: Administering Microsoft SQL Server Databases Module 1: Introduction to SQL Server 2014 Database Administration This module introduces the Microsoft SQL Server 2014 platform. It describes

More information

MOC 20462 Administering Microsoft SQL Server 2014 Databases

MOC 20462 Administering Microsoft SQL Server 2014 Databases To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com MOC 20462 Administering Microsoft SQL Server 2014 Databases Class Duration 5 Days Class Overview

More information

ADMINISTERING MICROSOFT SQL SERVER DATABASES

ADMINISTERING MICROSOFT SQL SERVER DATABASES Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com COURSE OUTLINE ADMINISTERING MICROSOFT SQL SERVER DATABASES Microsoft Course Code 20462 About this course This five-day

More information

SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques

SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques SQL Server 2012 Database Administration With AlwaysOn & Clustering Techniques Module: 1 Module: 2 Module: 3 Module: 4 Module: 5 Module: 6 Module: 7 Architecture &Internals of SQL Server Engine Installing,

More information

Administering Microsoft SQL Server Databases MOC 20462

Administering Microsoft SQL Server Databases MOC 20462 Administering Microsoft SQL Server Databases MOC 20462 Course Outline Module 1: Installing SQL Server 2014 This module introduces the SQL Server 2014 platform. It describes the components, editions, and

More information

Course 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

Course 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database Course 6231B: Maintaining a Microsoft SQL Server Database Five days, instructor-led About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft

More information

Course Outline: www.executrain-qro.com

Course Outline: www.executrain-qro.com This five-day instructor-led 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

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Administering Microsoft SQL Server Databases Course Length:

More information

SQL Server 2014

SQL Server 2014 Administering Microsoft SQL Server Databases vc Day(s): 5 Course Code: M20462 Version: C Overview This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft

More information

Course Outline: Course 6317: Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills

Course Outline: Course 6317: Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course Outline: Course 6317: Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to DBA Skills Learning Method: Instructor-led Classroom Learning Duration: 3.00 Day(s)/ 24 hrs Overview:

More information

Server 2008 SQL. Administration in Action ROD COLLEDGE MANNING. Greenwich. (74 w. long.)

Server 2008 SQL. Administration in Action ROD COLLEDGE MANNING. Greenwich. (74 w. long.) SQL Server 2008 Administration in Action ROD COLLEDGE 11 MANNING Greenwich (74 w. long.) contents foreword xiv preface xvii acknowledgments xix about this book xx about the cover illustration about the

More information

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database 6231B: Maintaining a Microsoft SQL Server Database Course Details Course Code: Duration: Notes: 6231B 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Microsoft SQL Server 2012 Administration

Microsoft SQL Server 2012 Administration PROFESSION Microsoft SQL Server 2012 Administration Adam Jorgensen Steven Wort Ross LoForte Brian Knight WILEY John Wiley & Sons, Inc. INTRODUCTION xxxvii CHAPTER 1: SQL SERVER 2012 ARCHITECTURE 1 SQL

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases Course 20462C: Administering Microsoft SQL Server Databases Page 1 of 7 Administering Microsoft SQL Server Databases Course 20462C: 4 days; Instructor-Led Introduction This four-day instructor-led course

More information

Designing Database Solutions for Microsoft SQL Server 2012

Designing Database Solutions for Microsoft SQL Server 2012 Course 20465A: Designing Database Solutions for Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 300 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

Administering Microsoft SQL Server Databases 20462C; 5 days

Administering Microsoft SQL Server Databases 20462C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Administering Microsoft SQL Server Databases 20462C; 5 days Course Description

More information

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos)

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos) Course Description This course is a comprehensive course for Microsoft SQL Server 2008 and for SQL Server 2008 R2 Reporting Services (yes, it covers both!). This course features coverage of the two main

More information

Maintaining a Microsoft SQL Server 2008 R2 Database

Maintaining a Microsoft SQL Server 2008 R2 Database CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Maintaining a Microsoft SQL Server 2008 R2 Database Course 6231: Five days Introduction This five-day

More information

Course: 20462 Administering Microsoft SQL Server Databases Overview

Course: 20462 Administering Microsoft SQL Server Databases Overview Course length: 5 Days Microsoft SATV Eligible Course: 20462 Administering Microsoft SQL Server Databases Overview About this Course This five-day instructor-led course provides students with the knowledge

More information

MODULE FRAMEWORK : Dip: Information Technology Network Integration Specialist (ITNIS) (Articulate to Edexcel: Adv. Dip Network Information Specialist)

MODULE FRAMEWORK : Dip: Information Technology Network Integration Specialist (ITNIS) (Articulate to Edexcel: Adv. Dip Network Information Specialist) Year: 2011 (2 nd year) Term: 3 Class group: Blue Facilitator: C. Du Toit Description: Learn how to install, configure and administer a Microsoft SQL Server. Learn how to manage a SQL database hosted on

More information

Microsoft SQL Server 2012 Administration. Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and 70-463)

Microsoft SQL Server 2012 Administration. Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and 70-463) Brochure More information from http://www.researchandmarkets.com/reports/2330969/ Microsoft SQL Server 2012 Administration. Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases Course Code: M20462 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Administering Microsoft SQL Server Databases Overview This five-day instructor-led course provides delegates with the knowledge

More information

Microsoft SQL Server 2014: MS-20462 SQL Server Administering Databases

Microsoft SQL Server 2014: MS-20462 SQL Server Administering Databases coursemonster.com/uk Microsoft SQL Server 2014: MS-20462 SQL Server Administering Databases View training dates» Overview This five-day instructor-led course provides students with the knowledge and skills

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 20465B; 5 days, Instructor-led

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 20465B; 5 days, Instructor-led Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 20465B; 5 days, Instructor-led Course Description This five-day, instructor-led course provides you with the

More information

Beginning SQL Server. 2012 Administration. Apress. Rob Walters Grant Fritchey

Beginning SQL Server. 2012 Administration. Apress. Rob Walters Grant Fritchey Beginning SQL Server 2012 Administration Rob Walters Grant Fritchey Apress Contents at a Glance About the Authors About the Technical Reviewer Acknowledgments Introduction xv xvi xvii xviii Chapter 1:

More information

Administrating Microsoft SQL Server 2012 Databases

Administrating Microsoft SQL Server 2012 Databases MS10775 Längd: 5 dagar Administrating Microsoft SQL Server 2012 Databases OBS!! Från hösten 2014 ersätts denna kurs av motsvarande nya kurs MS20462 Administering Microsoft SQL Server Databases This five-day

More information

20462C: Administering Microsoft SQL Server Databases

20462C: Administering Microsoft SQL Server Databases 20462C: Administering Microsoft SQL Server Databases Course Details Course Code: Duration: Notes: 20462C 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

MS SQL Server DBA Training Course. Table of Contents

MS SQL Server DBA Training Course. Table of Contents Table of Contents Overview... 4 About DBA University, Inc.... 4 Malathy Mani Microsoft Certified Solutions Expert (MCSA)... 5 Pricing and Registration... 5 Course Duration and Timings... 5 Sunday, Monday,

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases Administering Microsoft SQL Server Databases Course Details Duration: Course code: 5 Days M20462 Overview: This five-day instructor-led course provides delegates with the knowledge and skills to maintain

More information

20462 - Administering Microsoft SQL Server Databases

20462 - Administering Microsoft SQL Server Databases 20462 - Administering Microsoft SQL Server Databases Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description Note: This course is designed for customers who are interested

More information

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 WEB: www.nutechtraining.com TEL: 301-610-9300

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 WEB: www.nutechtraining.com TEL: 301-610-9300 NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 WEB: www.nutechtraining.com TEL: 301-610-9300 MCTS SQL Server 2005 Developer Course Outlines Exam 70 431: TS: Microsoft SQL

More information

Administering a SQL Database Infrastructure

Administering a SQL Database Infrastructure Administering a SQL Database Infrastructure 20764A 5 Days Instructor-led, Hands on Course Information This five-day instructor-led course provides students who administer and maintain SQL Server databases

More information

Administering a SQL Database Infrastructure 20764; 5 Days; Instructor-led

Administering a SQL Database Infrastructure 20764; 5 Days; Instructor-led Administering a SQL Database Infrastructure 20764; 5 Days; Instructor-led Course Description This five-day instructor-led course provides students who administer and maintain SQL Server databases with

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Course 10775 : Administering Microsoft SQL Server 2012 Databases Page 1 of 13 Administering Microsoft SQL Server 2012 Databases Course 10775: 4 days; Instructor-Led Introduction This four-day instructor-led

More information

Basic knowledge of the Microsoft Windows operating system and its core functionality Working knowledge of Transact-SQL and relational databases

Basic knowledge of the Microsoft Windows operating system and its core functionality Working knowledge of Transact-SQL and relational databases M20462 Administering Microsoft SQL Server Databases Description: This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database. The

More information

20462 Administering Microsoft SQL Server Databases

20462 Administering Microsoft SQL Server Databases 20462 Administering Microsoft SQL Server Databases Audience Profile The primary audience for this course is individuals who administer and maintain SQL Server databases. These individuals perform database

More information

Database Administrator Certificate Capstone Project Evaluation Checklist

Database Administrator Certificate Capstone Project Evaluation Checklist Database Administrator Certificate Capstone Project Evaluation Checklist The following checklist will be used by the Capstone Project instructor to evaluate your project. Satisfactory completion of the

More information

Microsoft Official Courseware

Microsoft Official Courseware Microsoft Official Courseware Administering Microsoft SQL Server 2012 Databases Course 10775 This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft

More information

Microsoft 6231 - Maintaining a Microsoft SQL Server 2008 Database

Microsoft 6231 - Maintaining a Microsoft SQL Server 2008 Database 1800 ULEARN (853 276) www.ddls.com.au Microsoft 6231 - Maintaining a Microsoft SQL Server 2008 Database Length 5 days Price $4169.00 (inc GST) Overview This five-day instructor-led course provides students

More information

form approved June/2006 revised Nov. 2009 Page 1 of 7

form approved June/2006 revised Nov. 2009 Page 1 of 7 revised Nov. 2009 Page 1 of 7 Administrative - Master Syllabus I. Topical Outline Each offering of this course must include the following topics (be sure to include information regarding lab, practicum,

More information

ITMT 1074 Course Syllabus

ITMT 1074 Course Syllabus ITMT 1074 Course Syllabus 1. Name of Course: Administering Microsoft SQL Server 2012 Databases 2. Number of Hours: 48 3. Course Description: This course provides students with the knowledge and skills

More information

Ultimate Server Client Software

Ultimate Server Client Software Ultimate Server Client Software GPRS NET Data Logger Ul mate Server is dedicatedly developed for high volume data applica on. 1. Receive data from Data Loggers in UDP or TCP via GPRS, Ethernet and SMS

More information

Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465

Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465 Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465 Course Outline Module 1: Designing a Database Server Infrastructure This module explains how to design an appropriate database server

More information

20462- Administering Microsoft SQL Server Databases

20462- Administering Microsoft SQL Server Databases Course Outline 20462- Administering Microsoft SQL Server Databases Duration: 5 days (30 hours) Target Audience: The primary audience for this course is individuals who administer and maintain SQL Server

More information

www.wardyit.com contact@wardyit.com Administering Microsoft SQL Server Databases

www.wardyit.com contact@wardyit.com Administering Microsoft SQL Server Databases Administering Microsoft SQL Server Databases This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database. The course focuses on

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20462 Administering Microsoft SQL Server Databases Length: 5 Days Audience: IT Professionals Level:

More information

Disaster Recovery for MESSAGEmanager

Disaster Recovery for MESSAGEmanager Disaster Recovery for MESSAGEmanager The consequences of having your communica on systems disrupted, even for a short period of me can have a significant impact on your business. If your Fax Server is

More information

Administering Microsoft SQL Server 2014 Databases

Administering Microsoft SQL Server 2014 Databases Administering Microsoft SQL Server 2014 Databases MOC 20462 Duración: 25 horas Introducción This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL

More information

Course 20462C: Administering Microsoft SQL Server Databases

Course 20462C: Administering Microsoft SQL Server Databases Course 20462C: Administering Microsoft SQL Server Databases Duration: 35 hours About this Course The course focuses on teaching individuals how to use SQL Server 2014 product features and tools related

More information

Server Consolidation with SQL Server 2008

Server Consolidation with SQL Server 2008 Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD.

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD. SQL Server 2008/2008 R2 Advanced DBA Performance & Tuning COURSE CODE: COURSE TITLE: AUDIENCE: SQSDPT SQL Server 2008/2008 R2 Advanced DBA Performance & Tuning SQL Server DBAs, capacity planners and system

More information

MCTS: SQL Server 2008 Implementation and Maintenance

MCTS: SQL Server 2008 Implementation and Maintenance MCTS: SQL Server 2008 Implementation and Maintenance Course Description and Overview Overview SecureNinja's MCTS (Microsoft Certified Technology Specialist): SQL Server 2008, Implementation and Maintenance

More information

Course Syllabus. Maintaining a Microsoft SQL Server 2005 Database. At Course Completion

Course Syllabus. Maintaining a Microsoft SQL Server 2005 Database. At Course Completion Course Syllabus Maintaining a Microsoft SQL Server 2005 Database Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to

More information

Microsoft SQL Server Beginner course content (3-day)

Microsoft SQL Server Beginner course content (3-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft SQL Server Beginner course content (3-day) Course Description This three-day Microsoft SQL Server Beginners

More information

Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue

Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue The Microsoft Services Premier Workshop & Chalk n Talk Catalogue 2011 is published by Microsoft Services in Ireland. Workshop Schedule Workshop Location

More information

SQL Server Performance Tuning and Optimization

SQL Server Performance Tuning and Optimization 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com SQL Server Performance Tuning and Optimization Course: MS10980A

More information

Implementing a Microsoft SQL Server 2005 Database

Implementing a Microsoft SQL Server 2005 Database This class combines two courses into one 5-day class. 2779 (3-day) & 2780 (2-day) Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led Introduction This three-day instructor-led

More information

Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital

Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital coursemonster.com/us Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital View training dates» Overview This course is designed to give the right amount of Internals knowledge and

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Administering a Microsoft SQL Server 2000 Database Course 2072 - Five days - Instructor-led - Hands-On Introduction This course provides students with the knowledge and skills required to install, configure,

More information

SQL Server Developer Training Program. Topics Covered

SQL Server Developer Training Program. Topics Covered SQL Server Developer Training Program Duration: 50 Hrs Training Mode: Class Room/On-line Training Methodology: Real-time Project oriented Training Features: 1) Trainers from Corporate 2) Unlimited Lab

More information

MS 20465: Designing Database Solutions for Microsoft SQL Server 2012

MS 20465: Designing Database Solutions for Microsoft SQL Server 2012 MS 20465: Designing Database Solutions for Microsoft SQL Server 2012 Description: This course describes how to design and monitor high performance, highly available data solutions with SQL Server 2012.

More information

Backup Management Solu ons The features of Backup Solu ons From Oversee My IT Oversee My IT - Ease of Use The Oversee My IT online backup service contains many powerful yet simple to use features. Using

More information

MS SQL Server DBA Training Course. Table of Contents

MS SQL Server DBA Training Course. Table of Contents Table of Contents Overview... 4 About DBA University, Inc.... 4 About Srini Ramineni MS SQL Server DBA Trainer and Founder of DBA University... 5 Price... 5 Course Duration and Timings... 5 Cloud Lab Access...

More information

Administering a SQL Database Infrastructure (MS- 20764)

Administering a SQL Database Infrastructure (MS- 20764) Administering a SQL Database Infrastructure (MS- 20764) Length: 5 days Overview About this course This five-day instructor-led course provides students who administer and maintain SQL Server databases

More information

Microsoft 20462 - Administering Microsoft SQL Server Databases

Microsoft 20462 - Administering Microsoft SQL Server Databases 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20462 - Administering Microsoft SQL Server Databases Length 5 days Price $4169.00 (inc GST) Version D Overview This five-day instructor-led course provides

More information