Microsoft SQL Server 2005 Administrator's Companion

Size: px
Start display at page:

Download "Microsoft SQL Server 2005 Administrator's Companion"

Transcription

1 Microsoft SQL Server 2005 Administrator's Companion Edward Whalen, Marcilina Garcia, Burzin Patel, Stacia Misner, Victor Isakov To learn more about this book, visit Microsoft Learning at Publication Date: November 2006

2 Table of Contents Acknowledgments xxvii Introduction xxix Part I Introduction to Microsoft SQL Server What s New in Microsoft SQL Server New Hardware Support Native 64-Bit Support NUMA Support Data Availability Online Restore Online Index Operations Database Snapshot Fast Recovery Mirrored Backups Database Mirroring Read Committed Snapshot and Snapshot Isolation Performance Data Partitioning Plan Guides Forced Parameterization Dynamic Management Views Enhancements to Existing Features SNAC Failover Clustering Replication Indexes Full-Text Search What do you think of this book? We want to hear from you! Microsoft is interested in hearing your feedback about this publication so we ca continually improve our books and learning resources for you. To participate in online survey, please visit: v

3 vi Table of Contents Tools and Utilities SQL Server Management Studio Query Editor SQL Configuration Manager Surface Area Configuration SQL Server Profiler Database Engine Tuning Advisor SQL Server Upgrade Advisor sqlcmd Utility tablediff Utility Business Intelligence Features Business Intelligence Development Studio Integration Services Analysis Services Reporting Services Notification and Broker Services Summary Microsoft SQL Server 2005 Editions, Capacity Limits, and Licensing SQL Server 2005 Editions Mobile Edition Express Edition Workgroup Edition Standard Edition Enterprise Edition Developer Edition Understanding Windows Platform Support Understanding Processors and Memory Limits Factoring in Head-Room Comparing SQL Server 2005 Editions Database Engine Features Analysis Services Reporting Services Notification Services

4 Table of Contents vii Integration Services Replication SQL Server 2005 Capacity Limits Understanding SQL Server 2005 Licensing User Client Access Licensing Device Client Access Licensing Processor Licensing Licensing Considerations for High-Availability Environments SQL Server 2005 Pricing Summary Roles and Responsibilities of the Microsoft SQL Server DBA Different Kinds of DBA Production DBA Development DBA Architect DBA ETL DBA OLAP DBA Basic Duties of a DBA Installation and Configuration Security Operations Service Levels System Monitoring Performance Tuning Routine Maintenance Reliability Disaster Recovery Planning and Scheduling Downtime Capacity Planning Documentation Development and Design Scalability Replication Named Instances

5 viii Table of Contents DBA Tips, Guidelines, and Advice Know Your Operating System Help Desk Purchasing Input Know Your Versions Don t Panic Summary Part II System Design and Architecture 4 I/O Subsystem Planning and RAID Configuration I/O Fundamentals Disk Drive Basics Disk Drive Performance Characteristics Disk Drive Specifications Disk Drive Performance Solutions to the Disk Performance Limitation Problem Redundant Array of Independent Disks (RAID) RAID Basics RAID Levels RAID Performance Disk Calculations RAID Comparison Which RAID Level Is Right for You? SQL Server I/O Overview SQL Server Reads SQL Server Writes Transaction Log Backup and Recovery Planning the SQL Server Disk Layout Determine I/O Requirements Plan the Disk Layout Implement the Configuration Summary

6 Table of Contents ix 5 32-Bit Versus 64-Bit Platforms and Microsoft SQL Server CPU Basics Bit Versus 32-Bit Addressing Hardware Platforms Windows Versions Windows Windows Server Windows Server Bit editions Windows Comparis on SQL Server 2005 Options SQL Server 32-Bit Edition SQL Server 64-Bit Taking Advantage of 64-Bit SQL Server Utilizing Large Memory with the 32-Bit Version of SQL Server Utilizing Large Memory with the 64-Bit Version of SQL Server Summary Capacity Planning Principles of Capacity Planning Capacity Planning Versus Sizing Service Level Agreements Mathematics of Capacity Planning CPU Capacity Planning Sizing CPUs Monitoring CPU Usage Memory Capacity Planning Sizing Memory Monitoring Memory I/O Capacity Planning Sizing the I/O Subsystem Monitoring the I/O Subsystem Network Capacity Planning Sizing the Network Monitoring the Network

7 x Table of Contents Growth Considerations Calculating Growth Planning for Future Growth Benchmarking and Load Testing Load Testing the Application Benchmarking the I/O Subsystem Benchmarking the Network Using MOM for Capacity Planning Summary Choosing a Storage System for Microsoft SQL Server Interconnect and Protocol Technologies Understanding Data Transfer: Block Form Versus File Format SCSI Protocol over Parallel SCSI Interconnect Ethernet Interconnect iscsi Fibre Channel (FC) Interconnect Interconnect Bandwidth Comparison Storage Systems DAS SAN NAS Storage Considerations for SQL Server Summary Installing and Upgrading Microsoft SQL Server Preinstallation Planning Minimum Hardware Requirements Selecting the Processor Architecture Installing Internet Information Services Components to Be Installed Service Accounts Multiple Instances and Side-by-Side Installation Licensing Mode Collation

8 Table of Contents xi Authentication Modes Security Considerations Installing SQL Server Installing SQL Server 2005 Using the Installation Wizard Installing SNAC Using the Installation Wizard Installing SQL Server 2005 Using the Command Prompt Upgrading to SQL Server SQL Server Upgrade Advisor Upgrade Procedure Post-Upgrade Steps Reading the SQL Server 2005 Setup Log Files Uninstalling SQL Server Uninstalling SQL Server 2005 Using the Uninstall Wizard Uninstalling SQL Server 2005 Using the Command Prompt Using SQL Server Surface Area Configuration sac Utility Summary Configuring Microsoft SQL Server 2005 on the Network Understanding the SQL Server Network Services SQL Server APIs SQL Server Network Libraries Selecting a Network Library SQL Native Client (SNAC) Using SQL Native Client Tracing and Debugging Configuring Network Protocols Configuring Server and Client Protocols Using ODBC Data Source Names (DSN) Creating an ODBC DSN Using Aliases SQL Server Browser Service SQL Browser Working Hiding a SQL Server 2005 Instance Network Components and Performance

9 xii Table of Contents The Software Layer The Hardware Layer Network Monitoring Monitoring Network Performance Finding Solutions to Network Problems Summary Part III Microsoft SQL Server 2005 Administration 10 Creating Databases and Database Snapshots Understanding the Database Structure Database Files Database Filegroups Understanding System Databases master model msdb resource tempdb AdventureWorks and AdventureWorksDW Creating User Databases Creating a Database Setting Database Options Viewing Database Details Viewing Database Details with SQL Server Management Studio Viewing Database Details with the sp_helpdb Command Deleting a Database Deleting a Database Using SQL Server Management Studio Deleting a Database Using the DROP DATABASE Command Real-World Database Layouts Simple Application Workload Moderately Complex Application Workload Complex Application Workload

10 Table of Contents xiii Using Database Snapshots How Database Snapshots Work Managing Database Snapshots Common Uses Database Snapshots Limitations Summary Creating Tables and Views Table Fundamentals Data Types Nulls IDENTITY Column Creating, Modifying, and Dropping Tables Creating Tables Modifying Tables Dropping Tables Views Advantages of Views Data Security with Views Creating, Modifying, and Dropping Views View Source Modifying Views Dropping Views System Views Summary Creating Indexes for Performance Index Fundamentals How to Optimally Take Advantage of Indexes Index Types Clustered Index Nonclustered Index Included Columns Index Indexed Views Full-Text Index XML Index

11 xiv Table of Contents Designing Indexes Index Best Practices Index Restrictions Using the Index Fill Factor Partitioned Indexes Creating Indexes Index Creation Examples Normal Index Creation Logging Minimally Logged Operations Index Maintenance and Tuning Monitoring Indexes Rebuilding Indexes Disabling Indexes Tuning Indexes Online Index Operations Summary Enforcing Data Integrity What Is Data Integrity? Enforcing Integrity with Constraints PRIMARY KEY Constraints UNIQUE Constraints FOREIGN KEY Constraints CHECK Constraints NULL and NOT NULL Constraints DEFAULT Definitions Summary Backup Fundamentals Why Perform Backups with a Highly Available System? System Failures That Require Backups Hardware Failures Software Failures Purpose of the Transaction Log Microsoft SQL Server Automatic Recovery

12 Table of Contents xv Recovery Models and Logging Simple Recovery Model Full Recovery Model Bulk-Logged Recovery Model Viewing and Changing the Recovery Model Types of Backups Data Backups Differential Backups Log Backups Copy-Only Backups Full-Text Catalog Backups Backup and Media Fundamentals Understanding Backup Devices and Media Sets Mirrored Media Sets Overview of Backup History Tables Viewing Backup Sets in Management Studio Backup Strategy Backing Up System Databases Summary Restoring Data Practicing and Documenting Restore Procedures Restore and Recovery Concepts Restoring Data from Backups Complete Database, Differential Database, and Log Restores Point-in-Time Restore File and Filegroup Restore Page Restore Partial and Piecemeal Restore Revert to Database Snapshot Onine Restore Fast Recovery Summary

13 xvi Table of Contents 16 User and Security Management Principals Logins Users Roles Securables Schemas Permissions Server Permissions Database Object Permissions Statement Permissions Summary Part IV Microsoft SQL Server 2005 Architecture and Features 17 Transactions and Locking What Is a Transaction? ACID Properties Atomicity Consistency Isolation Durability Committing Transactions Transaction Commit Modes Transaction Performance Transaction Rollbacks Automatic Rollbacks Programmed Rollbacks Using Savepoints Transaction Locking Locking Management Features Lockable Resources Lock Modes

14 Table of Contents xvii Viewing Locks Locking Hints Blocking and Deadlocks Isolation Levels Concurrent Transaction Behavior Row Versioning Summary Microsoft SQL Server 2005 Memory Configuration Buffer Cache Lazy Writer Process Checkpoint Process SQL Server Memory Allocation Dynamic Memory Allocation Static Memory Allocation Setting Max and Min Server Memory Summary Data Partitioning Partitioning Fundamentals Data Partitioning Basics Partitioning Benefits Performance Benefits of Partitioning Designing Partitions Partitioning Design Fundamentals Creating Partitions Create the Partition Function Create the Partition Scheme Create the Partitioned Table Create the Partitioned Index Viewing Partition Information Viewing Partition Information with SQL Statements Viewing Partition Information with SQL Server Management Studio. 525 Maintaining Partitions Adding Partitions

15 xviii Table of Contents Archiving Partitions Deleting Partitions Repartitioning Tables Partitioning a Nonpartitioned Table Unpartitioning a Table Dropping Partition Functions and Schemes Using Partitions Inserting Data into Partitioned Tables Selecting Data from Partitioned Tables Selecting Data from a Specific Partition Partitioning Scenarios Scenario 1: Partitioning Historical Data Scenario 2: Storage Partitioning Scenario 3: Partitioning for Maintenance Optimization Scenario 4: Spatial Partitioning Scenario 5: Account Partitioning Scenario 6: Join Partitioning Scenario Summary Summary Part V Microsoft SQL Server 2005 Business Intelligence 20 Replication Replication Fundamentals Uses of Replication Scaling Out Applications Data Warehousing Distributing and Consolidating Data Offloading Report Processing Replication Concepts Replication Components Types of Replication Snapshot Replication Transactional Replication Merge Replication

16 Table of Contents xix Components of Replication Replication Data Push and Pull Subscriptions Replication Agents Configuring Replication Configure the Distributor Configure Publications Creating a Publication with SQL Statements Configure Subscribers Creating a Subscription with SQL Statements Configuring an Oracle Publication Managing Replication Publisher Properties Distributor Properties Disable Publishing and Distribution Launch Replication Monitor Generate Scripts Update Replication Passwords New Refresh Monitoring and Tuning Replication Monitoring Replication with perfmon Monitoring Replication with the Replication Monitor Tuning for Snapshot Replication Tuning the Distributor Tuning for Transactional Replication Monitoring and Tuning the Merge Replication System Monitoring the Merge Replication System Tuning the Merge Replication System Summary Integration Services What Is Integration Services? Integration Services Versus Data Transformation Services Integration Services Fundamentals Integration Services Components Overview

17 xx Table of Contents Designing Packages The Development Environment Control Flow Components Connection Managers Data Flow Components Debugging Tools Logging Advanced Integration Services Features Deploying Packages Package Configuration Package Deployment Package Security Package Execution Package Management Monitoring Packages Summary Analysis Services What Is Analysis Services? Analysis Services 2005 Versus Analysis Services Analysis Services Fundamentals Integration with SQL Server 2005 Components Analysis Services Components Overview Designing Analysis Services Projects Data Preparation Starting an Analysis Services Project Dimension Design Cube Design Managing Analysis Services Analysis Server Configuration Deployment Options Partitions Processing Data Security Management Performance Management

18 Table of Contents xxi SQL Server Profiler Performance Counters Summary Reporting Services What Is Reporting Services? Reporting Services 2005 Versus Reporting Services Reporting Services Fundamentals Reporting Services Components Overview Authoring Reports Enterprise Reports Ad Hoc Reports Managing Reporting Services Report Server Configuration Content Management Security Management Performance Management Summary Notification Services and Service Broker What Is Notification Services? Notification Services 2005 Versus Notification Services Notification Services Fundamentals Notification Services Components Overview Developing Notification Services Applications Creating an Instance Configuration File Creating an Application Definition File Creating an XSLT File Using Notification Services Applications Deploying a Notification Services Application Testing a Notification Services Application Adding Subscriptions Submitting Events Viewing Notifications

19 xxii Table of Contents What Is Service Broker? Service Broker Fundamentals Service Broker Components Overview Implementing Service Broker Applications Creating Service Broker Objects Managing Conversations Managing Service Broker Applications Stopping a Service Broker Application Starting a Service Broker Application Backing Up and Restoring a Service Broker Application Querying a Queue Summary Part VI High Availability 25 Disaster Recovery Solutions What Are High Availability and Disaster Recovery? Fundamentals of Disaster Recovery and Disaster Survival Microsoft SQL Server Disaster Recovery Solutions Using Database Backups for Disaster Recovery Log Shipping Database Mirroring Replication SQL Server Clusters Overview of High Availability and Disaster Recovery Technologies Summary Failover Clustering Installation and Configuration What Is a Cluster? Clustering Concepts Overview of MSCS Basic Concepts Cluster Components Cluster Application Types MSCS Modes

20 Table of Contents xxiii Examples of Clustered Systems Example 1 High-Availability System with Static Load Balancing Example 2 Hot Spare System with Maximum Availability Example 3 Partial Server Cluster Example 4 Virtual Server Only, with No Failover Planning Your Configuration Installing and Configuring Windows 2003 and SQL Server 2005 Clustering 850 Creating the Windows Cluster Creating the SQL Server Cluster Additional Steps Using a Three-Tier Application Summary Log Shipping and Database Mirroring Types of Data Loss Log Shipping Configuring Security for Log Shipping and Database Mirroring Configuring Log Shipping Monitoring Log Shipping Log Shipping Failover Removing Log Shipping Tuning Log Shipping: Operations and Considerations Practical Log Shipping Advice Database Mirroring Configuring Database Mirroring Planning and Considerations for Database Mirroring Tuning Database Mirroring Configuring Database Mirroring Monitoring Database Mirroring Using Mirroring and Snapshots for Reporting Servers Summary

21 xxiv Table of Contents Part VII Performance Tuning and Troubleshooting 28 Troubleshooting, Problem Solving, and Tuning Methodologies Troubleshooting and Problem Solving The Problem Solving Attitude Troubleshooting Techniques The Search for Knowledge Performance Tuning and Optimization Tuning and Optimization Basics Troubleshooting and Tuning Methodology Developing a Methodology The Need for Documentation Summary Database System Tuning Monitoring and Tuning Hardware Tools for Monitoring and Tuning Hardware Determining Hardware Bottlenecks Monitoring and Tuning SQL Server Tools for Monitoring and Tuning SQL Server Determining SQL Server Performance Bottlenecks Tuning Microsoft SQL Server Configuration Options Tuning the Database Layout Database Layout Database Options Tuning the tempdb System Database Summary Using Profiler, Management Studio, and Database Engine Tuning Advisor Overview of SQL Server Tools Performance Tools Configuration Tools External Tools

22 Table of Contents xxv Using SQL Server Management Studio SQL Server Management Studio Environment Using Object Explorer Using the Summary Report Pane Analysing SQL Server Logs Viewing Current Activity Generating SQL Server Agent Alerts Executing T-SQL Statements Viewing Execution Plans Using SQL Server Profiler Capturing a SQL Server Profile Trace Using the Database Engine Tuning Summary Dynamic Management Views Understanding Dynamic Management Views Using Dynamic Management Views Common Language Runtime Related DMVs Database-Related DMVs Database Mirroring-Related DMV Execution-Related DMVs and Functions Full-Text Search Related DMVs Input/Output Related DMVs and Functions Index Related DMVs and Functions Query Notifications-Related DMVs Replication-Related DMVs Service Broker-Related DMVs SQL Server Operating System-Related DMVs Transaction-Related DMVs and Functions Creating a Performance Data Warehouse Summary Microsoft SQL Server 2005 Scalability Options Scalability Options Scaling Up

23 xxvi Table of Contents Processor Subsystem Memory Subsystem I/O Subsystems Scaling Out Multiple SQL Server Instances Clustering Database Mirroring Log Shipping Replication Shared Scalable Databases Summary Tuning Queries Using Hints and Plan Guides Understanding the Need for Hints Microsoft SQL Server 2005 Hints Join Hints Query Hints Table Hints Plan Guides Creating and Administering Plan Guides Creating Template-Based Plan Guides Best Practices Verifying Plan Guides Usage Example Usage Scenarios for Plan Guides Summary Glossary Index What do you think of this book? We want to hear from you! Microsoft is interested in hearing your feedback about this publication so we ca continually improve our books and learning resources for you. To participate in online survey, please visit:

24 Chapter 8 Installing and Upgrading Microsoft SQL Server 2005 Preinstallation Planning Installing SQL Server Upgrading to SQL Server Reading the SQL Server 2005 Setup Log Files Uninstalling SQL Server Using SQL Server Surface Area Configuration Summary Now that you have a good understanding of the different editions of Microsoft SQL Server 2005 Server, the platforms on which it can be run, and capacity planning and storage configuration concepts, let s get to the next most important step: installing SQL Server This chapter provides a detailed look at the planning necessary before installation and the step-by-step installation process using the graphical user interface and the command line. You will also learn how to upgrade to SQL Server 2005 from earlier versions, how to configure SQL Server features and services using the new SQL Server Surface Area Configuration tool, and how to uninstall SQL Server 2005 components. Preinstallation Planning Before installing SQL Server 2005, it is extremely important that you plan the installation process well and have all the relevant information necessary for the installation process. This will help ensure a smooth installation experience and prevent unnecessary postinstallation changes. 157

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

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

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

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

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

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3 Wort ftoc.tex V3-12/17/2007 2:00pm Page ix Introduction xix Part I: Finding Bottlenecks when Something s Wrong Chapter 1: Performance Tuning 3 Art or Science? 3 The Science of Performance Tuning 4 The

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

Microsoft SQL Server 2008 Administrator's Pocket Consultant

Microsoft SQL Server 2008 Administrator's Pocket Consultant Microsoft SQL Server 2008 Administrator's Pocket Consultant William R. Stanek To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/12755.aspx 9780735625891

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

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

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

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

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

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system.

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system. DBA Fundamentals COURSE CODE: COURSE TITLE: AUDIENCE: SQSDBA SQL Server 2008/2008 R2 DBA Fundamentals Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows

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

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Aug/12/2002 Page 1 of 5 Administering a Microsoft SQL Server 2000 Database Catalog No: RS-MOC2072 MOC Course Number: 2072 5 days Tuition: $2,070 Introduction This course provides students with the knowledge

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

SQL Server Training Course Content

SQL Server Training Course Content SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance

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

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

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

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

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

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

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

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

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

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

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

System Administration of Windchill 10.2

System Administration of Windchill 10.2 System Administration of Windchill 10.2 Overview Course Code Course Length TRN-4340-T 3 Days In this course, you will gain an understanding of how to perform routine Windchill system administration tasks,

More information

SQL Server 2012 Optimization, Performance Tuning and Troubleshooting

SQL Server 2012 Optimization, Performance Tuning and Troubleshooting 1 SQL Server 2012 Optimization, Performance Tuning and Troubleshooting 5 Days (SQ-OPT2012-301-EN) Description During this five-day intensive course, students will learn the internal architecture of SQL

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

$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

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

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

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

SQL Server 2012 Query. Performance Tuning. Grant Fritchey. Apress*

SQL Server 2012 Query. Performance Tuning. Grant Fritchey. Apress* SQL Server 2012 Query Performance Tuning Grant Fritchey Apress* Contents J About the Author About the Technical Reviewer Acknowledgments Introduction xxiii xxv xxvii xxix Chapter 1: SQL Query Performance

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

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

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

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Administering a Microsoft SQL Server 2000 Database Elements of this syllabus are subject to change. Key Data Course #: 2072A Number of Days: 5 Format: Instructor-Led Certification Exams: 70-228: System

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

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

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

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

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

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

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

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

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

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

$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

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

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

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

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

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

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 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

David Dye. Extract, Transform, Load

David Dye. Extract, Transform, Load David Dye Extract, Transform, Load Extract, Transform, Load Overview SQL Tools Load Considerations Introduction David Dye derekman1@msn.com HTTP://WWW.SQLSAFETY.COM Overview ETL Overview Extract Define

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

Configuration and Development

Configuration and Development Configuration and Development BENEFITS Enables powerful performance monitoring. SQL Server 2005 equips Microsoft Dynamics GP administrators with automated and enhanced monitoring tools that ensure 24x7

More information

Course 20462: Administering Microsoft SQL Server Databases

Course 20462: Administering Microsoft SQL Server Databases Course 20462: Administering Microsoft SQL Server Databases Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:C Delivery method: Instructor-led (classroom)

More information

SQL Server 2008 Performance and Scale

SQL Server 2008 Performance and Scale SQL Server 2008 Performance and Scale White Paper Published: February 2008 Updated: July 2008 Summary: Microsoft SQL Server 2008 incorporates the tools and technologies that are necessary to implement

More information

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

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 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

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

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

SQL Server 2005 Features Comparison

SQL Server 2005 Features Comparison Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions

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

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

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

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

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

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

How To Manage A Database Server 2012

How To Manage A Database Server 2012 Ross Mistry With Shirmattie Seenarine and Kevin E. Kline Microsoft SQL Server 2012 Management and Administration 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part

More information

Microsoft. Microsoft SQL Server. 2012 Integration Services. Wee-Hyong Tok. Rakesh Parida Matt Masson. Xiaoning Ding. Kaarthik Sivashanmugam

Microsoft. Microsoft SQL Server. 2012 Integration Services. Wee-Hyong Tok. Rakesh Parida Matt Masson. Xiaoning Ding. Kaarthik Sivashanmugam Microsoft Microsoft SQL Server 2012 Integration Services Wee-Hyong Tok Rakesh Parida Matt Masson Xiaoning Ding Kaarthik Sivashanmugam Contents Foreword Introduction xxi xxiii PART I OVERVIEW Chapter 1

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

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

VERITAS Storage Foundation 4.3 for Windows

VERITAS Storage Foundation 4.3 for Windows DATASHEET VERITAS Storage Foundation 4.3 for Windows Advanced Volume Management Technology for Windows In distributed client/server environments, users demand that databases, mission-critical applications

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

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

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

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

Planning the Installation and Installing SQL Server

Planning the Installation and Installing SQL Server Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Kerry Osborne Randy Johnson Tanel Poder Apress Contents J m About the Authors About the Technical Reviewer a Acknowledgments Introduction xvi xvii xviii xix Chapter 1: What Is Exadata?

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

Microsoft SQL Server performance tuning for Microsoft Dynamics NAV

Microsoft SQL Server performance tuning for Microsoft Dynamics NAV Microsoft SQL Server performance tuning for Microsoft Dynamics NAV TechNet Evening 11/29/2007 1 Introductions Steven Renders Microsoft Certified Trainer Plataan steven.renders@plataan.be Check Out: www.plataan.be

More information

SQL Server 2005 Implementation and Maintenance. 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080

SQL Server 2005 Implementation and Maintenance. 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080 COURSE SYLLABUS SQL Server 2005 Implementation and Maintenance MS Certified Technology Specialist: (MCDBA Exam 70-431) 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080 Victoria Commons, 613 Hope Rd

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

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

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs MS-40074: Microsoft SQL Server 2014 for Oracle DBAs Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills and experience as an Oracle

More information

SQL Server Database Administrator s Guide

SQL Server Database Administrator s Guide SQL Server Database Administrator s Guide Copyright 2011 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by

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

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

"Charting the Course... MOC 55144 AC SQL Server 2014 Performance Tuning and Optimization. Course Summary

Charting the Course... MOC 55144 AC SQL Server 2014 Performance Tuning and Optimization. Course Summary Description Course Summary This course is designed to give the right amount of Internals knowledge, and wealth of practical tuning and optimization techniques, that you can put into production. The course

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

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