6232B: Implementing a Microsoft SQL Server 2008 R2 Database

Size: px
Start display at page:

Download "6232B: Implementing a Microsoft SQL Server 2008 R2 Database"

Transcription

1 6232B: Implementing a Microsoft SQL Server 2008 R2 Database Course Overview This instructor-led course is intended for Microsoft SQL Server database developers who are responsible for implementing a database on SQL Server 2008 R2. This course will ensure that students learn the skills and best practices on how to use SQL Server 2008 R2 product features and tools related to implementing a database server. Course Outline Module 01 - Introduction to SQL Server 2008 R2 and its Toolset Lesson 1: Introduction to the SQL Server Platform SQL Server Architecture SQL Server Components SQL Server Instances SQL Server Editions SQL Server Versions Lesson 2: Working with SQL Server Tools Connecting from Clients and Applications Software Layers for Connections SQL Server Management Studio Demo 2A - SQL Server Management Studio Business Intelligence Development Studio Demo 2B - Business Intelligence Development Studio Books Online Lesson 3: Configuring SQL Server Services SQL Server Configuration Manager SQL Server Services Network Ports and Listeners Creating Server Aliases 1hr 36m Other SQL Server Tools Demo 3A - SQL Server Profiler Module 01 Review Module 02 - Working with Data Types Lesson 1: Using Data Types Introducing Data Types Exact Numeric Data Types Working with IDENTITY Approximate Numeric Data Types Date and Time Data Types Unique Identifiers NULL or NOT NULL Columns Demo 1A - Working with Numeric Data Types Lesson 2: Working with Character Data Understanding Unicode Character Data Types Understanding Collations 1hr 19m

2 Demo 2A - Working with Character Data Lesson 3: Converting Data Types Using CAST Using CONVERT Implicit Data Conversion Common Conversion Issues Demo 3A - Common Conversion Issues Lesson 4: Working with Specialized Data Types timestamp and rowversion Alias Data Types Other Data Types Demo 4A - rowversion Data Type Module 02 Review Module 03 - Designing and Implementing Tables Lesson 1: Designing Tables What is a Table? Normalizing Data Common Normalization Forms Demo 1A Normalization Primary Keys Foreign Keys Working with System Tables Lesson 2: Working with Schemas What is a Schema? Object Name Resolution Creating Schemas Demo 2A Schemas Lesson 3: Creating and Altering Tables Creating Tables Dropping Tables Altering Tables Demo 3A - Working with Tables Temporary Tables Demo 3B - Temporary Tables Computed Columns Demo 3C - Computed Columns Module 03 Review 51m Module 04 - Designing and Implementing Views Lesson 1: Introduction to Views What is a View? Types of Views Advantages of Views Working with System Views Dynamic Management Views Demo 1A - System and Dynamic Management Views Lesson 2: Creating and Managing Views Creating Views Dropping Views 52m

3 Altering Views Ownership Chains and Views Sources of Information About Views Updatable Views Obfuscating View Definitions Demo 2A - Implementing Views Lesson 3: Performance Considerations for Views Views and Dynamic Resolution Nested View Considerations Partitioned Views Demo 3A - Views and Performance Module 04 Review Module 05 - Planning for SQL Server 2008 R2 Indexing Lesson 1: Core Indexing Concepts How SQL Server Accesses Data The Need for Indexes Index Structures Selectivity, Density and Index Depth Index Fragmentation Demo 1A - Viewing Index Fragmentation Lesson 2: Data Types and Indexes Numeric Index Data Character Index Data Date-Related Index Data GUID Index Data BIT Index Data Indexing Computed Columns Lesson 3: Single Column and Composite Indexes Single Column vs. Composite Indexes Ascending vs. Descending Indexes Index Statistics Demo 3A - Viewing Index Statistics Module 05 Review 38m Module 06 - Implementing Table Structures in SQL Server 2008 R2 Lesson 1: SQL Server Table Structures What is a Heap? Operations on Heaps Forwarding Pointers What is a Clustered Index? Operations on Clustered Indexes Unique vs. Non-Unique Clustered Indexes Demo 1A - Rebuilding Heaps Lesson 2: Working with Clustered Indexes Creating Clustered Indexes Dropping a Clustered Index Altering a Clustered Index Incorporating Free Space in Indexes 46m

4 Demo 2A - Clustered Indexes Lesson 3: Designing Effective Clustered Indexes Characteristics of Good Clustering Keys Appropriate Data Types for Clustering Keys Creating Indexed Views Indexed View Considerations Demo 3A - Indexed Views Module 06 Review Module 07 - Reading SQL Server 2008 R2 Execution Plans Lesson 1: Execution Plan Core Concepts Why Execution Plans Matter Query Execution Phases What is an Execution Plan? Actual vs. Estimated Execution Plans What is an Execution Context? Execution Plan Formats Demo 1A - Viewing Execution Plans in SSMS Lesson 2: Common Execution Plan Elements Table and Clustered Index Scans and Seeks Nested Loops and Lookups Merge and Hash Joins Aggregations Filter and Sort Data Modification Demo 2A - Common Execution Plan Elements Lesson 3: Working with Execution Plans Methods for Capturing Plans Demo 3A - Capturing Plans in Activity Monitor Re-Executing Queries Execution Plan Related DMVs Demo 3B - Viewing Cached Plans Module 07 Review 49m Module 08 - Improving Performance through Nonclustered Indexes Lesson 1: Designing Effective Nonclustered Indexes What is a Nonclustered Index? Nonclustered Indexes Over Heaps Nonclustered Indexes Over Clustered Indexes Methods for Obtaining Index Information Demo 1A - Obtaining Index Information Lesson 2: Implementing Nonclustered Indexes Creating Nonclustered Indexes Performance Impact of Lookups in Nested Loops INCLUDE Clause Dropping or Altering Nonclustered Indexes Filtered Indexes Demo 2A - Nonclustered Indexes Lesson 3: Using the Database Engine Tuning Advisor SQL Server Profiler 59m

5 Demo 3A - SQL Server Profiler Database Engine Tuning Advisor Demo 3B - Database Engine Tuning Advisor Module 08 Review Module 09 - Designing and Implementing Stored Procedures Lesson 1: Introduction to Stored Procedures What is a Stored Procedure? Benefits of Stored Procedures Working with System Stored Procedures Statements not Permitted Demo 1A - Working with System Stored Procedures and Extended Stored Procedures Lesson 2: Working with Stored Procedures Creating a Stored Procedure Executing Stored Procedures Altering a Stored Procedure Dropping a Stored Procedure Stored Procedure Dependencies Guidelines for Creating Stored Procedures Obfuscating Stored Procedure Definitions Demo 2A - Stored Procedures Lesson 3: Implementing Parameterized Stored Procedures Working with Parameterized Stored Procedures Using Input Parameters Using Output Parameters Parameter Sniffing and Performance Demo 3A - Stored Procedure Parameters Lesson 4: Controlling Execution Context Controlling Execution Context The EXECUTE AS Clause Viewing Execution Context Demo 4A - Viewing Execution Context Module 09 Review 1hr 1m Module 10 - Merging Data and Passing Tables Lesson 1: Using the MERGE Statement MERGE Statement WHEN MATCHED WHEN NOT MATCHED BY TARGET WHEN NOT MATCHED BY SOURCE OUTPUT Clause and $action MERGE Determinism and Performance Demo 1A - MERGE Statement Lesson 2: Implementing Table Types Reducing Round-Trip Overhead Options for Passing Lists as Parameters Demo 2A - Passing Delimited Lists Introduction to the TABLE Type Populating TABLE Types with Row Constructors Demo 2B - TABLE Types and Row Constructors 39m

6 Lesson 3: Using TABLE Types As Parameters TABLE Input Parameters for Stored Procedures Using Row Constructors to Populate Parameters Demo 3A - Passing Tables to Stored Procedures Module 10 Review Module 11 - Creating Highly Concurrent SQL Server 2008 R2 Applications Lesson 1: Introduction to Transactions What are Transactions? Auto Commit Transactions Explicit Transactions Implicit Transactions Transaction Recovery Considerations for using Transactions Demo 1A Transactions Lesson 2: Introduction to Locks Methods of Concurrency Control What are Locks? Blocking vs. Locking What Concurrency Problems are Prevented by Locking? Lockable Resources Types of Locks Lock Compatibility Lesson 3: Management of Locking Locking Timeout Lock Escalation What are Deadlocks? Locking-related Table Hints Methods to View Locking Information Demo 3A - Viewing Locking Information Lesson 4: Transaction Isolation Levels SQL Server Transaction Isolation Levels Read Committed Snapshot Isolation-related Table Hints Module 11 Review 52m Module 12 - Handling Errors in T-SQL Code Lesson 1: Understanding T-SQL Error Handling Where T-SQL Errors Occur Types of Errors What's in an Error? Error Severity Demo 1A - Error Types and Severity Lesson 2: Implementing T-SQL Error Handling Raising Errors Errors and Transactions Transaction Nesting Errors Raising Custom Errors 40m

7 Creating Alerts When Errors Occur Demo 2A - T-SQL Error Handling Lesson 3: Implementing Structured Exception Handling TRY CATCH Block Programming Error Handling Functions Catchable vs. Non-catchable Errors TRY CATCH and Transactions Errors in Managed Code Demo 3A - Deadlock Retry Module 12 Review Module 13 - Designing and Implementing User-Defined Functions Lesson 1: Overview of Functions Types of Functions System Functions Lesson 2: Designing and Implementing Scalar Functions What Is a Scalar Function? Creating Scalar Functions Deterministic and Non-deterministic Functions Demo 2A - Scalar Functions Lesson 3: Designing and Implementing Table-valued Functions What are Table-valued Functions? Inline Table-Valued Functions Multi-statement Table-valued Functions Demo 3A - Implementing Table-valued Functions Lesson 4: Implementation Considerations for Functions Performance Impacts of Scalar Functions Performance Impacts of Multi-statement Table-valued Functions Controlling Execution Context The EXECUTE AS Clause Guidelines for Creating Functions Demo 4A - Execution Context Lesson 5: Alternatives to Functions Comparing Table-valued Functions and Stored Procedures Comparing Table-valued Functions and Views Module 13 Review 41m Module 14 - Ensuring Data Integrity through Constraints Lesson 1: Enforcing Data Integrity Discussion: Data Integrity Across Application Layers Types of Data Integrity Options for Enforcing Data Integrity Lesson 2: Implementing Domain Integrity Data Types Column Nullability DEFAULT Constraints CHECK Constraints Demo 2A - Data and Domain Integrity Lesson 3: Implementing Entity and Referential Integrity PRIMARY KEY Constraints UNIQUE Constraints 42m

8 FOREIGN KEY Constraints Cascading Referential Integrity Considerations for Constraint Checking Demo 3A - Entity and Referential Integrity Module 14 Review Module 15 - Responding to Data Manipulation via Triggers Lesson 1: Designing DML Triggers What are DML Triggers? AFTER Triggers vs. INSTEAD OF Triggers Inserted and Deleted Virtual Tables SET NOCOUNT ON Trigger Performance Considerations Lesson 2: Implementing DML Triggers AFTER INSERT Triggers Demo 2A - AFTER INSERT Triggers AFTER DELETE Triggers Demo 2B - AFTER DELETE Triggers AFTER UPDATE Triggers Demo 2C - AFTER UPDATE Triggers Lesson 3: Advanced Trigger Concepts INSTEAD OF Triggers Demo 3A - INSTEAD OF Triggers How Nested Triggers Work Considerations for Recursive Triggers UPDATE Function Trigger Firing Order Alternatives to Using Triggers Demo 3B - Replacing Triggers with Computed Columns Module 15 Review 40m Module 16 - Implementing Managed Code in SQL Server 2008 R2 Lesson 1: Introduction to SQL CLR Integration Options for Extending SQL Server Introduction to the.net Framework.NET Common Language Runtime Why use Managed Code in SQL Server? T-SQL vs. Managed Code Appropriate Database Object use in Managed Code Lesson 2: Importing and Configuring Assemblies What is an Assembly? Assembly Permission Sets Importing an Assembly Demo 2A - Importing and Configuring an Assembly Lesson 3: Implementing SQL CLR Integration Attribute Usage Scalar User-defined Functions Table-valued User-defined Functions Demo 3A - User-defined Functions Stored Procedures T-SQL Replacement 56m

9 Stored Procedures External Access Triggers Demo 3B - Stored Procedures and Triggers User-defined Aggregates User-defined Data Types Considerations for User-defined Data Types Demo 3C - Aggregates and User-defined Data Types Module 16 Review Module 17 - Storing XML Data in SQL Server 2008 R2 Lesson 1: Introduction to XML and XML Schemas Discussion: XML Usage in SQL Server Core XML Concepts Fragments vs. Documents XML Namespaces XML Schemas Appropriate Usage of XML Data Storage in SQL Server Demo 1A - Introduction to XML and XML Schemas Lesson 2: Storing XML Data and Schemas in SQL Server XML Data Type XML Schema Collections Untyped vs. Typed XML CONTENT vs. DOCUMENT Demo 2A - Typed vs. Untyped XML Lesson 3: Implementing XML Indexes What are XML Indexes? Types of XML Indexes Demo 3A - Implementing XML Indexes Module 17 Review 24m Module 18 - Querying XML Data in SQL Server 2008 R2 Lesson 1: Using the T-SQL FOR XML Statement Introducing the FOR XML clause Using RAW Mode Queries Using Auto Mode Queries Using Explicit Mode Queries Using Path Mode Queries Retrieving Nested XML Demo 1A - FOR XML Queries Lesson 2: Getting Started with XQuery What is XQuery? query() Method value() Method exist() Method modify() Method Demo 2A - XQuery Methods in a DDL Trigger Lesson 3: Shredding XML Overview of Shredding XML data Stored Procedures for Managing In-Memory Node Trees OPENXML 38m

10 Working with XML Namespaces nodes() Method Demo 3A - Shredding XML Module 18 Review Module 19 - Working with SQL Server 2008 R2 Spatial Data Lesson 1: Introduction to Spatial Data Target Applications Types of Spatial Data Planar vs. Geodetic OGC Object Hierarchy Spatial Reference Identifiers Demo 1A - Spatial Reference Systems Lesson 2: Working with SQL Server Spatial Data Types SQL Server Spatial Data System vs. User SQL CLR Types geometry Data Type geography Data Type Spatial Data Formats OGC Methods and Properties Microsoft Extensions Demo 2A - Spatial Data Types Lesson 3: Using Spatial Data in Applications Performance Issues in Spatial Queries Tessellation Process Spatial Indexes Implementing Spatial Indexes geometry Methods Supported by Spatial Indexes geography Methods Supported by Spatial Indexes Extending SQL Server Spatial Demo 3A - Spatial Data in Applications Module 19 Review 30m Module 20 - Working with Full-Text Indexes and Queries Lesson 1: Introduction to Full-Text Indexing Discussion: The Need for More Flexible User Interaction Why LIKE Isn't Enough Fuzziness in Queries Demo 1A - Using Full-Text Queries Lesson 2: Implementing Full-Text Indexes in SQL Server Discussion: Search-related Options Full-Text Search in SQL Server Core Components of Full-Text Search Language Support and Supported Word Breakers Implementing Full-Text Indexes Demo 2A - Implementing Full-Text Indexes Lesson 3: Working with Full-Text Queries CONTAINS Queries FREETEXT Queries Table Functions and Ranking Results 36m

11 Thesaurus Stopwords and Stoplists SQL Server Management of Full-Text Demo 3A - Working with Full-Text Queries Module 20 Review Course Closure Total Duration: 16hrs 11m

6232B: Implementing a Microsoft SQL Server 2008 R2 Database

6232B: Implementing a Microsoft SQL Server 2008 R2 Database 6232B: Implementing a Microsoft SQL 2008 R2 Database Course Number: M6232B Category: Technical Duration: 5 days Course Description This five-day instructor-led course is intended for Microsoft SQL database

More information

Developing Microsoft SQL Server 2012 Databases

Developing Microsoft SQL Server 2012 Databases Course 10776A: Developing Microsoft SQL Server 2012 Databases Course Details Course Outline Module 1: Introduction to SQL Server 2012 and its Toolset This module stresses on the fact that before beginning

More information

Developing Microsoft SQL Server 2012 Databases 36 Contact Hours

Developing Microsoft SQL Server 2012 Databases 36 Contact Hours Developing Microsoft SQL Server 2012 Databases 36 Contact Hours Course Overview This 5-day instructor-led course introduces SQL Server 2012 and describes logical table design, indexing and query plans.

More information

Course Prerequisites: This course requires that you meet the following prerequisites:

Course Prerequisites: This course requires that you meet the following prerequisites: Developing MS SQL Server Databases This five-day instructor-led course introduces SQL Server 2014 and describes logical table design, indexing and query plans. It also focusses on the creation of database

More information

"Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary

Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary Course Summary Description This 5-day instructor-led course introduces SQL Server 2012 and describes logical table design, indexing and query plans. It also focuses on the creation of database objects

More information

ExecuTrain Course Outline Course 10776A: Developing Microsoft SQL Server 2012 Databases 5 Days

ExecuTrain Course Outline Course 10776A: Developing Microsoft SQL Server 2012 Databases 5 Days ExecuTrain Course Outline Course 10776A: Developing Microsoft SQL Server 2012 Databases 5 Days About this Course This 5-day instructor-led course introduces SQL Server 2012 and describes logical table

More information

Developing Microsoft SQL Server 2012 Databases

Developing Microsoft SQL Server 2012 Databases Course 10776 : Developing Microsoft SQL Server 2012 Databases Page 1 of 13 Developing Microsoft SQL Server 2012 Databases Course 10776: 4 days; Instructor-Led Introduction This 4-day instructor-led course

More information

[MS20464]: Developing Microsoft SQL Server 2014 Databases

[MS20464]: Developing Microsoft SQL Server 2014 Databases [MS20464]: Developing Microsoft SQL Server 2014 Databases Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : SQL Server Delivery Method : Instructor-led (Classroom) Course Overview

More information

20464 Developing Microsoft SQL Server Databases

20464 Developing Microsoft SQL Server Databases Course Overview This 5-day instructor-led course introduces SQL Server 2014 and describes logical table design, indexing and query plans. It also focuses on the creation of database objects including views,

More information

Developing Microsoft SQL Server Databases

Developing Microsoft SQL Server Databases 20464 - Developing Microsoft SQL Server Databases Duration: 5 Days Course Price: $2,975 Course Description About this course This 5-day instructor-led course introduces SQL Server 2014 and describes logical

More information

6232A - Version: 1. Implementing a Microsoft SQL Server 2008 Database

6232A - Version: 1. Implementing a Microsoft SQL Server 2008 Database 6232A - Version: 1 Implementing a Microsoft SQL Server 2008 Database Implementing a Microsoft SQL Server 2008 Database 6232A - Version: 1 5 days Course Description: This five-day instructor-led course

More information

20464: Developing Microsoft SQL Server 2014 Databases

20464: Developing Microsoft SQL Server 2014 Databases 20464: Developing Microsoft SQL Server 2014 Databases Course Outline Module 1: Introduction to Database Development This module introduces database development and the key tasks that a database developer

More information

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course:

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course: Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course: 20762C Developing SQL 2016 Databases Module 1: An Introduction to Database Development Introduction to the

More information

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database MOC 6232A: Implementing a Microsoft SQL Server 2008 Database Course Number: 6232A Course Length: 5 Days Course Overview This course provides students with the knowledge and skills to implement a Microsoft

More information

Developing SQL Databases

Developing SQL Databases Course 20762A: Developing SQL Databases Course details Course Outline Module 1: Introduction to Database Development This module is used to introduce the entire SQL Server platform and its major tools.

More information

20762B: DEVELOPING SQL DATABASES

20762B: DEVELOPING SQL DATABASES ABOUT THIS COURSE This five day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL Server 2016 database. The course focuses on teaching individuals how to

More information

Microsoft. [MS20762]: Developing SQL Databases

Microsoft. [MS20762]: Developing SQL Databases [MS20762]: Developing SQL Databases Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server Delivery Method : Instructor-led (Classroom) Course Overview This five-day

More information

Developing SQL Databases

Developing SQL Databases Course 20762B: Developing SQL Databases Page 1 of 9 Developing SQL Databases Course 20762B: 4 days; Instructor-Led Introduction This four-day instructor-led course provides students with the knowledge

More information

SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server Upcoming Dates. Course Description.

SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server Upcoming Dates. Course Description. SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server 2016 Learn how to design and Implement advanced SQL Server 2016 databases including working with tables, create optimized

More information

Developing Microsoft SQL Server 2012 Databases

Developing Microsoft SQL Server 2012 Databases Developing Microsoft SQL Server 2012 Databases Duration: 5 Days Course Code: M10776 Overview: This 5-day instructor-led course introduces SQL Server Denali and describes logical table design, indexing

More information

Microsoft Developing SQL Databases

Microsoft Developing SQL Databases 1800 ULEARN (853 276) www.ddls.com.au Length 5 days Microsoft 20762 - Developing SQL Databases Price $4290.00 (inc GST) Version C Overview This five-day instructor-led course provides students with the

More information

"Charting the Course... MOC C: Developing SQL Databases. Course Summary

Charting the Course... MOC C: Developing SQL Databases. Course Summary Course Summary Description This five-day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL database. The course focuses on teaching individuals how to use

More information

2779 : Implementing a Microsoft SQL Server 2005 Database

2779 : Implementing a Microsoft SQL Server 2005 Database 2779 : Implementing a Microsoft SQL Server 2005 Database Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills

More information

Venezuela: Teléfonos: / Colombia: Teléfonos:

Venezuela: Teléfonos: / Colombia: Teléfonos: CONTENIDO PROGRAMÁTICO Moc 20761: Querying Data with Transact SQL Module 1: Introduction to Microsoft SQL Server This module introduces SQL Server, the versions of SQL Server, including cloud versions,

More information

Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led

Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with product knowledge and skills needed to

More information

MCSE Data Management and Analytics. A Success Guide to Prepare- Developing Microsoft SQL Server Databases. edusum.com

MCSE Data Management and Analytics. A Success Guide to Prepare- Developing Microsoft SQL Server Databases. edusum.com 70-464 MCSE Data Management and Analytics A Success Guide to Prepare- Developing Microsoft SQL Server Databases edusum.com Table of Contents Introduction to 70-464 Exam on Developing Microsoft SQL Server

More information

Module 9: Managing Schema Objects

Module 9: Managing Schema Objects Module 9: Managing Schema Objects Overview Naming guidelines for identifiers in schema object definitions Storage and structure of schema objects Implementing data integrity using constraints Implementing

More information

Querying Microsoft SQL Server (461)

Querying Microsoft SQL Server (461) Querying Microsoft SQL Server 2012-2014 (461) Create database objects Create and alter tables using T-SQL syntax (simple statements) Create tables without using the built in tools; ALTER; DROP; ALTER COLUMN;

More information

Sql Server Syllabus. Overview

Sql Server Syllabus. Overview Sql Server Syllabus Overview This SQL Server training teaches developers all the Transact-SQL skills they need to create database objects like Tables, Views, Stored procedures & Functions and triggers

More information

20761 Querying Data with Transact SQL

20761 Querying Data with Transact SQL Course Overview The main purpose of this course is to give students a good understanding of the Transact-SQL language which is used by all SQL Server-related disciplines; namely, Database Administration,

More information

Developing SQL Databases

Developing SQL Databases Developing SQL Databases Varighed: 4 Days Kursus Kode: M20762 Beskrivelse: This four-day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL Server 2016 database.

More information

MCSA SQL Server 2012/2014. A Success Guide to Prepare- Querying Microsoft SQL Server 2012/2014. edusum.com

MCSA SQL Server 2012/2014. A Success Guide to Prepare- Querying Microsoft SQL Server 2012/2014. edusum.com 70-461 MCSA SQL Server 2012/2014 A Success Guide to Prepare- Querying Microsoft SQL Server 2012/2014 edusum.com Table of Contents Introduction to 70-461 Exam on Querying Microsoft SQL Server 2012/2014...

More information

Course. Overview. 5 Day(s) Length: Published: English. IT Professionals. Level: Type: Enroll now (CAL) Database. database files. Createe databases and

Course. Overview. 5 Day(s) Length: Published: English. IT Professionals. Level: Type: Enroll now (CAL) Database. database files. Createe databases and Implementing a Microsoft SQL Server 2008 Database Course 6232A: 5 days Length: Published: Language(s): Audience(s): Level: Technology: Type: 5 Day(s) December 05, 2008 (in development) English IT Professionals

More information

MTA Database Administrator Fundamentals Course

MTA Database Administrator Fundamentals Course MTA Database Administrator Fundamentals Course Session 1 Section A: Database Tables Tables Representing Data with Tables SQL Server Management Studio Section B: Database Relationships Flat File Databases

More information

Developing SQL Databases (762)

Developing SQL Databases (762) Developing SQL Databases (762) Design and implement database objects Design and implement a relational database schema Design tables and schemas based on business requirements, improve the design of tables

More information

Oracle Syllabus Course code-r10605 SQL

Oracle Syllabus Course code-r10605 SQL Oracle Syllabus Course code-r10605 SQL Writing Basic SQL SELECT Statements Basic SELECT Statement Selecting All Columns Selecting Specific Columns Writing SQL Statements Column Heading Defaults Arithmetic

More information

Many-to-Many One-to-One Limiting Values Summary

Many-to-Many One-to-One Limiting Values Summary page 1 Meet the expert: Andy Baron is a nationally recognized industry expert specializing in Visual Basic, Visual C#, ASP.NET, ADO.NET, SQL Server, and SQL Server Business Intelligence. He is an experienced

More information

COURSE OUTLINE: Querying Microsoft SQL Server

COURSE OUTLINE: Querying Microsoft SQL Server Course Name 20461 Querying Microsoft SQL Server Course Duration 5 Days Course Structure Instructor-Led (Classroom) Course Overview This 5-day instructor led course provides students with the technical

More information

70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform

70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform 70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform The following tables show where changes to exam 70-459 have been made to include updates

More information

Course Outline. Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led

Course Outline. Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led About this course This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL 20761B; 5 Days; Instructor-led Course Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server 20461D; 5 days, Instructor-led Course Description This 5-day instructor led course provides students with the technical skills required to write basic Transact SQL queries

More information

20461: Querying Microsoft SQL Server 2014 Databases

20461: Querying Microsoft SQL Server 2014 Databases Course Outline 20461: Querying Microsoft SQL Server 2014 Databases Module 1: Introduction to Microsoft SQL Server 2014 This module introduces the SQL Server platform and major tools. It discusses editions,

More information

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: QUERYING MICROSOFT SQL SERVER Course: 20461C; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This 5-day instructor led course provides students with

More information

Oracle Database 11g: SQL and PL/SQL Fundamentals

Oracle Database 11g: SQL and PL/SQL Fundamentals Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle Database 11g: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn In this course, students learn the fundamentals of SQL and PL/SQL

More information

Introduction... xxxi Chapter 1: Introducing SQL Server In Depth... 2

Introduction... xxxi Chapter 1: Introducing SQL Server In Depth... 2 Introduction... xxxi Chapter 1: Introducing SQL Server 2012... 1 In Depth... 2 Why Use SQL Server?... 2 Features Introduced in SQL Server 2008 R2... 3 Master Data Services... 3 StreamInsight... 3 Multi-Server

More information

20461: Querying Microsoft SQL Server

20461: Querying Microsoft SQL Server 20461: Querying Microsoft SQL Server Length: 5 days Audience: IT Professionals Level: 300 OVERVIEW This 5 day instructor led course provides students with the technical skills required to write basic Transact

More information

MCTS: Microsoft SQL Server 2008 Database Development

MCTS: Microsoft SQL Server 2008 Database Development MCTS: Microsoft SQL Server 2008 Database Development Course Description and Overview Overview SecureNinja s MCTS: Microsoft SQL Server 2008 Database Development training and certification boot camp in

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL General Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL Course 20761C 5 Days Instructor-led, Hands on Course Information The main purpose of the course is to give students a good understanding of the Transact- SQL language which

More information

Querying Data with Transact SQL

Querying Data with Transact SQL Course 20761A: Querying Data with Transact SQL Course details Course Outline Module 1: Introduction to Microsoft SQL Server 2016 This module introduces SQL Server, the versions of SQL Server, including

More information

Mobile MOUSe MTA DATABASE ADMINISTRATOR FUNDAMENTALS ONLINE COURSE OUTLINE

Mobile MOUSe MTA DATABASE ADMINISTRATOR FUNDAMENTALS ONLINE COURSE OUTLINE Mobile MOUSe MTA DATABASE ADMINISTRATOR FUNDAMENTALS ONLINE COURSE OUTLINE COURSE TITLE MTA DATABASE ADMINISTRATOR FUNDAMENTALS COURSE DURATION 10 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW

More information

Querying Microsoft SQL Server 2012/2014

Querying Microsoft SQL Server 2012/2014 Page 1 of 14 Overview This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation

More information

20761B: QUERYING DATA WITH TRANSACT-SQL

20761B: QUERYING DATA WITH TRANSACT-SQL ABOUT THIS COURSE This 5 day course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students requiring the knowledge

More information

Index. Accent Sensitive (AS), 20 Aggregate functions, 286 Atomicity consistency isolation durability (ACID), 265

Index. Accent Sensitive (AS), 20 Aggregate functions, 286 Atomicity consistency isolation durability (ACID), 265 Index A Accent Sensitive (AS), 20 Aggregate functions, 286 Atomicity consistency isolation durability (ACID), 265 B Balanced (B)-Trees clustered index, 237 non-clustered index, 239 BULK INSERT statement

More information

Index. Symbol function, 391

Index. Symbol function, 391 Index Symbol @@error function, 391 A ABP. See adjacent broker protocol (ABP) ACID (Atomicity, Consistency, Isolation, and Durability), 361 adjacent broker protocol (ABP) certificate authentication, 453

More information

SQL Server 2014 Internals and Query Tuning

SQL Server 2014 Internals and Query Tuning SQL Server 2014 Internals and Query Tuning Course ISI-1430 5 days, Instructor led, Hands-on Introduction SQL Server 2014 Internals and Query Tuning is an advanced 5-day course designed for experienced

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS20461]: Querying Microsoft SQL Server 2014 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : SQL Server Delivery Method : Instructor-led (Classroom) Course Overview This 5-day

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL Duration: 5 Days Course Code: M20761 Overview: This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can

More information

After completing this course, participants will be able to:

After completing this course, participants will be able to: Querying SQL Server 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 p a r t i c i p a n t s w i t h t h e t e c h n i c a l s k i l l s r e q u i r e d t o w r i t e b a

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 70-762 Title : Developing SQL Databases Vendor : Microsoft Version : DEMO Get Latest & Valid 70-762 Exam's Question

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training delivers the fundamentals of SQL and PL/SQL along with the

More information

Querying Data with Transact-SQL (761)

Querying Data with Transact-SQL (761) Querying Data with Transact-SQL (761) Manage data with Transact-SQL Create Transact-SQL SELECT queries Identify proper SELECT query structure, write specific queries to satisfy business requirements, construct

More information

T-SQL Training: T-SQL for SQL Server for Developers

T-SQL Training: T-SQL for SQL Server for Developers Duration: 3 days T-SQL Training Overview T-SQL for SQL Server for Developers training teaches developers all the Transact-SQL skills they need to develop queries and views, and manipulate data in a SQL

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server Course 20461D 5 Days Instructor-led, Hands-on Course Description This 5-day instructor led course is designed for customers who are interested in learning SQL Server 2012,

More information

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: Spring 2011 COURSE TITLE: COURSE NUMBER: Data Design and Implementation (MSCE SQL) CIST0252 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION:

More information

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

Charting the Course to Your Success! MOC D Querying Microsoft SQL Server Course Summary Course Summary Description This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation

More information

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Oracle Database: SQL and PL/SQL Fundamentals Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Database: SQL and PL/SQL Fundamentals Ed 2 Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

Oracle SQL & PL SQL Course

Oracle SQL & PL SQL Course Oracle SQL & PL SQL Course Complete Practical & Real-time Training Job Support Complete Practical Real-Time Scenarios Resume Preparation Lab Access Training Highlights Placement Support Support Certification

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server 20461 - Querying Microsoft SQL Server Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description About this course This 5-day instructor led course provides students with the

More information

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data 1 Writing Basic SQL SELECT Statements Objectives 1-2 Capabilities of SQL SELECT Statements 1-3 Basic SELECT Statement 1-4 Selecting All Columns 1-5 Selecting Specific Columns 1-6 Writing SQL Statements

More information

Synergetics-Standard-SQL Server 2012-DBA-7 day Contents

Synergetics-Standard-SQL Server 2012-DBA-7 day Contents Workshop Name Duration Objective Participants Entry Profile Training Methodology Setup Requirements Hardware and Software Requirements Training Lab Requirements Synergetics-Standard-SQL Server 2012-DBA-7

More information

20461D: Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server 20461D: Querying Microsoft SQL Server Course Details Course Code: Duration: Notes: 20461D 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

MIS NETWORK ADMINISTRATOR PROGRAM

MIS NETWORK ADMINISTRATOR PROGRAM NH107-7475 SQL: Querying and Administering SQL Server 2012-2014 136 Total Hours 97 Theory Hours 39 Lab Hours COURSE TITLE: SQL: Querying and Administering SQL Server 2012-2014 PREREQUISITE: Before attending

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Course Code: M20761 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,177 Querying Data with Transact-SQL Overview This course is designed to introduce students to Transact-SQL. It is designed in such

More information

A Unit of SequelGate Innovative Technologies Pvt. Ltd. All Training Sessions are Completely Practical & Real-time

A Unit of SequelGate Innovative Technologies Pvt. Ltd. All Training Sessions are Completely Practical & Real-time SQL Basics & PL-SQL Complete Practical & Real-time Training Sessions A Unit of SequelGate Innovative Technologies Pvt. Ltd. ISO Certified Training Institute Microsoft Certified Partner Training Highlights

More information

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL Writing Queries Using Microsoft SQL Server 2008 Transact- SQL Course 2778-08; 3 Days, Instructor-led Course Description This 3-day instructor led course provides students with the technical skills required

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Course Code: M20461 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Querying Microsoft SQL Server Overview This 5-day instructor led course provides delegates with the technical skills required

More information

"Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary

Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary Course Summary Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students requiring the knowledge

More information

SQL Server Interview Questions

SQL Server Interview Questions This Download is from www.downloadmela.com. The main motto of this website is to provide free download links of ebooks,video tutorials,magazines,previous papers,interview related content. To download more

More information

20761C: Querying Data with Transact-SQL

20761C: Querying Data with Transact-SQL 20761C: Querying Data with Transact-SQL Course Details Course Code: Duration: Notes: 20761C 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

55144-SQL Server 2014 Performance Tuning and Optimization

55144-SQL Server 2014 Performance Tuning and Optimization 55144-SQL Server 2014 Performance Tuning and Optimization Course Number: M55144 Category: Technical - Microsoft Duration: 5 day Overview This course is designed to give the right amount of Internals knowledge,

More information

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel Chapter 7 Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel 1 In this chapter, you will learn: The basic commands

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL Course: 20761 Course Details Audience(s): IT Professional(s) Technology: Microsoft SQL Server 2016 Duration: 24 HRs. ABOUT THIS COURSE This course is designed to introduce

More information

SQL Interview Questions

SQL Interview Questions SQL Interview Questions SQL stands for Structured Query Language. It is used as a programming language for querying Relational Database Management Systems. In this tutorial, we shall go through the basic

More information

5. Single-row function

5. Single-row function 1. 2. Introduction Oracle 11g Oracle 11g Application Server Oracle database Relational and Object Relational Database Management system Oracle internet platform System Development Life cycle 3. Writing

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

Duration Level Technology Delivery Method Training Credits. Classroom ILT 5 Days Intermediate SQL Server

Duration Level Technology Delivery Method Training Credits. Classroom ILT 5 Days Intermediate SQL Server NE-20761C Querying with Transact-SQL Summary Duration Level Technology Delivery Method Training Credits Classroom ILT 5 Days Intermediate SQL Virtual ILT On Demand SATV Introduction This course is designed

More information

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Overview The course has been extended by one day in response to delegate feedback. This extra day will allow for timely completion of all the

More information

Microsoft.PrepKing v MrT.146q

Microsoft.PrepKing v MrT.146q Microsoft.PrepKing.70-451.v2012-06-24.MrT.146q Passing Score: 700 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Exam Name: Pro: Designing Database Solutions And Data Access Using Microsoft

More information

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus ORACLE TRAINING ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL Oracle SQL Training Syllabus Introduction to Oracle Database List the features of Oracle Database 11g Discuss the basic design, theoretical,

More information

Querying Microsoft SQL Server 2008/2012

Querying Microsoft SQL Server 2008/2012 Querying Microsoft SQL Server 2008/2012 Course 10774A 5 Days Instructor-led, Hands-on Introduction This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL

More information

Microsoft Querying Data with Transact-SQL - Performance Course

Microsoft Querying Data with Transact-SQL - Performance Course 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20761 - Querying Data with Transact-SQL - Performance Course Length 4 days Price $4290.00 (inc GST) Version C Overview This course is designed to introduce

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Course 20761A: Querying Data with Transact-SQL Page 1 of 5 Querying Data with Transact-SQL Course 20761A: 2 days; Instructor-Led Introduction The main purpose of this 2 day instructor led course is to

More information

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014 COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014 MODULE 1: INTRODUCTION TO MICROSOFT SQL SERVER 2014 This module introduces the SQL Server platform and major tools. It discusses editions, versions,

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server Duration: 5 Days (08:30-16:00) Overview: This course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server. This

More information

Querying Microsoft SQL Server (MOC 20461C)

Querying Microsoft SQL Server (MOC 20461C) Querying Microsoft SQL Server 2012-2014 (MOC 20461C) Course 21461 40 Hours This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for

More information

IBM DB2 11 DBA for z/os Certification Review Guide Exam 312

IBM DB2 11 DBA for z/os Certification Review Guide Exam 312 Introduction IBM DB2 11 DBA for z/os Certification Review Guide Exam 312 The purpose of this book is to assist you with preparing for the IBM DB2 11 DBA for z/os exam (Exam 312), one of the two required

More information

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Microsoft SQL Server Training Course Catalogue. Learning Solutions Training Course Catalogue Learning Solutions Querying SQL Server 2000 with Transact-SQL Course No: MS2071 Two days Instructor-led-Classroom 2000 The goal of this course is to provide students with the

More information

Course Details Duration: 3 days Starting time: 9.00 am Finishing time: 4.30 pm Lunch and refreshments are provided.

Course Details Duration: 3 days Starting time: 9.00 am Finishing time: 4.30 pm Lunch and refreshments are provided. Database Administration with PostgreSQL Introduction This is a 3 day intensive course in skills and methods for PostgreSQL. Course Details Duration: 3 days Starting time: 9.00 am Finishing time: 4.30 pm

More information