MicroAssist logo
Contact us: (512) 794-8440  |  info@microassist.com
  • Home
  • Custom E-Learning
    • E-Learning Overview
    • Courseware Development
    • Learning Management Systems
    • E-Learning Case Studies
      • Texas Electronic Death Registrar
      • USDA Meal Re-Imbursement Program
      • Vaccine Education
    • Examples of Our Work
      • Lessons
      • Visual Models
      • Interactions
      • Simulations
      • Questions
      • Accessibility
      • Storytelling
    • Audio & Video
      • Audio & Video
      • VR Photography
    • Medical Illustration
    • The Learning Dispatch
  • Classroom Training
    • Classroom Training Overview
      • Our Classrooms
      • SQL Server Training
      • Crystal Reports Training
    • Course List
      • Pricing Inquiry
    • Course Schedule
    • Professional Development
    • Webinar Schedule
    • Courseware Development
    • Classroom Rental
    • Training FAQ
    • Client Services
      • Student Files
  • Application Development
    • Application Development
      • VPAT
  • Resource Center
    • Ask the Experts
    • E-Learning Resources
      • Converting ILT to WBT
      • Instructional Design Interview
      • Debby Kalk Instructional Design Interview
      • MicroAssist Storyboard Template
    • Learning Center
      • ILT Newsletter Archive
      • Tips & Traps
      • Cascading Style Sheets
      • Managing Email Effectively
      • Excel 2007 Graphs
      • Best practices for IT training
      • Microsoft Office 2007
      • Crystal Reports Tips
      • Microsoft Office 2010
      • Office 2010 Migration
    • Government Solutions
      • Government Clients
      • Government DBITS
      • Government E-Learning
      • Government ILT Pricing
      • Web Services
    • Sitemap
    • Screen Backgrounds
  • About MicroAssist
    • History
    • Team
    • Career Opportunities
      • Why MicroAssist?
    • Community Involvement
    • Clients
    • Client Testimonials
    • Client Successes
      • TXDFPS E-Learning Case Study
      • TXDPS Case Study
      • FOL Application Development
      • DARS Training Program
      • TCEQ Custom Training
    • News
      • Front Page
      • Custom E-Learning
      • Classroom Training
      • Technology services
      • Resource Center
  • Blog
  • Contact Us
    • Information Request Form
    • Office Location
Home » Classroom Training » Course List

Implementing a Microsoft SQL Server 2008 Database

Course Specifications:

Courseware: Implementing a Microsoft SQL Server 2008 Database

Software: Microsoft SQL Server 2008

Course length: 5 days

Course times: 8:30 a.m. – 4:30 p.m.

Course Description:

This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2008 database. The course focuses on teaching individuals how to use SQL Server 2008 product features and tools related to implementing a database.

Course Objective:

After completing this course, students will be able to:

  1. Create databases and database files
  2. Create data types and tables
  3. Use XML-related features in Microsoft SQL Server 2008
  4. Plan, create, and optimize indexes
  5. Implement data integrity in Microsoft SQL Server 2008 databases by using constraints
  6. Implement data integrity in Microsoft SQL Server 2008 databases by using triggers
  7. Implement views
  8. Implement stored procedures
  9. Implement functions
  10. Implement managed code in the database
  11. Manage transactions and locks
  12. User Service Broker to build a messaging-based solution

Target Student:

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

Delivery Method:

Instructor led, group-paced, classroom-delivery learning model with structured hands-on activities. Each student is provided with a computer and a Manual. The manual is the student's to keep and makes an excellent reference guide.

Course Content:

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.

Lessons:

  1. Creating Databases
  2. Creating Filegroups
  3. Creating Schemas
  4. Creating Database Snapshots

Lab: Creating Databases and Database Files

  1. Creating a Database
  2. Creating Schemas
  3. Creating a Database Snapshot

After completing this course, students will be able to:

  1. Create databases
  2. Create filegroups
  3. Create schemas
  4. Create database snapshots

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.

Lessons

  1. Creating Data Types
  2. Creating Tables
  3. Creating Partitioned Tables

Lab: Creating Data Types and Tables

  1. Creating Data Types
  2. Using New Date and Time Data Types
  3. Creating Tables
  4. Creating Partitioned Tables

After completing this course, students will be able to:

  1. Create new data types.
  2. Create new tables.
  3. Create partitioned tables.

Module 3: Creating and Tuning Indexes

The students will learn how to plan, create, and optimize indexes to attain optimal performance benefits.

Lessons

  1. Planning Indexes
  2. Creating Indexes
  3. Optimizing Indexes

Lab: Creating and Tuning Indexes

  1. Creating Indexes
  2. Optimizing Indexes

After completing this course, students will be able to:

  1. Plan indexes.
  2. Create indexes.
  3. Optimize 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.

Lessons

  1. Data Integrity Overview
  2. Implementing Constraints
  3. Implementing Triggers

Lab: Implementing Data Integrity by Using Constraints and Triggers

  1. Creating Constraints
  2. Disabling Constraints
  3. Creating Triggers

After completing this course, students will be able to:

  1. Describe the options for enforcing data integrity in SQL Server 2008.
  2. Implement data integrity in SQL Server 2008 databases by using constraints.
  3. Implement data integrity in SQL Server 2008 databases by using 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.

Lessons

  1. Using the XML Data Type
  2. Retrieving XML by Using FOR XML
  3. Shredding XML by Using OPENXML
  4. Introducing XQuery
  5. Creating XML Indexes
  6. Implementing XML Schemas

Lab: Using XML

  1. Mapping Relational Data and XML
  2. Storing XML Natively in the Database
  3. Using XQuery with XML Methods
  4. Creating XML Indexes

After completing this course, students will be able to:

  1. Use the xml data type.
  2. Retrieve XML by using the FOR XML clause.
  3. Shred XML by using the OPENXML function.
  4. Use XQuery expressions.
  5. Create XML indexes.
  6. Implement data integrity in SQL Server 2008 databases by using 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.

Lessons

  1. Introduction to Views
  2. Creating and Managing Views
  3. Optimizing Performance by Using Views

Lab: Implementing Views

  1. Creating Views
  2. Creating Indexed Views
  3. Creating Partitioned Views

After completing this course, students will be able to:

  1. Describe the purpose of views.
  2. Create and manage views.
  3. Explain how to optimize query performance by using views.

Module 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.

Lessons

  1. Using Stored Procedures
  2. Creating Parameterized Stored Procedures
  3. Working With Execution Plans
  4. Handling Exceptions

Lab: Implementing Stored Procedures

  1. Creating Stored Procedures
  2. Working with Execution Plans

After completing this course, students will be able to:

  1. Implement stored procedures.
  2. Create parameterized stored procedures.
  3. Work with execution plans.
  4. Handle errors in stored procedures.

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.

Lessons

  1. Introducing Functions
  2. Working with Functions
  3. Controlling Execution Context

Lab: Implementing Functions

  1. Creating Functions
  2. Controlling Execution Context

After completing this course, students will be able to:

  1. Create and use functions.
  2. Work with functions.
  3. Control 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.

Lessons

  1. Introduction to the SQL Server Common Language Runtime
  2. Importing and Configuring Assemblies
  3. Creating Managed Database Objects

Lab: Implementing Managed Code in the Database

  1. Importing an Assembly
  2. Creating Managed Database Objects

After completing this course, students will be able to:

  1. Identify appropriate scenarios for managed code in the database.
  2. Import and configure assemblies.
  3. Create 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.

Lessons

  1. Overview of Transactions and Locks
  2. Managing Transactions
  3. Understanding SQL Server Locking Architecture
  4. Managing Locks

Lab: Managing Transactions and Locks

  1. Using Transactions
  2. Managing Locks

After completing this course, students will be able to:

  1. Describe how SQL Server 2008 transactions use locks.
  2. Execute and cancel a transaction.
  3. Describe concurrency issues and SQL Server 2008 locking mechanisms.
  4. Manage locks.

Module 11: Using Service Broker

The students will learn to use Service Broker to create secure, reliable, and scalable applications.

Lessons

  1. Service Broker Overview
  2. Creating Service Broker Objects
  3. Sending and Receiving Messages

Lab: Using Service Broker

  1. Creating Service Broker Objects
  2. Implementing the Initiating Service
  3. Implementing the Target Service

After completing this course, students will be able to:

  1. Describe Service Broker functionality and architecture.
  2. Create Service Broker objects.
  3. Send and receive Service Broker messages. 

Ready to register? Visit our Pricing Inquiry, Course Registration Form, or Virtual Training site.Visit our Pricing Inquiry Form Fill out a Registration Form Visit our Virtual Class catalog to register for virtual instructor-led training

 

Have questions?

Meet Colin. Colin Cairns is our Instructor-Led Training Evangelist. Colin has a broad knowledge of technology from a career working with semi-conductor companies, hardware product development, to Fortune 100 IT organizations, and has worked on projects for NASA, Microsoft, Dell, Intel, and more.

Colin can take you through the training decision-making process; he'll help you identify what training is right for you, the best method of delivery, and will assist you in every step of the process. 

e-mail colin

Footer

  • Home
  • Custom E-Learning
  • Classroom Training
  • Technology Services
  • Resource Center
  • About MicroAssist
  • Contact Us
  • Sitemap
  • Privacy
  • Login
© 2010 MicroAssist. All Rights Reserved. RSS feed