PlusPartner > Microsoft > SQL Server > Implementing a Microsoft SQL Server 2008 Database (M6232)
Gerelateerde onderwerpen:
Microsoft | SQL Server


Printbare versie van deze pagina
Snel online aanmelden

Implementing a Microsoft SQL Server 2008 Database (M6232)

Doelgroep | Voorkennis | Doel | Onderwerpen | Data & prijzen | Aanmelden | Gerelateerd

Deze vijf-daagse, klassikale cursus biedt studenten de kennis en vaardigheden om een Microsoft SQL Server 2008 database te implementeren. Deze cursus focust zich op het gebruik van SQL Server 2008 producten en tools gerelateerd aan het implementeren van een database.

Doelgroep

This course is intended for IT Professionals who administer and maintain SQL Server databases.

Voorkennis

Wij adviseren onderstaande voorkennis:

  • Basic knowledge of the Microsoft Windows operating system and its core functionality.
  • Working knowledge of Transact-SQL.
  • Working knowledge of relational databases.
  • Some experience with database design.

Doel

Create databases and database files.
Create data types and tables.
Use XML-related features in Microsoft SQL Server 2008.
Plan, create, and optimize indexes.
Implement data integrity in Microsoft SQL Server 2008 databases by using constraints.
Implement data integrity in Microsoft SQL Server 2008 by using triggers.
Implement views.
Implement stored procedures.
Implement functions.
Implement managed code in the database.
Manage transactions and locks.
Use Service Broker to build a messaging-based solution.

Onderwerpen

De cursus Implementing a Microsoft SQL Server 2008 Database (M6232) behandelt de volgende onderwerpen:

Aanmelden

Geïnteresseerd geraakt in deze opleiding, gegeven door ervaren docenten?
Dan kunt u zich eenvoudig en snel online aanmelden door op de "Boek nu" link onder de vestiging en methode van uw keuze te klikken.


LesmethodeKlassikaal
Cursusduur5 dagen
CursuscodeM6232-GK
LocatieAmsterdam-1EindhovenMechelenNieuwegeinRotterdamZoetermeerZwolleOp uw locatie?
Prijs€  3.454,00€  3.454,00€  3.454,00€  3.454,00€  3.454,00€  3.454,00€  3.454,00 Vraag info aan
Actieprijs  €  2.133,00€  2.133,00€  2.133,00€  2.133,00€  2.133,00€  2.133,00€  2.133,00
Cursusdata (*)
  • 18-06, 19-06, 20-06, 21-06 en 22-06.

  • 17-12, 18-12, 19-12, 20-12 en 21-12.

  • 15-10, 16-10, 17-10, 18-10 en 19-10.

  • 18-06, 19-06, 20-06, 21-06 en 22-06.

  • 16-07, 17-07, 18-07, 19-07 en 20-07.

  • 04-06, 05-06, 06-06, 07-06 en 08-06.

  • 08-10, 09-10, 10-10, 11-10 en 12-10.

  • 10-09, 11-09, 12-09, 13-09 en 14-09.

  • 09-07, 10-07, 11-07, 12-07 en 13-07.

  • 12-11, 13-11, 14-11, 15-11 en 16-11.

  • 20-08, 21-08, 22-08, 23-08 en 24-08.

  • 19-11, 20-11, 21-11, 22-11 en 23-11.

  • Vraag info aan
    InschrijvenBoek deze cursus bij een van onze partners:

    Vijfhart
    Boek deze cursus bij een van onze partners:

    Vijfhart
    Boek deze cursus bij een van onze partners:

    Vijfhart
    Boek deze cursus bij een van onze partners:

    Vijfhart
    Boek deze cursus bij een van onze partners:

    Vijfhart
    Boek deze cursus bij een van onze partners:

    Vijfhart
    Boek deze cursus bij een van onze partners:

    Vijfhart

    (*) Hebt u een voorstel voor andere cursusdata?
    Neem contact op, wij plannen graag een extra sessie voor u!

    Ook partner worden van Pluspartner? Neem contact op met ons voor meer info.

    Gerelateerde cursussen

    In dezelfde cursusgroep bieden wij óók onderstaande opleidingen aan:


    Gedetailleerde onderwerpenlijst

    Hieronder vind u een gedetailleerd overzicht met onderwerpen die in de cursus Implementing a Microsoft SQL Server 2008 Database (M6232) behandeld zullen worden:

      Module 1: Creating Databases and Database Files The students will learn one of the most fundamental tasks that a database developer must perform, the creation of a database and its major components, such as creating databases, setting database options, creating filegroups, schemas, and database snapshots.
      • Creating Databases
      • Creating Filegroups
      • Creating Schemas
      • Creating Database Snapshots
      Lab: Creating Databases and Database Files
      • Exercise 1: (Level 200) Creating a Database
      • Exercise 2: (Level 200) Creating Schemas
      • Exercise 3: (Level 300) Creating a Database Snapshot
      Module 2: Creating Data Types and Tables The students will learn about the system-supplied data types in SQL Server 2008. They will learn how to define custom Transact-SQL data types and how to create tables and how to use partitioned tables to organize data into multiple partitions.
      • Creating Data Types
      • Creating Tables
      • Creating Partitioned Tables
      Lab: Creating Data Types and Tables
      • Exercise 1 (Level 200): Creating Data Types
      • Exercise 2 (Level 200): Using New Date and Time Data Types
      • Exercise 3 (Level 200): Creating Tables
      • Exercise 4: (Level 300) Creating Partitioned Tables
      Module 3: Creating and Tuning Indexes The students will learn how to plan, create, and optimize indexes to attain optimal performance benefits.
      • Planning Indexes
      • Creating Indexes
      • Optimizing Indexes
      Lab: Creating and Tuning Indexes
      • Exercise 1: (Level 200) Creating Indexes
      • Exercise 2: (Level 300) Tuning Indexes
      Module 4: Implementing Data Integrity by Using Constraints and Triggers The students will learn about implementing data integrity in SQL Server 2008 by using constraints. They will also implement data integrity by using triggers.
      • Data Integrity Overview
      • Implementing Constraints
      • Implementing Triggers
      Lab: Implementing Data Integrity by Using Constraints and Triggers
      • Exercise 1: (Level 200) Creating Constraints
      • Exercise 2: (Level 200) Disabling Constraints
      • Exercise 3: (Level 300) Creating Triggers
      Module 5: Using XML The students will learn how to work with XML, including use of the FOR XML clause, the OPENXML function, XQuery expressions, and the xml native data type. They will learn the considerations to be taken into account when creating XML indexes and the syntax used to create the XML indexes. They will also learn what XML schemas and XML schema collections are as well as how to use them to implement typed XML data.
      • Using the XML Data Type
      • Retrieving XML by Using FOR XML
      • Shredding XML by Using OPENXML
      • Introducing XQuery
      • Creating XML Indexes
      • Implementing XML Schemas
      Lab: Using XML
      • Exercise 1: (Level 200) Mapping Relational Data and XML
      • Exercise 2: (Level 200) Storing XML Natively in the Database
      • Exercise 3: (Level 300) Using XQuery with XML Methods
      • Exercise 4: (Level 200) Create XML Indexes
      • Exercise 5: (Level 300) Implementing XML Schemas
      • Module 6: Implementing Views
      The students will be introduced to the different types of views available in Microsoft SQL Server 2008 which provide a convenient way to access data through a predefined query.
      • Introduction to Views
      • Creating and Managing Views
      • Optimizing Performance by Using Views
      Lab: Implementing Views
      • Exercise 1: (Level 200) Creating Views
      • Exercise 2: (Level 200) Creating Indexed Views
      • Exercise 3: (Level 200) Creating Partitioned ViewsModule 7: Implementing Stored Procedures
      The students will learn the design and implementation of stored procedures to enforce business rules or data consistency, or to modify and maintain existing stored procedures written by other developers. Implementing Stored Procedures
      • Creating Parameterized Stored Procedures
      • Working With Execution Plans
      Handling Errors Lab: Implementing Stored Procedures
      • Exercise 1: (Level 300) Creating Stored Procedures
      • Exercise 2: (Level 300) Working with Execution Plans
      Module 8: Implementing Functions The students will learn the design and implementation of user-defined functions that enforce business rules or data consistency, or to modify and maintain existing functions written by other developers.
      • Creating and Using Functions
      • Working with Functions
      • Controlling Execution Context
      Lab: Implementing Functions
      • Exercise 1: (Level 300) Creating Functions
      • Exercise 2: (Level 300) Controlling Execution Context
      Module 9: Implementing Managed Code in the Database The students will learn to use managed code to implement database objects, such as stored procedures, user-defined data types, user-defined functions, and triggers.
      • Introduction to the SQL Server Common Language Runtime
      • Importing and Configuring Assemblies
      • Creating Managed Database Objects
      Lab: Implementing Managed Code in the Database
      • Exercise 1: (Level 300) Importing an Assembly
      • Exercise 2: (Level 300) Creating Managed Database Objects
      Module 10: Managing Transactions and Locks The students will learn to use transactions and SQL Server locking mechanisms to meet the performance and data integrity requirements of their applications.
      • Overview of Transactions and Locks
      • Managing Transactions
      • Understanding SQL Server Locking Architecture
      • Managing Locks
      Lab: Managing Transactions and Locks
      • Exercise 1: (Level 300) Using Transactions
      • Exercise 2: (Level 300) Managing Locks
      • Exercise 3: (Level 300) Using Partition Locking
      Module 11: Using Service Broker The students will learn to use Service Broker to create secure, reliable, and scalable applications.
      • Service Broker Overview
      • Creating Service Broker Objects
      • Sending and Receiving Messages
      Lab: Using Service Broker
      • Exercise 1: (Level 300) Creating Service Broker Objects
      • Exercise 2: (Level 300) Implementing the Initiating Service
      • Exercise 3: (Level 300) Implementing the Target Service

    Alle vermelde prijzen zijn onder voorbehoud en exclusief BTW.

    Share |

     
    Informatie 
      Contact
      Cursusoverzicht
      Cursuskalender
      Bel mij!
      Brochure aanvragen
      Aanmelden voor nieuwsbrief
      Stel een vraag
     
     
    Cursuscategorieën