MCSA SQL SERVER 2012

Similar documents
[AVNICF-MCSASQL2012]: NICF - Microsoft Certified Solutions Associate (MCSA): SQL Server 2012

[AVNICF-MCSASQL2012]: NICF - Microsoft Certified Solutions Associate (MCSA): SQL Server 2012

SQL Server Course Administering a SQL 2016 Database Infrastructure. Length. Prerequisites. Audience. Course Outline.

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases

Administering a SQL Database Infrastructure (M20764)

MIS NETWORK ADMINISTRATOR PROGRAM

Querying Data with Transact-SQL

Querying Microsoft SQL Server 2014

6231B - Version: 1. Maintaining a Microsoft SQL Server 2008 R2 Database

Maintaining a Microsoft SQL Server 2008 R2 Database

IT081: Administering Microsoft SQL Server 2012

COURSE 20462C: ADMINISTERING MICROSOFT SQL SERVER DATABASES

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

MS-20462: Administering Microsoft SQL Server Databases

Querying Data with Transact SQL

Administering a SQL Database Infrastructure Microsoft Official Curriculum (MOC 20764)

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

20461: Querying Microsoft SQL Server 2014 Databases

Querying Microsoft SQL Server 2008/2012

20461: Querying Microsoft SQL Server

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

Querying Data with Transact-SQL

Querying Data with Transact-SQL

After completing this course, participants will be able to:

Implementing a Data Warehouse with Microsoft SQL Server 2012

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761)

Duration: 5 Days. EZY Intellect Pte. Ltd.,

Exam /Course 20767B: Implementing a SQL Data Warehouse

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

AVANTUS TRAINING PTE LTD

Querying Microsoft SQL Server

Querying Data with Transact-SQL (20761)

COURSE OUTLINE: Querying Microsoft SQL Server

Microsoft Querying Data with Transact-SQL - Performance Course

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

Querying Microsoft SQL Server (MOC 20461C)

Training 24x7 DBA Support Staffing. Administering a SQL Database Infrastructure (40 Hours) Exam

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Querying Data with Transact-SQL

Implementing a SQL Data Warehouse

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

20761B: QUERYING DATA WITH TRANSACT-SQL

Querying Microsoft SQL Server 2012/2014

Course 20764: Administering a SQL Database Infrastructure

Querying Microsoft SQL Server

Course 20461C: Querying Microsoft SQL Server

Querying Data with Transact-SQL

Administering a SQL Database Infrastructure

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

Querying Microsoft SQL Server

Implementing a SQL Data Warehouse

Microsoft Querying Microsoft SQL Server 2014

Microsoft - Querying Microsoft SQL Server 2014 (M20461) (M20461)

Querying Data with Transact-SQL

20767B: IMPLEMENTING A SQL DATA WAREHOUSE

Implementing a Data Warehouse with Microsoft SQL Server 2012

Querying Microsoft SQL Server 2014

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

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Administering a SQL Database Infrastructure

Querying Data with Transact-SQL

Querying Microsoft SQL Server

Querying Microsoft SQL Server

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Database Querying, Administration and Warehousing, on Microsoft SQL Server 2012: Microsoft Certified Solutions Expert (MCSE) Data

20461D: Querying Microsoft SQL Server

20761 Querying Data with Transact SQL

Duration: 5 Days Course Code: M20764 Version: B Delivery Method: Elearning (Self-paced)

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

Implementing a SQL Data Warehouse

Microsoft SQL Server Training Course Catalogue. Learning Solutions

"Charting the Course... MOC C: Administering an SQL Database Infrastructure. Course Summary

20761C: Querying Data with Transact-SQL

Querying Data with Transact-SQL

Querying Data with Transact-SQL

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

20767: Implementing a SQL Data Warehouse

Administering a SQL Database Infrastructure (20764)

Implement a Data Warehouse with Microsoft SQL Server

20764C: Administering a SQL Database Infrastructure

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

Implementing a Data Warehouse with Microsoft SQL Server 2014

Microsoft Administering a SQL Database Infrastructure

Training 24x7 DBA Support Staffing. MCSA:SQL 2016 Business Intelligence Development. Implementing an SQL Data Warehouse. (40 Hours) Exam

20463C-Implementing a Data Warehouse with Microsoft SQL Server. Course Content. Course ID#: W 35 Hrs. Course Description: Audience Profile

COURSE 10977A: UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014

Implementing a Data Warehouse with Microsoft SQL Server

Microsoft SQL Server" 2008 ADMINISTRATION. for ORACLE9 DBAs

Implementing a Data Warehouse with Microsoft SQL Server 2014 (20463D)

Course 20461C: Querying Microsoft SQL Server

Updating your Business Intelligence Skills to Microsoft SQL Server 2012

Chapter 1: Introducing SQL Server

Administering Microsoft SQL Server Databases

MS_20761 Querying Data with Transact-SQL

Administering Microsoft SQL Server 2012/2014 Databases

"Charting the Course... MOC B Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Summary

Querying Microsoft SQL Server 2014

Microsoft Implementing a SQL Data Warehouse

Querying Data with Transact-SQL (761)

Transcription:

MCSA SQL SERVER 2012 1. Course 10774A: Querying Microsoft SQL Server 2012 Course Outline Module 1: Introduction to Microsoft SQL Server 2012 Introducing Microsoft SQL Server 2012 Getting Started with SQL Server Management Studio Module 2: Getting Started with SQL Azure Overview of SQL Azure Working with SQL Azure Module 3: Introduction to T-SQL Querying Introducing T-SQL Understanding Sets Understanding Predicate Logic Understanding the Logical Order of Operations in SELECT statements Module 4: Writing SELECT Queries Writing Simple SELECT Statements Eliminating Duplicates with DISTINCT

Using Column and Table Aliases Writing Simple CASE Expressions Module 5: Querying Multiple Tables Understanding Joins Querying with Inner Joins Querying with Outer Joins Querying with Cross Joins and Self Joins Module 6: Sorting and Filtering Data Sorting Data Filtering Data with a WHERE Clause Filtering with the TOP and OFFSET-FETCH Options Working with Unknown and Missing Values Module 7: Working with SQL Server 2012 Data Types Introducing SQL Server 2012 Data Types Working with Character Data Working with Date and Time Data Module 8: Using Built-In Functions Writing Queries with Built-In Functions

Using Conversion Functions Using Logical Functions Using Functions to Work with NULL Module 9: Grouping and Aggregating Data Using Aggregate Functions Using the GROUP BY Clause Filtering Groups with HAVING Module 10: Using Subqueries Writing Self-Contained Subqueries Writing Correlated Subqueries Using the EXISTS Predicate with Subqueries Module 11: Using Table Expressions Using Derived Tables Using Common Table Expressions Using Views Using Inline Table-Valued Functions Module 12: Using Set Operators Writing Queries with the UNION Operator Using EXCEPT and INTERSECT

Using APPLY Module 13: Using Window Ranking, Offset and Aggregate Functions Creating Windows with OVER Exploring Window Functions Module 14: Pivoting and Grouping Sets Writing Queries with PIVOT and UNPIVOT Working with Grouping Sets Module 15: Querying SQL Server Metadata Querying System Catalog Views and Functions Executing System Stored Procedures Querying Dynamic Management Objects Module 16: Executing Stored Procedures Querying Data with Stored Procedures Passing Parameters to Stored Procedures Creating Simple Stored Procedures Working with Dynamic SQL

Module 17: Programming with T-SQL T-SQL Programming Elements Controlling Program Flow Module 18: Implementing Error Handling Using TRY / CATCH Blocks Working with Error Information Module 19: Implementing Transactions Transactions and the Database Engine Controlling Transactions Module 20: Improving Query Performance Factors in Query Performance Displaying Query Performance Data 2. Course 10775A: Administering Microsoft SQL Server 2012 Databases Course Outline Module 1: Introduction to SQL Server 2012 and its Toolset Introduction to the SQL Server Platform Working with SQL Server Tools Configuring SQL Server Services

Module 2: Preparing Systems for SQL Server 2012 Overview of SQL Server Architecture Planning Server Resource Requirements Pre-installation Testing for SQL Server Module 3: Installing and Configuring SQL Server 2012 Preparing to Install SQL Server Installing SQL Server Upgrading and Automating Installation Module 4: Working with Databases Overview of SQL Server Databases Working with Files and Filegroups Moving Database Files Module 5: Understanding SQL Server 2012 Recovery Models Backup Strategies Understanding SQL Server Transaction Logging Planning a SQL Server Backup Strategy Module 6: Backup of SQL Server 2012 Databases Backing up Databases and Transaction Logs Managing Database Backups Working with Backup Options

Module 7: Restoring SQL Server 2012 Databases Understanding the Restore Process Restoring Databases Working with Point-in-time recovery Restoring System Databases and Individual Files Module 8: Importing and Exporting Data Transferring Data To/From SQL Server Importing and Exporting Table Data Inserting Data in Bulk Module 9: Authenticating and Authorizing Users Authenticating Connections to SQL Server Authorizing Logins to Access Databases Authorization Across Servers Module 10: Assigning Server and Database Working with Server Roles Working with Fixed Database Roles Creating User-defined Database Roles

Module 11: Authorizing Users to Access Resources Authorizing User Access to Objects Authorizing Users to Execute Code Configuring Permissions at the Schema Level Module 12: Auditing SQL Server Environments Options for Auditing Data Access in SQL Implementing SQL Server Audit Managing SQL Server Audit Module 13: Automating SQL Server 2012 Management Automating SQL Server Management Working with SQL Server Agent Managing SQL Server Agent Jobs Module 14: Configuring Security for SQL Server Agent Understanding SQL Server Agent Security Configuring Credentials Configuring Proxy Accounts Module 15: Monitoring SQL Server 2012 with Alerts and Notifications Configuration of Database Mail Monitoring SQL Server Errors

Configuring Operators, Alerts and Notifications Module 16: Performing Ongoing Database Maintenance Ensuring Database Integrity Maintaining Indexes Automating Routine Database Maintenance Module 17: Tracing Access to SQL Server Capturing Activity using SQL Server Profiler Improving Performance with the Database Engine Tuning Advisor Working with Tracing Options Module 18: Monitoring SQL Server Monitoring Activity Capturing and Managing Performance Data Analyzing Collected Performance Data Module 19: Managing Multiple Working with Multiple Servers Virtualizing SQL Server Deploying and Upgrading Data-Tier Applications

Module 20: Troubleshooting Common SQL Server 2012 Administrative Issues SQL Server Troubleshooting Methodology Resolving Service-related Issues Resolving Concurrency Issues Resolving Login and Connectivity Issues 3. Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Course Outline Module 1: Introduction to Data Warehousing Overview of Data Warehousing Considerations for a Data Warehouse Solution Module 2: Data Warehouse Hardware Considerations for Building a Data Warehouse Data Warehouse Reference Architectures and Appliances Module 3: Designing and Implementing a Data Warehouse Logical Design for a Data Warehouse Physical Design for a Data Warehouse Module 4: Creating an ETL Solution with SSIS Introduction to ETL with SSIS Exploring Source Data

Implementing Data Flow Module 5: Implementing Control Flow in an SSIS Package Introduction to Control Flow Creating Dynamic Packages Using Containers Managing Consistency Module 6: Debugging and Troubleshooting SSIS Packages Debugging an SSIS Package Logging SSIS Package Events Handling Errors in an SSIS Package Module 7: Implementing an Incremental ETL Process Introduction to Incremental ETL Extracting Modified Data Loading Modified Data Module 8: Incorporating Data from the Cloud into a Data Warehouse Overview of Cloud Data Sources SQL Server Database The Windows Azure Marketplace

Module 9: Enforcing Data Quality Introduction to Data Quality Using Data Quality Services to Cleanse Data Using Data Quality Services to Match Data Module 10: Using Master Data Services Introduction to Master Data Services Implementing a Master Data Services Model Using the Master Data Services Add-in for Excel Module 11: Extending SQL Server Integration Services Using Custom Components in SSIS Using Scripts in SSIS Module 12: Deploying and Configuring SSIS Packages Overview of SSIS Deployment Deploying SSIS Projects Planning SSIS Package Execution Module 13: Consuming Data in a Data Warehouse Introduction to Business Intelligence Introduction to Reporting Introduction to Data Analysis