Looking for Global training? Go to https://firebrand.training/en or stay on the current site (Sverige)
På den här accelererade 6-dagars-kursen i MCSA: Database Development kommer du att tillgodogöra dig de färdigheter som behövs för att använda det Transact-SQL-språk som gäller för alla Server-dicipliner. Det här språket är viktigt när det gäller saker såsom databas-administration, business intelligence och databasutveckling.
Du kommer även att tillgodogöra dig färdigheter inom databasutveckling såsom avancerade tabellutformningar, columnstore-index och att använda in-memory-tabeller. De här kunskaperna är värdefulla för att utveckla din kapacitet och kunskaper inom SQL.
Få din utbildning och certifiering i MCSA SQL Server 2016 – Database Development på bara 6 dagar och lär dig mer än du kunnat föreställa dig.
Vi på Firebrand vet att din tid är värdefull. Därför ger vi dig möjligheten att få din utbildning och certifiering för i MCSA SQL Server 2016 – Database Development på bara 6 dagar. Vi ger dig de bästa förutsättningarna för att lära.
Din accelererade kurs undervisas av Microsoft Certified Trainers (MCT) som använder sig av Microsoft Official Curriculum (MOC) och övningsprov. Du kommer även att använda Firebrands unika Lecture | Lab | Review-metodik och gå igenom följande ämnen:
Med oss vid din sida som uppmuntrar och guidar dig på vägen, kan du ta del av 6 intensiva, fokuserade dagar av kvalitativt lärande i en distraktionsfri miljö. Din erfarna instruktör använder Firebrands unika, accelererade inlärningsmetoder som inkluderar vår exklusiva lecture-/lab-/review-metodik med exempel från verkligheten som ger dig bästa möjliga förutsättningar att lära och bibehålla din kunskap samt att framgångsrikt klara din certifiering.
Att genomföra din utbildning i Microsoft MCSA: SQL Server hos Firebrand innebär att:
Om du önskar läsa din kurs i MCSA SQL Server 2016 – Database Development i mindre steg, rekommenderar vi att du läser de här 2 kurserna i stället:
Microsoft MCSA SQL Server 2016 – Database Development
We have designed our course material in the way that best prepares you to learn and pass your exams.
Course 20761A: Querying Data with Transact-SQL
Module 1: Introduction to Microsoft SQL Server 2016
This module introduces SQL Server, the versions of SQL Server, including cloud versions, and how to connect to SQL Server using SQL Server Management Studio.
Lessons
Lab : Working with SQL Server 2016 Tools
After completing this module, you will be able to:
Module 2: Introduction to T-SQL Querying
This module introduces the elements of T-SQL and their role in writing queries, describes the use of sets in SQL Server, describes the use of predicate logic in SQL Server, and describes the logical order of operations in SELECT statements.
Lessons
Lab : Introduction to Transact-SQL Querying
After completing this module, you will be able to:
Module 3: Writing SELECT Queries
This module introduces the fundamentals of the SELECT statement, focusing on queries against a single table.
Lessons
Lab : Writing Basic SELECT Statements
After completing this module, you will be able to:
Module 4: Querying Multiple Tables
This module explains how to write queries which combine data from multiple sources in SQL Server. The module introduces the use of JOINs in T-SQL queries as a mechanism for retrieving data from multiple tables.
Lessons
Lab : Querying Multiple Tables
After completing this module, you will be able to:
Module 5: Sorting and Filtering Data
This module explains how to enhance queries to limit the rows they return, and to control the order in which the rows are displayed. The module also discusses how to resolve missing and unknown results.
Lessons
Lab : Sorting and Filtering Data
After completing this module, you will be able to:
Module 6: Working with SQL Server 2016 Data Types
This module explains the data types SQL Server uses to store data. It introduces the many types of numeric and special-use data types. It also explains conversions between data types, and the importance of type precedence.
Lessons
Lab : Working with SQL Server 2016 Data Types
After completing this module, you will be able to:
Module 7: Using DML to Modify DataThis module describes the use of Transact-SQL Data Manipulation Language to perform inserts, updates, and deletes to your data.
Lessons
Lab : Using DML to Modify Data
After completing this module, you will be able to:
Module 8: Using Built-In Functions
This module introduces the use of functions that are built in to SQL Server Denali, and will discuss some common usages including data type conversion, testing for logical results and nullability.
Lessons
Lab : Using Built-In Functions
After completing this module, you will be able to:
Module 9: Grouping and Aggregating Data
This module introduces methods for grouping data within a query, aggregating the grouped data and filtering groups with HAVING. The module is designed to help the student grasp why a SELECT clause has restrictions placed upon column naming in the GROUP BY clause as well as which columns may be listed in the SELECT clause.
Lessons
Lab : Grouping and Aggregating Data
After completing this module, you will be able to:
Module 10: Using Subqueries
This module will introduce the use of subqueries in various parts of a SELECT statement. It will include the use of scalar and multi-result subqueries, and the use of the IN and EXISTS operators.
Lessons
Lab : Using Subqueries
After completing this module, you will be able to:
Module 11: Using Set Operators
This module introduces the set operators UNION, INTERSECT, and EXCEPT to compare rows between two input sets.
Lessons
Lab : Using SET Operators
After completing this module, you will be able to:
Course 20762A: Developing SQL Databases
Module 1: Introduction to Database Development
This module is used 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.
Lessons
Lab : SQL Server Database Development Tasks
After completing this module, you will be able to:
Module 2: Designing and Implementing Tables
This modules describes the design and implementation of tables. (Note: partitioned tables are not covered).
Lessons
Lab : Designing and Implementing Tables
After completing this module, you will be able to:
Module 3: Advanced Table Designs
This module describes more advanced table designs.
Lessons
Lab : Using Advanced Table Designs
After completing this module, you will be able to:
Module 4: Ensuring Data Integrity through Constraints
This module describes the design and implementation of constraints.
Lessons
Lab : Ensuring Data Integrity through Constraints
After completing this module, you will be able to:
Module 5: Introduction to Indexes
This module describes the concept of an index and discusses selectivity, density and statistics. It covers appropriate data type choices and choices around composite index structures.
Lessons
Lab : Implementing Indexes
After completing this module, you will be able to:
Module 6: Designing Optimised Index Strategies
This module includes covering indexes and the INCLUDE clause, hints, padding / fillfactor, statistics. It also execution plans and the DTE Lessons.
Lessons
Lab : Designing Optimised Index Strategies
After completing this module, you will be able to:
Module 7: Columnstore Indexes
This module introduces Columnstore indexes.
Lessons
Lab : Using Columnstore indexes
After completing this module, you will be able to:
Module 8: Designing and Implementing Views
This module describes the design and implementation of views.
Lessons
Lab : Designing and Implementing Views
After completing this module, you will be able to:
Module 9: Designing and Implementing Stored Procedures
This module describes the design and implementation of stored procedures.
Lessons
Lab : Designing and Implementing Stored Procedures
After completing this module, you will be able to:
Module 10: Designing and Implementing User-Defined Functions
This module describes the design and implementation of functions, both scalar and table-valued. (Also discusses where they can lead to performance issues).
Lessons
Lab : Designing and Implementing User-defined Functions
After completing this module, you will be able to:
Module 11: Responding to Data Manipulation via Triggers
This module describes the design and implementation of triggers.
Lessons
Lab : Responding to Data Manipulation via Triggers
After completing this module, you will be able to:
Module 12: Using In-Memory Tables
This module covers the creation of in-memory tables and native stored procedures. Furthermore, advantages of in-memory tables are discussed, for example the removal of transaction blocking.
Lessons
Lab : In Memory OLTP
After completing this module, you will be able to:
Module 13: Implementing Managed Code in SQL Server
This module describes the implementation of and target use-cases for SQL CLR integration.
Lessons
Lab : Implementing Managed Code in SQL Server
After completing this module, you will be able to:
Module 14: Storing and Querying XML Data in SQL Server
This module covers the XML data type, schema collections, typed and un-typed columns and appropriate use cases for XML in SQL Server.
Lessons
Lab : Storing and Querying XML Data in SQL Server
After completing this module, you will be able to:
Module 15: Working with SQL Server Spatial Data
This module describes spatial data and how this data can be implemented within SQL Server.
Lessons
Lab : Working with SQL Server Spatial Data
After completing this module, you will be able to:
Module 16: Storing and Querying Blobs and Text Documents in SQL Server
This module covers full text indexes and queries.
Lessons
Lab : Storing and Querying Blobs and Text Documents in SQL Server
After completing this module, you will be able to:
Som en del av din kurs blir du förberedd för, och kommer även att på plats hos oss genomföra, följande examen som även omfattas av din certifieringsgaranti:
Utöver arbetslivserfarenhet måste du ha följande tekniska kunskaper:
Vi intervjuar alla potentiella deltagare om deras bakgrund, utbildning, certifiering och personliga inställning. Om du kommer igenom denna process så har du riktigt goda möjligheter att klara din certifiering.
Firebrand Training erbjuder en ambitiös utbildningsmiljö som förutsätter att du verkligen dedikerar dig till kursen. Ovanstående förkunskaper är endast vägledande, många deltagare med mindre erfarenhet men med en annan bakgrund eller kunskap har framgångsrikt genomfört sin utbildning hos Firebrand Training.
Om du funderar på huruvida du uppfyller rekommenderade förkunskaper vänligen ring oss på (0)8 52 50 01 66 och prata med en av våra utbildningsrådgivare som kan hjälpa dig.
Här är Firebrand Training recension avsnittet. Sedan 2001 har vi utbildat exakt 134.561 studenter och proffs och bett dem alla att recensera vår Accelerated Learning. För närvarande har, 96,46% sagt att Firebrand överträffade deras förväntningar.
Läs recensioner från avslutade accelereradekurser nedan eller besök Firebrand Stories för skriftliga och videointervjuer med våra tidigare alumni.
"The instructor was great. Very efficient and great at delivering."
Connor Botterill. (2/11/2019 (Lördag) till 7/11/2019 (Torsdag))
"Its my 3rd course with Firebrand and I''m delighted with the quality of attention and facilities provided.
Thank you."
D.L., National grid . (15/7/2019 (Måndag) till 20/7/2019 (Lördag))
"Prepare well in advance of this course, as the instructor will defiantly be doing the same. This course is packed with valuable info and is worth the investment ."
Anonymous. (15/7/2019 (Måndag) till 20/7/2019 (Lördag))
"Enjoyed the process of intense training. Get your heads down and focus."
Anonymous. (15/7/2019 (Måndag) till 20/7/2019 (Lördag))
"Detailed and thorough course taught by a teacher who could answer any and all of the questions"
Ben Van-de-Peer, Innovation Software. (4/2/2019 (Måndag) till 9/2/2019 (Lördag))
Startar |
Slutar |
Tillgänglighet |
Plats |
Registrera |
---|---|---|---|---|
22/5/2023 (Måndag) |
27/5/2023 (Lördag) |
Avslutad - Lämna feedback |
- |
|
25/9/2023 (Måndag) |
30/9/2023 (Lördag) |
Väntelista |
Rikstäckande |
|
6/11/2023 (Måndag) |
11/11/2023 (Lördag) |
Begränsat antal platser |
Rikstäckande |
|
18/12/2023 (Måndag) |
23/12/2023 (Lördag) |
Platser tillgängliga |
Rikstäckande |
|
29/1/2024 (Måndag) |
3/2/2024 (Lördag) |
Platser tillgängliga |
Rikstäckande |
|
11/3/2024 (Måndag) |
16/3/2024 (Lördag) |
Platser tillgängliga |
Rikstäckande |
|