Feedback

Feedback til itkurser.com


Kommentar til siden Sidens vurdering
Email (valgfrit)

Indhold

Design

Brugervenlighed

Samlet

MCP 6235: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Kursusinfo
Længde:
3 dage
Pris:
11.250 DKK ekskl. moms
Kursusudbyder:
4D Konsulenterne plus4D Konsulenterne
Sted:
Kursustype:
Startdato:  
København: 30-04-2012, 27-08-2012, 26-11-2012

 MCP 6235: Implementing and Maintaining Microsoft SQL Server 2...

Du kan finde alle informationer om dette kursus her:
http://www.4d.dk/Kurser/Backoffice/SQL_Server/2008/1106


Kursusmål
Elements of this syllabus are subject to change.

This three-day instructor-led course teaches students how to implement an Integration Services solution in an organization. The course discusses how to develop, deploy, and manage Integration Services packages.

After completing this course, students will be able to:

• Describe SQL Server Integration Services and its tools.

• Create an Integration Services package.

• Implement control flow in an Integration Services package.

• Implement data flow in an Integration Services package.

• Implement logging in an Integration Services package.

• Debug and implement error handling in an Integration Services package.

• Implement checkpoints and transactions in an Integration Services package.

• Deploy an Integration Services package.

• Manage and secure an Integration Services package.

Deltagere
This course is intended for information technology (IT) professionals and developers who need to implement data transfer or extract, transform, and load (ETL) solutions by using Microsoft SQL Server 2008 Integration Services.

Before attending this course, students must have:

• Exposure to enterprise data import and export scenarios.

• Experience navigating the Microsoft Windows Server environment.

• Experience with Microsoft SQL Server, including:

• SQL Server Agent.

• SQL Server query language (SELECT, UPDATE, INSERT, and DELETE).

• SQL Server System tables.

• SQL Server accounts (users and permissions).

Kursusmateriale
Kursusmaterialet består af en workbook og er på engelsk. Kurset er på dansk.

Kursus indhold
Module 1: Introduction to SQL Server 2008 Integration Services
- The students will be introduced to the role that Integration Services plays in extracting, transforming, and loading data. The students will also be introduced to the tools that are used to build and manage Integration Services solutions.
- Lessons
- Lesson 1: Overview of SQL Server Integration Services
- Lesson 2: Using Integration Services Tools
- Lab: Introduction to SQL Server Integration Services
- Exercise 1: (Level 200) Using the Import and Export Wizard
- Exercise 2: (Level 200) Running an Integration Services Package
- After completing this module, students will be able to:
- Describe Integration Services solutions
- Use Integration Services tools

Module 2: Developing Integration Services Solutions
- The students will be introduced to the development tasks that are involved in creating an Integration Services package.
- Lessons
- Lesson 1: Creating an Integration Services Solution
- Lesson 2: Using Variables
- Lesson 3: Building and Running a Solution
- Lab: Developing Integration Services Solutions
- Exercise 1 (Level 200): Creating an Integration Services Project
- Exercise 2 (Level 200): Implementing a Package
- Exercise 3: (Level 200) Building and Running an Integration Services package
- After completing this module, students will be able to:
- Create a SQL Server Integration Services solution.
- Use variables.
- Build and run a solution.

Module 3: Implementing Control Flow
- The students will be introduced to the tasks and precedence constraints that can be used to implement control flow in an Integration Services package.
- Lessons
- Lesson 1: Control Flow Tasks
- Lesson 2: Control Flow Precedent Constraints
- Lesson 3: Control Flow Containers
- Lab: Implementing Control Flow
- Exercise 1: (Level 200) Creating a Simple Control Flow
- Exercise 2: (Level 200) Configuring Precedence Constraints
- Exercise 3: (Level 200) Using Containers
- After completing this module, students will be able to:
- Configure control flow tasks.
- Configure control flow precedence constraints.
- Configure control flow containers.

Module 4: Implementing Data Flow
- The students will be introduced to the data flow sources, transformations, and destinations that can be used to implement a data flow task in an Integration Services control flow. It also explains how to use data flow paths to direct valid and invalid rows through the data flow.
- Lessons
- Lesson 1: Data Flow Sources and Destinations
- Lesson 2: Basic Data Flow Transformations
- Lesson 3: Advanced Data Flow Transformations
- Lesson 4: Data Flow Paths
- Lab: Implementing Data Flow
- Exercise 1: (Level 200) Transferring Data
- Exercise 2: (Level 200) Implementing Transformations
- Exercise 3: (Level 200) Using Data Viewers
- Exercise 4: (Level 200) Configuring Error Output
- After completing this module, students will be able to:
- Implement data flow sources and destinations.
- Implement basic data flow transformations.
- Implement advanced data flow transformations.
- Implement data flow paths.
-

Module 5: Implementing Logging
- The students will be introduced to how to use logging in an Integration Services package, and explained how to configure and use logging providers to generate information about a package’s execution.
- Lessons
- Lesson 1: Overview of Integration Services Logging
- Lesson 2: Enabling and Configuring Logging
- Lab: Implementing Logging
- Exercise 1: (Level 200) Configuring Logging
- Exercise 2: (Level 200) Implementing Custom Logging
- After completing this module, students will be able to:
- Describe Integration Services logging.
- Implement Integration Services logging.

Module 6: Debugging and Error Handling
- The students will be introduced to how to debug Integration Services packages by using the debugging tools in Business Intelligence Development Studio. It then explains how to implement error-handling logic in an Integration Services package.
- Lessons
- Lesson 1: Debugging a Package
- Lesson 2: Implementing Error Handling
- Lab: Debugging and Error Handling
- Exercise 1: (Level 300) Debugging a Package
- Exercise 2: (Level 300) Implementing Error Handling
- Exercise 3: (Level 300) Controlling Failure Behavior
- After completing this module, students will be able to:
- Debug an SSIS package.
- Implement error handling.

Module 7: Implementing Checkpoints and Transactions
- The students will be introduced to what checkpoints are and how to implement them. It then discusses transactions, and describes how to implement transactional data access logic in an Integration Services package.
- Lessons
- Lesson 1: Implementing Checkpoints
- Lesson 2: Implementing Transactions
- Lab: Implementing Checkpoints and Transactions
- Exercise 1: (Level 200) Implementing Checkpoints in a Package
- Exercise 2: (Level 300) Implementing Transactions in a Package
- Exercise 3: (Level 300) Implementing a Native Transaction
- After completing this module, students will be able to:
- Implement checkpoints.
- Implement transactions.
-

Module 8: Configuring and Deploying Packages
- The students will be introduced to how to create Package Configurations and how to deploy Integration Services packages to production servers.
- Lessons
- Lesson 1: Package Configurations
- Lesson 2: Deploying Packages
- Lab: Configuring and Deploying Packages
- Exercise 1: (Level 200) Creating a Package Configuration
- Exercise 2: (Level 200) Preparing a Package for Deployment
- Exercise 3: (Level 200) Deploying a Package
- After completing this module, students will be able to:
- Implement package configurations.
- Deploy packages.
-

Module 9: Managing and Securing Packages
- The students will be introduced to the management tasks that relate to Integration Services packages and explained how to perform those tasks by using the Integration Services management tools. It also describes how to secure Integration Services packages.
- Lessons
- Lesson 1: Managing Packages
- Lesson 2: Securing Packages
- Lab: Managing and Securing Packages
- Exercise 1: (Level 200) Importing a Package
- Exercise 2: (Level 200) Configuring and Monitoring a Package
- Exercise 3: (Level 200) Scheduling a Package
- Exercise 4: (Level 200) Securing a Package
- After completing this module, students will be able to:
- Manage packages.
- Secure packages.
-

Spar helt op til 40% med et:
4D Klippekort:
http://www.4d.dk/Priser/Klippekort/Pages/klippekort.aspx

Vi har mange SQL Server kompetencer - se alle vores::
SQL Server ydelser:
http://www.4d.dk/Produkter/Backoffice/SQL_Server

Er I flere - skræddersy kurset med eksempler fra jeres hverdag:
Læs mere om firmakurser:
http://www.4d.dk/kursus/kursustyper/Pages/kursus_typer.aspx

Målgruppe

Dette kursus forudsætter at du har viden svarende til:
SQL Server 2008 Analysis Service (SSAS) Grundlæggende
Business Intelligence (BI) Grundlæggende
MCP 6234: Implementing and Maintaining Microsoft SQL Server2008 Analysis Services

Eksamen og diplom

Dette kursus forbereder til følgende test:
70-448 TS: Microsoft SQL Server 2008, Business Intelligence Development and Maintenance:
http://www.4d.dk/Tests/Backoffice/SQL_Server/2008/70-448
Se vores MCP certificeringsguide:
http://www.4d.dk/Certificering/Pages/Certificering.aspx

Videregående uddannelser

Efter dette kursus anbefaler vi dig at deltage på:
MCP 6236: Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services:
http://www.4d.dk/Kurser/Backoffice/SQL_Server/2008/1104

Pris

DKK 11250

 4D Konsulenterne

Microsoft kurser og certificeringer

4D Konsulenterne er eksperter i IT kurser og Microsoft certificeringer. Mere end 7000 tilfredse kursister om året, nyder godt af vores gennemarbejdede kursusmaterialer og højt kvalificerede undervisere. Både 2008 og 2009 er 4D kåret af Microsoft som Årets Learning Partner. Noget vi er meget stolte af. 

Som Danmarks største udbyder af Office kurser, finder du altid mange dato at vælge imellem. 

Teknisk træning - som Microsoft Gold Partner leverer vi MCP kurser, specielle Certificeringsforløb og Microsoft Partner uddannelse.

Vores instruktører er blandt Danmarks højest certificerede og løser også konsulentopgaver. 

Se opdateret kursuskatalog nedenfor, hvor du finder kursusdatoer og kan læse mere om indholdet på kurserne. 

Du er altid velkommen til at kontakte os for at få mere at vide om kursustyper, metoder, priser og få sparring på uddannelse, der dækker præcist dit - eller jeres firmas - behov.

Køb flere kurser - Klippekort

Har du brug for en rabatordning, der tilbyder maksimal fleksibilitet, er et klippekort fra 4D Konsulenterne en god løsning. Klippekortet kan bruges af alle medarbejdere i virksomheden.

» Få mere information – helt uforpligtende!
Udfyld en interesseforespørgsel nederst på denne side.


plus Vis alle uddannelser afholdt hos 4D Konsulenterne

Forespørgsel efter information

Din kontaktinformation videresendes til 4D Konsulenterne. De vil kontakte dig med yderligere information, eller bekræfte tilmeldingen - alt efter hvad du forespørger.
* =  Obligatorisk felt
E-mail*
Fornavn*
Efternavn*
Virksomhed
Stilling
Adresse*
Postnummer*
By*
Telefon
Startdato
Besked
Antal deltagere
Tilmeld dig vores nyhedsbrev!
»

Kontaktinformation til 4D Konsulenterne

4D Konsulenterne

Amagertorv 21
1160 København K

Telefon: +45 3314 7144
www.4d.dk

Bestil information
For at bestille information om MCP 6235: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services, venligst indtast følgende oplysninger:

»Hvad sker der nu?
Kompetenceudvikling
finduddannelse.dk samler kurser, videre- og efteruddannelse inden for alle brancher. Vi hjælper HR-afdelinger og dig i erhvervslivet med at finde kurser og uddannelser over hele landet.
Søg efter kompetenceudvikling Søg efter kompetenceudvikling
Giv din anmeldelse

Dårligst | Dårlig | Ok | God | Bedst
Lærere / Undervisning
Lokaler
Kursusmateriale
Udbyttet med øvrige kursusdeltagere

Kan du anbefale uddannelsesudbyderen:


Kontakt finduddannelse.dk

Ring (+45) 6991 1553

Vi hjælper dig uden omkostning med indsamling af information, konkrete forespørgsler ang. kompetenceudvikling - og med generelt at finde rundt på hjemmesiden. Ring (+45) 6991 1553 eller send en e-mail til

Tip en ven

Tip en ven om uddannelsen MCP 6235: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services på 4D Konsulenterne.

Til:  
Fra: