MCSE – SQL \ SQL 2014

Starts from:Fri, June 8, 2018
Campus Location

5945 Temple City Blvd,Temple City,United States

Map it
Course Feature
  • 6 hours a day, 1 day per week for 5 weeks; or 3 hours a day, 2 days per week for 5 weeks.
Class Description

Course 20762C: Developing SQL Databases

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

Course Details:

Module 1: Introduction to Database Development

Module 2: Designing and Implementing Tables

Module 3: Advanced Table Designs

Module 4: Ensuring Data Integrity through Constraints

Module 5: Introduction to Indexes

Module 6: Designing Optimized Index Strategies

Module 7: Columnstore Indexes

Module 8: Designing and Implementing Views

Module 9: Designing and Implementing Stored Procedures

Module 10: Designing and Implementing User-Defined Functions

Module 11: Responding to Data Manipulation via Triggers

Module 12: Using In-Memory Tables

Module 13: Implementing Managed Code in SQL Server

Module 14: Storing and Querying XML Data in SQL Server

Module 15: Storing and Querying Spatial Data in SQL Server

Module 16: Storing and Querying BLOBs and Text Documents in SQL Server

Module 17: SQL Server Concurrency

Module 18: Performance and Monitoring

Course Completion:

After completing this course, students will be able to:

  • Understand Extended Events and how to use them.
  • Work with Extended Events.
  • Understand Live Query Statistics.
  • Optimize the file configuration of your databases.
  • Use DMVs and Performance Monitor to create baselines and gather performance metrics.

 

Course 20464D: Developing Microsoft SQL Server 2014 Databases

This course introduces SQL Server 2014 and describes logical table design, indexing and query plans. It also focusses on the creation of database objects including views, stored procedures, along with parameters, and functions. Other common aspects of procedure coding, such as indexes, concurrency, error handling, and triggers are also covered in this course. Also this course helps you prepare for the Exam 70-464.

Course Details:

Module 1: Introduction to Database Development

Module 2: Designing and Implementing Tables

Module 3: Ensuring Data Integrity through Constraints

Module 4: Introduction to Indexing

Module 5: Designing Optimized Index Strategies

Module 6: Columnstore Indexes

Module 7: Designing and Implementing Views

Module 8: Designing and Implementing Stored Procedures

Module 9: Designing and Implementing User-Defined Functions

Module 10: Responding to Data Manipulation via Triggers

Module 11: Using In-Memory Tables

Module 12: Implementing Managed Code in SQL Server 2014

Module 13: Storing and Querying XML Data in SQL Server

Module 14: Working with SQL Server 2014 Spatial Data

Module 15: Incorporating Data Files into Databases

Course Completion:

After completing this course, students will be able to:

  • Introduce the entire SQL Server platform and its major tools. It will cover editions, versions, basics of network listeners, and concepts of services and service accounts.
  • Determine appropriate data types to be used when designing tables, convert data between data types, and create alias data types.
  • Be aware of good design practices regarding SQL Server tables and be able to create tables using T-SQL. (Note: partitioned tables are not covered).
  • Implement PRIMARY KEY, FOREIGN KEY, DEFAULT, CHECK and UNIQUE constraints, and investigate cascading FOREIGN KEY constraints.
  • Determine appropriate single column and composite indexes strategies.
  • Create tables as heaps and tables with clustered indexes. Also consider the design of a table and suggest an appropriate structure.
  • Read and interpret details of common elements from execution plans.
  • Design effective non-clustered indexes.
  • Design and implement views
  • Design and implement stored procedures.
  • Work with table types, table valued parameters and use the MERGE statement to create stored procedures that update data warehouses.
  • Design and implement functions, both scalar and table-valued. (Also describe where they can lead to performance issues).
  • Perform basic investigation of a deadlock situation and learn how transaction isolation levels affect application concurrency.
  • Use both traditional T-SQL error handling code and structured exception handling.
  • Design and implement DML triggers
  • Learn appropriate uses for SQL CLR integration and implement an existing .NET assembly within SQL Server.
  • Store XML data and schemas in SQL Server.
  • Perform basic queries on XML data in SQL Server.