Microsoft MCSA SQL Server 2012/2014 Online Training delivers the technical skills to handle Microsoft database. It covers the installation, administration, maintenance, and troubleshooting of the database.
Describe the basic architecture and concepts of Microsoft SQL Server 2014.
Query multiple tables. Sort and filter data.
Use built-in functions. Group and aggregate data. Use subqueries
Use table expressions
Describe core database administration tasks and tools. Install and configure SQL Server 2014. Configure SQL Server datab...
Audit data access R encrypt data. Perform ongoing database maintenance.
Automate SQL Server maintenance with SQL Server...
Describe data warehouse concepts & architecture considerations. Select an appropriate hardware platform for a data wareh...
Implement Data Flow in an SSIS Package. Implement Control Flow in an SSIS Package.
Understand the similarities and differences between Transact-SQL and other computer languages. Write SELECT queries
Describe the use of data types in SQL Server. Modify data using Transact-SQL
Plan and implement a backup strategy.Configure Database Mail, alerts and notifications.
Design and implement a data warehouse. Debug and Troubleshoot SSIS packages
Requirements
Microsoft Windows operating system and its functionality. Relational database along with normalization. T-SQL
Description
|| About MCSA - SQL Server 2012/2014 Training Course
Microsoft MCSA SQL Server 2012/2014 Online Training delivers the technical skills to handle Microsoft database. It covers the installation, administration, maintenance and troubleshooting of the database. The candidates will learn about data warehousing in detail in this training. The comprehensive knowledge and practical exposure of the database concept build the proficiency of the professionals to serve organizations of any size. This course is the foundation for all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. The main purpose of the course is to prepare people for the exam "70-461: Writing Queries Using Microsoft SQL Server 2014 Transact-SQL." This exam will be the underlying exam for all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. As such, the primary target audience for this course is: Database Administrators, Database Developers and BI professionals. This course is designed for customers who are interested in learning SQL Server 2012 or SQL Server 2014. It covers the new features in SQL Server 2014, but also the important capabilities across the SQL Server data platform. This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft® SQL Server® 2014, implement ETL with SQL Server Integration Services, and validate and cleanse data with SQL Server Data Quality Services and SQL Server Master Data Services.
This Training is intended for SQL Server database administrators, system engineers, and developers with two or more years of experience, who are seeking to validate their skills and knowledge in writing queries. Database professionals who perform installation, maintenance, and configuration tasks. Other responsibilities include setting up database systems, making sure those systems operate efficiently, and regularly storing, backing up, and securing data from unauthorized access. ETL and data warehouse developers who create Business Intelligence (BI) solutions, and whose responsibilities include data cleansing, and Extract Transform Load and data warehouse implementation.
This Information provided from Microsoft Certification Website.*
This certification has been retired. For currently available options, please refer to the Browse Certifications and Exams page. Any certifications you earn prior to their retirement dates will continue to appear on your transcript in the Certification Dashboard
This course is the foundation for all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. The main purpose of the course is to prepare people for the exam "70-461: Writing Queries Using Microsoft SQL Server 2014 Transact-SQL." This exam will be the underlying exam for all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. As such, the primary target audience for this course is: Database Administrators, Database Developers and BI professionals.
Live Lecture
This Lecture introduces the SQL Server platform and major tools. It discusses editions, versions, tools used to query, documentation sources, and the logical structure of databases.
·Lessons
·The Basic Architecture of SQL Server
·SQL Server Editions and Versions
·Getting Started with SQL Server Management
Studio
·Lab: Working with SQL Server 2014 Tools
·After completing this Lecture, you will be able to:
·Describe the architecture of SQL Server 2012.
·Work with SQL Server Management Studio.
Live Lecture
This Lecture introduces Transact SQL as the primary querying language of SQL Server. It discusses the basic structure of T-SQL queries, the logical flow of a SELECT statement, and introduces concepts such as predicates and set-based operations.
·Lessons
·Introducing T-SQL
·Understanding Sets
·Understanding Predicate Logic
·Understanding the Logical Order of Operations in SELECT
statements.
·Lab : Introduction to Transact-SQL Querying
·After completing this Lecture, you will be able to:
·Describe the elements of T-SQL and their role in writing queries
·Describe the use of sets in SQL Server
·Describe the use of predicate logic in SQL Server
·Describe the logical order of operations in SELECT statements.
Live Lecture
This Lecture introduces the fundamentals of the SELECT statement, focusing on queries against a single table.
·Lessons
·Writing Simple SELECT Statements
·Eliminate Duplicates with DISTINCT
·Using Column and Table Aliases
·Write Simple CASE Expressions
·Lab : Writing Basic SELECT Statements
·After completing this Lecture, you will be able to: