Sehen Sie hier, wie schnell Sie mit uns neue Qualifikationen erlangen können.
Machen Sie einen kostenlosen Praxistest, um Ihr Wissen einzuschätzen!
In diesem sechstägigen, intensiven MCSA: Database Development Kurs erlernen Sie die Nutzung von Transact-SQL für alle SQL Server Disziplinen. Diese Kenntnisse sind insbesondere für Aufgaben wie die Datenbankadministration, Business Intelligence und Entwicklung wichtig. Sie erlangen Fähigkeiten in der Datenbankentwicklung, wie erweiterte Table Designs, Columnstore Indexes und die Nutzung von In-Memory Tables.
Der Intensivkurs wird von einem Microsoft Certified Trainer (MCT) unterrichtet und verwendet das Microsoft Official Curriculum (MOC) und offizielle Übungstests. Sie lernen mit Firebrands einzigartiger Lecture | Lab | Review Methode und behandeln unter anderem folgende Themen:
Der Kurs eignet sich vor allem für Professionals, die viel mit SQL Server 2016 arbeiten, Datenbanken erstellen und verwalten sowie ihre Datenbankkenntnisse weiterentwickeln und belegen möchten.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0800 789 50 50
Unter Umständen können Sie Ihr Training über das mit hohen Rabatten verbundene Microsoft's Software Assurance Training Voucher (SATV) Programm durchführen. Falls Ihr Unternehmen Microsoft Software-Produkte erworben hat, können Sie überprüfen, ob sie mit dem Produkt ebenfalls kostenlose Trainingsgutscheine erworben haben. Die Gutscheine können für Trainingskurse in allen Microsoft-Technologien eingelöst werden. Wenn Sie Fragen haben, kontaktieren Sie uns einfach.
Mit dem Firebrand-Intensiv-Trainingskonzept können Sie Ihr Weiterbildungs- & Zertifizierungsziel in kürzester Zeit erreichen:
Statt in zwei Kursen mit insgesamt acht Trainingstagen erreichen Sie Ihre Zertifizierung zum MCSA: SQL Server 2016 - Database Development bei Firebrand in einem 6-Tages-Intensivkurs. Zudem absolvieren Sie alle zwei Prüfungen während des Kurses in unserem Prüfungscenter.
Dieser Kurs hat eine maximale Teilnehmerzahl von 12 Personen. Wir berücksichtigen damit die anspruchsvollen, praxisnahen und umfangreichen Kursinhalte sowie die hohen Prüfungsanforderungen seitens Microsoft.
Firebrand ist Microsoft Gold Learning Partner. Daher profitieren Sie von folgenden Vorteilen:
In herkömmlichen Weiterbildungskursen wird vornehmlich im Vortragsstil gelehrt und eigenständiges Testen und Nacharbeiten wird vorausgesetzt.
Effektives technisches Training sollte jedoch in höchstem Maße abwechslungsreich und interaktiv gestaltet werden, um das Aufmerksamkeitslevel hoch zu halten, den Austausch zwischen den Teilnehmern und mit dem Trainer zu fördern und das Erlernte durch praktische Einheiten zu festigen.
Unsere Kurspreise verstehen sich inklusive aller anfallenden Kosten. Im Leistungspaket sind enthalten: Unterricht, Kursunterlagen, Unterkunft, alle Mahlzeiten und Snacks sowie Prüfungsgutscheine. Ausnahme: Die Prüfungsgutscheine sind bei folgenden Partnern nicht im Leistungspaket enthalten: ISACA, GIAC und PMI.
Firebrand Training bietet speziell auf die Bedürfnisse der Kursteilnehmer abgestimmtes Training an. Unser Team geht auf die individuellen Lernbedürfnisse der Teilnehmer ein und sichert somit gezielt den Lernerfolg.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0800 789 50 50
Im MCSA: SQL Server 2016 - Database Development Kurs behandeln Sie folgende Inhalte:
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 Tools
After completing this module, you will be able to:
This module describes 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.
Lessons
Lab : Introduction to T-SQL Querying
After completing this module, you will be able to:
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:
This module describes how to write queries that combine data from multiple sources in Microsoft SQL Server.
Lessons
Lab : Querying Multiple Tables
After completing this module, you will be able to:
This module describes how to implement sorting and filtering.
Lessons
Lab : Sorting and Filtering Data
After completing this module, you will be able to:
This module introduces the data types SQL Server uses to store data.
Lessons
Lab : Working with SQL Server Data Types
After completing this module, you will be able to:
This module describes how to create DML queries, and why you would want to.
Lessons
Lab : Using DML to Modify Data
After completing this module, you will be able to:
This module introduces some of the many built in functions in SQL Server.
Lessons
Lab : Using Built-In Functions
After completing this module, you will be able to:
This module describes how to use aggregate functions.
Lessons
Lab : Grouping and Aggregating Data
After completing this module, you will be able to:
Module 10: Using Subqueries
This module describes several types of subquery and how and when to use them.
Lessons
Lab : Using Subqueries
After completing this module, you will be able to:
Previously in this course, you learned about using subqueries as an expression that returned results to an outer calling query. Like subqueries, table expressions are query expressions, but table expressions extend this idea by allowing you to name them and to work with their results as you would work with data in any valid relational table. Microsoft SQL Server supports four types of table expressions: derived tables, common table expression (CTEs), views, and inline table-valued functions (TVFs). In this module, you will learn to work with these forms of table expressions and learn how to use them to help create a modular approach to writing queries.
Lessons
Lab : Using Table Expressions
After completing this module, you will be able to:
This module introduces how to use the set operators UNION, INTERSECT, and EXCEPT to compare rows between two input sets.
Lessons
Lab : Using Set Operators
After completing this module, you’ll be able to:
Module 13: Using Windows Ranking, Offset, and Aggregate Functions
This module describes the benefits to using window functions. Restrict window functions to rows defined in an OVER clause, including partitions and frames. Write queries that use window functions to operate on a window of rows and return ranking, aggregation, and offset comparison results.
Lessons
Lab : Using Windows Ranking, Offset, and Aggregate Functions
After completing this module, you'll be able to:
This module describes write queries that pivot and unpivot result sets. Write queries that specify multiple groupings with grouping sets
Lessons
Lab : Pivoting and Grouping Sets
After completing this module, you'll be able to:
This module describes how to return results by executing stored procedures. Pass parameters to procedures. Create simple stored procedures that encapsulate a SELECT statement. Construct and execute dynamic SQL with EXEC and sp_executesql.
Lessons
Lab : Executing Stored Procedures
After completing this module, you'll be able to:
This module describes how to enhance your T-SQL code with programming elements.
Lessons
Lab : Programming with T-SQL
After completing this module, you'll be able to:
Module 17: Implementing Error Handling
This module introduces error handling for T-SQL.
Lessons
Lab : Implementing Error Handling
After completing this module, you’ll be able to:
This module describes how to implement transactions.
Lessons
Lab : Implementing Transactions
After completing this module, you'll be able to:
Before beginning to work with Microsoft SQL Server in either a development or an administration role, it is important to understand the scope of the SQL Server platform. In particular, it is useful to understand that SQL Server is not just a database engine - it is a complete platform for managing enterprise data. SQL Server provides a strong data platform for all sises of organisations, in addition to a comprehensive set of tools to make development easier, and more robust.
Lessons
After completing this module, you'll be able to:
In a relational database management system (RDBMS), user and system data is stored in tables. Each table consists of a set of rows that describe entities and a set of columns that hold the attributes of an entity. For example, a Customer table might have columns such as CustomerName and CreditLimit, and a row for each customer. In Microsoft SQL Server data management software tables are contained within schemas that are very similar in concept to folders that contain files in the operating system. Designing tables is one of the most important tasks that a database developer undertakes, because incorrect table design leads to the inability to query the data efficiently. After an appropriate design has been created, it is important to know how to correctly implement the design.
Lessons
Lab : Designing and Implementing Tables
After completing this module, you'll be able to:
Module 3: Advanced Table Designs
The physical design of a database can have a significant impact on the ability of the database to meet the storage and performance requirements set out by the stakeholders. Designing a physical database implementation includes planning the filegroups, how to use partitioning to manage large tables, and using compression to improve storage and performance. Temporal tables are a new feature in SQL Server and offer a straightforward solution to collecting changes to your data.
Lessons
Lab : Using Advanced Table Designs
After completing this module, you'll be able to:
The quality of data in your database largely determines the usefulness and effectiveness of applications that rely on it - the success or failure of an organisation or a business venture could depend on it. Ensuring data integrity is a critical step in maintaining high-quality data. You should enforce data integrity at all levels of an application from first entry or collection through storage. Microsoft SQL Server data management software provides a range of features to simplify the job.
Lessons
Lab : Using Data Integrity Through Constraints
After completing this module, you'll be able to:
An index is a collection of pages associated with a table. Indexes are used to improve the performance of queries or enforce uniqueness. Before learning to implement indexes, it is helpful to understand how they work, how effective different data types are when used within indexes, and how indexes can be constructed from multiple columns. This module discusses table structures that do not have indexes, and the different index types available in Microsoft SQL Server.
Lessons
Lab : Implementing Indexes
After completing this module, you'll be able to:
Indexes play an important role in enabling SQL Server to retrieve data from a database quickly and efficiently. This module discusses advanced index topics including covering indexes, the INCLUDE clause, query hints, padding and fill factor, statistics, using DMOs, the Database Tuning Advisor, and Query Store.
Lessons
Lab : Optimising Indexes
After completing this module, you'll be able to:
Introduced in Microsoft SQL Server 2012, columnstore indexes are used in large data warehouse solutions by many organisations. This module highlights the benefits of using these indexes on large datasets; the improvements made to columnstore indexes in SQL Server 2016; and the considerations needed to use columnstore indexes effectively in your solutions.
Lessons
Lab : Using Columnstore Indexes
After completing this module, you'll be able to:
This module describes the design and implementation of views. A view is a special type of query - one that is stored and can be used in other queries - just like a table. With a view, only the query definition is stored on disk; not the result set. The only exception to this is indexed views, when the result set is also stored on disk, just like a table. Views simplify the design of a database by providing a layer of abstraction, and hiding the complexity of table joins. Views are also a way of securing your data by giving users permissions to use a view, without giving them permissions to the underlying objects. This means data can be kept private, and can only be viewed by appropriate users.
Lessons
Lab : Designing and Implementing Views
After completing this module, you'll 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'll be able to:
Functions are routines that you use to encapsulate frequently performed logic. Rather than having to repeat the function logic in many places, code can call the function. This makes code more maintainable, and easier to debug. In this module, you'll learn to design and implement user-defined functions (UDFs) that enforce business rules or data consistency. You'll also learn how to modify and maintain existing functions.
Lessons
Lab : Designing and Implementing User-Defined Functions
After completing this module, you'll be able to:
Data Manipulation Language (DML) triggers are powerful tools that you can use to enforce domain, entity, referential data integrity and business logic. The enforcement of integrity helps you to build reliable applications. In this module, you'll learn what DML triggers are, how they enforce data integrity, the different types of trigger that are available to you, and how to define them in your database.
Lessons
Lab : Responding to Data Manipulation by Using Triggers
After completing this module, you'll be able to:
Microsoft SQL Server 2014 data management software introduced in-memory online transaction processing (OLTP) functionality features to improve the performance of OLTP workloads. SQL Server adds several enhancements, such as the ability to alter a memory-optimised table without recreating it. Memory-optimised tables are primarily stored in memory, which provides the improved performance by reducing hard disk access. Natively compiled stored procedures further improve performance over traditional interpreted Transact-SQL.
Lessons
Lab : Using In-Memory Database Capabilities
After completing this module, you'll be able to:
As a SQL Server professional, you are likely to be asked to create databases that meet business needs. Most requirements can be met using Transact-SQL. However, occasionally you may need additional capabilities that can only be met by using common language runtime (CLR) code. As functionality is added to SQL Server with each new release, the necessity to use managed code decreases. However, there are times when you might need to create aggregates, stored procedures, triggers, user-defined functions, or user-defined types. You can use any .NET Framework language to develop these objects. In this module, you'll learn how to use CLR managed code to create user-defined database objects for SQL Server.
Lessons
Lab : Implementing Managed Code in SQL Server
After completing this module, you'll be able to:
XML provides rules for encoding documents in a machine-readable form. It has become a widely adopted standard for representing data structures, rather than sending unstructured documents. Servers that are running Microsoft SQL Server data management software often need to use XML to interchange data with other systems; many SQL Server tools provide an XML-based interface. SQL Server offers extensive handling of XML, both for storage and querying. This module introduces XML, shows how to store XML data within SQL Server, and shows how to query the XML data. The ability to query XML data directly avoids the need to extract data into a relational format before executing Structured Query Language (SQL) queries. To effectively process XML, you need to be able to query XML data in several ways: returning existing relational data as XML, and querying data that is already XML.
Lessons
Lab : Storing and Querying XML Data in SQL Server
After completing this module, you'll be able to:
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'll be able to:
Module 16: Storing and Querying BLOBs and Text Documents in SQL Server
Traditionally, databases have been used to store information in the form of simple values - such as integers, dates, and strings - that contrast with more complex data formats, such as documents, spreadsheets, image files, and video files. As the systems that databases support have become more complex, administrators have found it necessary to integrate this more complex file data with the structured data in database tables. For example, in a product database, it can be helpful to associate a product record with the service manual or instructional videos for that product. SQL Server provides several ways to integrate these files - that are often known as Binary Large Objects (BLOBs) - and enable their content to be indexed and included in search results. In this module, you'll learn how to design and optimise a database that includes BLOBs.
Lessons
Lab : Storing and Querying BLOBs and Text Documents in SQL Server
After completing this module, you'll be able to:
Module 17: SQL Server Concurrency
This module explains how to name, declare, assign values to, and use variables. It also describes how to store data in an array. Concurrency control is a critical feature of multiuser database systems; it allows data to remain consistent when many users are modifying data at the same time. This module covers the implementation of concurrency in Microsoft SQL Server. You'll learn about how SQL Server implements concurrency controls, and the different ways you can configure and work with concurrency settings.
Lessons
Lab : SQL Server Concurrency
After completing this module, you'll be able to:
This module explains how to name, declare, assign values to, and use variables. It also describes how to store data in an array. This module looks at how to measure and monitor the performance of your SQL Server databases. The first two lessons look at SQL Server Extended Events, a flexible, lightweight event-handling system built into the Microsoft SQL Server Database Engine. These lessons focus on the architectural concepts, troubleshooting strategies and usage scenarios.
Lessons
Lab : Monitoring, Tracing, and Baselining
After completing this module, you'll be able to:
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0800 789 50 50
Sie legen folgende Prüfungen ab, abgedeckt durch unsere Leistungsgarantie:
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0800 789 50 50
Als zusätzliche Ergänzung erhalten Sie folgende Kursunterlage:
SQL Server 2016: Das Programmierhandbuch, Rheinwerk Verlag, ISBN Number - 978-3836240635
Firebrand bietet erstklassiges technisches Training in einem "all-inclusive" Kurspaket, das speziell auf die Anforderungen unserer Teilnehmer ausgerichtet ist. Wir haben für alles gesorgt, damit sich unsere Kursteilnehmer voll und ganz auf das Lernen konzentrieren können.
Unsere Trainer nehmen im Kurs Rücksicht auf die individuellen Lernformen der Teilnehmer durch Individualcoaching, geführte Übungen, Übungspartner, Gruppenübungen, eigenständige Lerneinheiten, Selbstüberprüfung und Frage-Antwort-Einheiten.
Firebrand Training verfügt über gut ausgestattete Lehrräumlichkeiten, in denen die Vorträge und Übungen stattfinden und Sie können Lern- und Entspannungsräume im Zentrum nutzen, um den Stoff nachzuarbeiten.
Wenn ein Kursteilnehmer eine Prüfung während des entsprechenden Kurses nicht erfolgreich bestehen sollte, kann der Teilnehmer den Trainingskurs innerhalb eines Jahres wiederholen. Dabei fallen nur die Kosten für die Unterkunft und Verpflegung sowie ggf. die Prüfungsgebühren an. Die erneute Kursteilnahme ist jedoch kostenlos.
Bei den Kursen folgender Partner entstehen bei einer Wiederholung außerdem zusätzliche Kosten für die Nutzung der (digitalen) Kursunterlagen und der Lab-/Übungsumgebung: VMware, Cisco. Unsere Kursberater informieren Sie gerne über diese kursspezifischen Details.
Warum können wir Ihnen die Firebrand Leistungsgarantie geben?
Wir sind überzeugt, dass unser Firebrand Intensivtraining ein sehr erfolgreicher Ansatz und effizienter Weg zur Zertifizierung ist. Dies wird durch die außerordentlich guten Ergebnisse unserer Kunden und Kursteilnehmer belegt.
Aktuell liegt die Firebrand Erfolgsquote bei 80% bestandenen Prüfungen. Dies ist der Durchschnitt über unser gesamtes Kursportfolio mit allen durchgeführten Prüfungen bei der Firebrand Training GmbH im Jahr 2016 (Trainingscenter in Deutschland und der Schweiz - Stand 31.12.2016).
Mehr zu unserer Leistungsgarantie erfahren Sie in unseren AGB.
Wir stellen zurzeit von gedruckten auf digitale Kursmaterialien um. Einige Kursmaterialien sind bereits digital verfügbar, andere Bücher noch in gedruckter Form. Um herauszufinden, ob dieser Kurs bereits über digitale Unterlagen verfügt, rufen Sie uns an!
Mit digitalen Kursmaterialien profitieren Sie von verschiedenen Vorteilen: Einfache Handhabung, sofortiger Download und ortsunabhängige Verfügbarkeit der Unterlagen. Sie müssen nicht auf die Lieferung gedruckter Bücher warten, um mit dem Lernen zu beginnen, und vermeiden gleichzeitig die Belastung der Umwelt.
In unseren Microsoft Kursen nutzen Sie die aktuellsten, digitalen Kursunterlagen mit "Fresh Editions". Diese ermöglichen Ihnen den Zugang zu allen Versionen der Unterlagen - Sie erhalten alle Updates und Überarbeitungen ohne zusätzliche Kosten während der Dauer Ihres Kurses.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0800 789 50 50
Zusätzlich zu professioneller Erfahrung benötigen Sie folgende technische Kenntnisse:
Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.
Firebrand Training bietet eine intensive Lernumgebung und erfordert besonderen Einsatz. Manche Voraussetzungen sind lediglich Richtlinien, welche durch Ihre individuelle Erfahrung in verwandten Bereichen und durch Ihre Motivation und Entschlossenheit erfüllt werden können.
Rufen Sie uns einfach unter 0800 789 50 50 an und sprechen Sie mit einem unserer Kursberater.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0800 789 50 50
Wann starten Sie Ihren Firebrand Intensivkurs?
Start |
Ende |
Verfügbarkeit |
Anmelden |
---|---|---|---|
|
|
Kurs läuft |
|
|
|
Einige Plätze frei |
|
|
|
Einige Plätze frei |
Bereits 67.286 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 96.63% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!
"My level of knowledge of SQL was null when I started the course, after the first three days I had a basic idea of how to use TSQL to write queries, although the second part of the course was really advance for a beginner, it was really good explained and I was able to understand most of it and will keep in the future. Didn't pass the first test and I did not do the second test. "
Merce Bauza Cerezo, HEE. - Microsoft MCSA: SQL Server 2016 - Database Development (6 Tage) (30.10.2017 bis 4.11.2017)
"Enjoyed my time doing SQL 2016 DD. The condensed long day format works very well for me. I even have a a Failure is not an option T-Shirt. I really like these courses."
Roy Casella, Designated. - Microsoft MCSA: SQL Server 2016 - Database Development (6 Tage) (30.10.2017 bis 4.11.2017)
"Good course, very intense though. Very good coverage of all concepts - trainer was extremely knowledgeable and helpful."
Barry Henty, Natures Way Foods Ltd. - Microsoft MCSA: SQL Server 2016 - Database Development (6 Tage) (30.10.2017 bis 4.11.2017)
"It is a great experience with very good course quality."
Brayan De Abreu, Service Works Group.. - Microsoft MCSA: SQL Server 2016 - Database Development (6 Tage) (30.10.2017 bis 4.11.2017)
"Firebrand exceeded my expectations. With just starting career in IT I was provided with courseware and referencing material I will constantly be referring to even after the course has finished."
Hayley Bean, Steelite International Ltd. - Microsoft MCSA: SQL Server 2016 - Database Development (6 Tage) (30.10.2017 bis 4.11.2017)
"I had heard a few things about Firebrand training prior to arriving certain individuals said I would be forced to stay up reading and studying all night. But after experiencing it myself I learnt that everyone's experience is different. The food and accommodation is amazing and the learning is set to a bearable pace that you have the opportunity to settle down and let the knowledge sink in."
Alexander Farrow Harson, Department for Education. - Microsoft MCSA: SQL Server 2016 - Database Development (6 Tage) (30.10.2017 bis 4.11.2017)
"After finishing the training for the MCSA course, I now feel confident in taking the examination!"
Callum Nocton-Gribben, Onefile ltd. - Microsoft MCSA: SQL Server 2016 - Database Development (6 Tage) (14.8.2017 bis 19.8.2017)
"Firebrand is a great bootcamp, where you can learn a lot and get very useful certifications. "
Adela Toma, Bearing Point. - Microsoft MCSE: Business Intelligence (SQL Server) (6 Tage) (19.3.2018 bis 24.3.2018)
"Wenn die Zertifizierung zusätzlich zu den Lerninhalten wichtig ist liegt man bei Firebrand richtig. Die Gesamtkosten inkl. Arbeitsausfall und sep. Prüfungsvorbereitung liegen bei Standard MOC Kursen höher."
Björn Andersen. - Microsoft Designing and Deploying Microsoft Exchange Server 2016 (6 Tage) (12.3.2018 bis 17.3.2018)
"Es war geil. Den MCSAWS16 nach 11 heftigen Tagen bestanden. Es war eine nicht einfache Zeit (jeden Tag von 08:00 Uhr bis ca. 22:00 Uhr gelernt), aber eine gute (sehr gute) Erfahrung. Alles in allem hat alles gepasst. Super Trainer, super Leute. Gerne wieder!"
Alexander Vierschilling, Bestlife AG. - Microsoft MCSA: Windows Server 2016 (11 Tage) (11.12.2017 bis 21.12.2017)
"Gutes intensives Training. "
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (11.12.2017 bis 21.12.2017)
"Die erforderlichen Labs haben gut funktioniert und der Trainer hat die erforderlichen Inhalte gut und motiviert vermittelt."
Anonym - Microsoft MCSA: Office 365 (5 Tage) (4.12.2017 bis 8.12.2017)
"Prüfungswissen wird intensiv vermittelt und vorgeführt bzw. erarbeitet."
J. K.. - Microsoft MCSA: Office 365 (5 Tage) (4.12.2017 bis 8.12.2017)
"Trotz Fülle der Informationen noch übersichtlich - gut gemacht."
Anonym - Microsoft Upgrading your skills to MCSA Windows Server 2016 (3 Tage) (4.12.2017 bis 6.12.2017)
"Sehr guter Trainer. Kursteilnehmerzahl gering - Fragen konnten geklärt werden. Unterkunft gut. Sehr gutes Essen."
Thilo Abendroth, Leipa Georg Leinfelder GmbH. - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (27.11.2017 bis 2.12.2017)
"Gut fand ich die All-Inclusive Lösung mit integrierter Unterbringung."
T. L., Willis Towers Watson. - Microsoft MCSA: Web Applications & MCSD: App Builder (9 Tage) (16.11.2017 bis 24.11.2017)
"Intensiv, auf den Punkt erfolgreich. Trotz anfänglicher Skepsis über den Erfolg der Lehrmethode, war die Wissensvermittlung super und die Prüfung bestanden."
Marcel Breuer. - Microsoft MCSA: Web Applications & MCSD: App Builder (9 Tage) (16.11.2017 bis 24.11.2017)
"Optimale Voraussetzung und Personal, um den komplexen Inhaltsstoff durchzugehen."
Anonym - Microsoft MCSA: Web Applications & MCSD: App Builder (9 Tage) (16.11.2017 bis 24.11.2017)
"Anstrengend, aber zielführend."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (16.10.2017 bis 26.10.2017)
"Immer wieder toll zu sehen, dass bei Firebrand sehr gute Trainer arbeiten, die es schaffen, viel Wissen in kurzer Zeit zu vermitteln. Gerne wieder!"
Jan Emmerich, New Media Service GmbH. - Microsoft MCSA: Office 365 (5 Tage) (23.10.2017 bis 27.10.2017)
"Kompakte Wissensvermittlung in entspannter Umgebung, fixiert auf das Prüfungsergebnis."
S. R., DLR PT. - Microsoft Server Infrastructure (6 Tage) (9.10.2017 bis 14.10.2017)
"Intensivtraining, wie man es sich wünscht."
Anonym - Microsoft MCSA: Windows 10 (6 Tage) (25.9.2017 bis 30.9.2017)
"Der Trainer hat die Gruppe gut motiviert, bevor die Gruppe die Prüfungen angetreten hat. "
Philipp Koch, Comforts GmbH. - Microsoft MCSA: Windows Server 2016 (11 Tage) (14.8.2017 bis 24.8.2017)
"Freundlicher Trainer, fundiertes Wissen. Gute Wissensvermittlung. Gutes Trainingscenter."
B. P.. - Microsoft MCSA: Office 365 (5 Tage) (26.6.2017 bis 30.6.2017)
"Effiziente Druckbetankung."
Jörn Kossert, Comline AG. - Microsoft MCSA: Office 365 (5 Tage) (26.6.2017 bis 30.6.2017)
"Eignet sich besonders gut für Kursteilnehmer, die eine Zertifizierung anvisieren. Man sollte zum Kurs jedoch die erforderlichen Voraussetzungen mitbringen, darüber hinaus die Bereitschaft bis zu später Stunde Kursinhalte zu lernen."
Alexandros Pavlidis. - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (19.6.2017 bis 24.6.2017)
"Ich würde Firebrand jederzeit weiterempfehlen. Es war für mich eine super Erfahrung und die Kursatmosphäre war angenehm und ich habe mich wohl gefühlt. Ich habe in dieser kurzen Woche mehr gelernt als bei vier Wochen Selbststudium."
Anonym - Microsoft MCSE: SharePoint 2016 (6 Tage) (29.5.2017 bis 3.6.2017)
"Schulungen bei Firebrand sind empfehlenswert. TOP Prüfungsvorbereitung und 1A Service."
Anonym - Microsoft MCSE: SharePoint 2016 (6 Tage) (29.5.2017 bis 3.6.2017)
"11 Tage am Stück, jeden Tag im Klassenzimmer/Trainingsraum und anschließend noch eigenständige Nacharbeit und Lernen ist sehr anstrengend, aber letzten Endes zahlt es sich aus."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (3.4.2017 bis 13.4.2017)
"Zielgerichtetes, sehr anstrengendes und zielführendes Training mit sehr gutem Trainer."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (3.4.2017 bis 13.4.2017)
"Ein engagierter und kompetenter Trainer, der auf alle Fragen einging. Super! Gerne wieder!"
Anonym - Microsoft Dynamics CRM 2016 (11 Tage) (26.3.2017 bis 5.4.2017)
"Sehr motivierendes Training mit netten Leuten."
Anonym - Microsoft Dynamics CRM 2016 Customisation and Configuration (4 Tage) (26.3.2017 bis 29.3.2017)
"6 Tage die sich wirklich gelohnt haben! :)"
Anonym - Microsoft MCSA: Web Applications (6 Tage) (6.3.2017 bis 11.3.2017)
"Hat mich motiviert, weiter Weiterbildungen durchzuführen, DANKE!"
Anonym - Microsoft MCSA: Windows 10 (6 Tage) (6.3.2017 bis 11.3.2017)
"Zweites Training, zweiter überragender Trainer (VMware, Microsoft MCSA 2016)."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (6.2.2017 bis 16.2.2017)
"Wahnsinniger Input innerhalb von kurzer Zeit - muss man mögen und verkraften, dann ist es auch wahnsinnig effektiv!!!"
Anonym - Microsoft MCSE: Communication (Skype for Business) (6 Tage) (9.1.2017 bis 14.1.2017)
"Großartiger Schulungsanbieter - großes Schulungsangebot, sehr qualifiziert, erfahrener und praxisorientierter Trainer. Ich werde Firebrand wieder nutzen und weiter empfehlen."
Anonym - Microsoft MCSA: SQL Server 2016 - Database Administration (6 Tage) (9.1.2017 bis 13.1.2017)
"Trainer sehr gut! (Vortragswesen, Vorbereitung, Knowhow)"
Anonym - Microsoft MCSA: SQL Server 2016 - Database Administration (6 Tage) (9.1.2017 bis 13.1.2017)
"Mit der Ausbildung bei Firebrand kann man sich auf die Zertifizierung optimal vorbereiten."
Anonym - Microsoft Enterprise Devices and Apps (6 Tage) (9.1.2017 bis 14.1.2017)
"Hardcore Training mit fantastischen Leuten."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Sehr gutes Trainingskonzept, viel Stoff in kurzer Zeit gut aufbereitet und vermittelt. Konzept steht und fällt mit dem Trainer, welcher hier jederzeit voll überzeugte."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Intensives, praxisorientiertes Training. Ideale Prüfungsvorbereitung. Auf Fragen wird jederzeit ausführlich eingegangen. Übungslabs und Trainingsumgebung super."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Ich habe jetzt meinen 4. Kurs bei Firebrand hinter mich gebracht. Die Kombination Hotel-Trainingsort ist sehr angenehm. Die Schulungen sind sehr komprimiert und fokussiert."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Wer bereit ist, intensiv zu lernen, kann aus den Kursen sehr viel mitnehmen!"
Anonym - Microsoft MCSA: SQL Server (9 Tage) (28.11.2016 bis 6.12.2016)
"Schnelle Wissensvermittlung."
Anonym - Microsoft MCSA: Office 365 (5 Tage) (7.11.2016 bis 11.11.2016)
"Das Konzept steht und fällt mit den Trainern, unser Trainer hat einen super Job gemacht!"
Anonym - Microsoft MCSA: Office 365 (5 Tage) (7.11.2016 bis 11.11.2016)
"Zum effizienten Lernen ist Firebrand sehr gut geeignet. Es übersteigt die Qualität eines reinen MOC Kurses um Längen!!!"
Anonym - Microsoft MCSA: Office 365 (5 Tage) (7.11.2016 bis 11.11.2016)
"Klasse Format! Super Trainer! Mein Fachwissen wurde verifiziert und erweitert. Ich bin voll zufrieden."
Anonym - Microsoft Programming in C# (4 Tage) (7.11.2016 bis 10.11.2016)
"Mir gefällt das Konzept des "beschleunigten" Lernens sehr gut. Außerdem hilft die abgelegene Lage des Schulungszentrums sehr gut dabei, sich auf das Lernen zu konzentrieren - TOP!"
Anonym - Microsoft Programming in C# (4 Tage) (7.11.2016 bis 10.11.2016)
"Der Trainer ist sehr auf meine (Anfänger-)Fragen eingegangen. SUPER!"
Anonym - Microsoft Dynamics CRM 2016 Customisation and Configuration (4 Tage) (20.10.2016 bis 23.10.2016)