
Course Catalog > Microsoft Windows Technology> MS-2779: Implementing a Microsoft SQL Server 2005 Database
MS-2779 Implementing a Microsoft SQL Server 2005 Database
MS-2779 Implementing a Microsoft SQL Server 2005 Database
![]() |
![]() |
This five-day MS-2779 Implementing a Microsoft SQL Server 2005 Database course teaches students how to create databases and database files; create data types and tables; use XML–related features in Microsoft SQL Server 2005; plan, create, and optimize indexes; implement data integrity in Microsoft SQL Server 2005 databases by using constraints; implement data integrity in Microsoft SQL Server 2005 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; use Notification Services to generate and send notifications.
SQL Server 2005, Microsoft's next-generation data management and analysis software that will deliver increased scalability, availability, and security to enterprise data and analytical applications while making them easier to create, deploy, and manage.
Intended Audience
- IT Professionals, IT generalists, and help desk professionals who want to learn about SQL Server 2005 are the audience for this course.
- This Certification provides students with product knowledge and skills needed to maintain a Microsoft SQL Server 2005 database. It is intended for IT Professionals wanting to become skilled on SQL Server 2005 product features and technologies for maintaining a database.
- It also provides students with the knowledge and skills to implement a Microsoft SQL Server 2005 database. It is intended for IT Professionals who want to become skilled on SQL Server 2005 product features and technologies for implementing a database.
The CTCLC Difference
Current Technologies Computer Learning Center uses our own Microsoft Certified Trainers that will help guide you to a sucessful completion of your Microsoft training and certification. Our Instructors are simply the best instructors you will find and have been certified and teaching Windows since Windows NT. Let our great instructors help you get started in understanding and using your Microsoft Technologies. CTCLC has convenient day or night schedules to fit your needs. We can also do onsite classes with our top notch portable labs.
Our instructors are the very best and give 110% to their Students. We care about every student that we train and we have a Free Resit Policy for all of our courses for the same revision. You will not find a better training experience anywhere. Come Experience the Current Technologies Computer Learning Center Way of training. We take great care of all of our students.
Current Technologies Computer Learning Center is Microsoft Gold Certified Partner for Learning Solutions (CPLS), Cisco Learning Partner, CompTIA Learning Alliance Member, EC-Council Accredited Training Center, and many others. We offer the highest quality, authorized training that you will find anywhere.
Course Objectives
After completing this course, students will be able to:
- Create databases and database files
- Create data types and tables
- Use XML–related features in Microsoft SQL Server 2005
- Plan, create, and optimize indexes
- Implement data integrity in Microsoft SQL Server 2005 databases by using constraints
- Implement data integrity in Microsoft SQL Server 2005 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
- Use Notification Services to generate and send notifications
Duration
- 5 days, Instructor-led classroom training (8:30am to 5:00pm)
Prerequisites
- 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
CTCLC Special Discounts
![]() |
![]() |
MS-2779 Implementing a Microsoft SQL Server 2005 Database $2,595.00
Call (219) 764-3800 for Special Pricing
For more Information on Microsoft SQL Server 2005 or to Register:

EMail: Sales@ctclc.com
Phone: (219) 764-3800
Redeem Your Microsoft Software Assurance Training Vouchers
![]() |
As a Microsoft Gold Learning Solutions Partner, Current Technologies CLC proudly accepts Microsoft Software Assurance Training Vouchers (SATV). You can attend Microsoft training at Current Technologies CLC for free, by redeeming your Microsoft vouchers. Call (219) 764-3800 for more information. |
- Creating Databases and Database Files
- Creating Data Types and Tables
- Using XML
- Creating and Tuning Indexes
- Implementing Data Integrity by Using Contraints
- Implementing Data Integrity by Using Triggers and XML Schemas
- Implementing Views
- Implementing Stored Procedures
- Implementing Functions
- Implementing Managed Code in the Database
- Managing Transactions and Locks
- Using Service Broker
- Using Notification Services (Optional)
Module 1: Creating Databases and Database Files
- This module explains how to create databases, filegroups, schemas, and database snapshots.
- Creating Databases
- Creating Filegroups
- Creating Schemas
- Creating Database Snapshots
- Lab: Creating Databases and Database Files
- Create databases.
- Create filegroups.
- Create schemas.
- Create database snapshots.
Module 2: Creating Data Types and Tables
- This module explains how to create data types and tables. It also describes how to create partitioned tables.
- Creating Data Types
- Creating Tables
- Creating Partitioned Tables
- Lab: Creating Data Types and Tables
- Create new data types.
- Create new tables.
- Create partitioned tables.
Module 3: Using XML
- This module explains how to use the FOR XML clause and the OPENXML function. It also describes how to use the xml data type and its methods.
- Retrieving XML with FOR XML
- Shredding XML with OPENXML
- Introducing XQuery
- Using the xml Data Type
- Lab: Using XML
- Retrieve XML by using the FOR XML clause.
- Shred XML by using the OPENXML function.
- Use XQuery expressions.
- Use the xml data type.
Module 4: Creating and Tuning Indexes
- This module explains how to plan, create, and optimize indexes. It also describes how to create XML indexes.
- Planning Indexes
- Creating Indexes
- Optimizing Indexes
- Creating XML Indexes
- Lab: Creating and Tuning Indexes
- Plan indexes.
- Create indexes.
- Optimize indexes.
- Create XML indexes.
Module 5: Implementing Data Integrity by Using Contraints
- This module explains how to implement constraints and provides an overview of data integrity.
- Data Integrity Overview
- Implementing Constraints
- Lab: Implementing Data Integrity by Using Constraints
- Describe the options for enforcing data integrity in SQL Server 2005.
- Implement data integrity in SQL Server 2005 databases by using constraints.
Module 6: Implementing Data Integrity by Using Triggers and XML Schemas
- This module explains how to implement triggers and XML schemas.
- Implementing Triggers
- Implementing XML Schemas
- Lab: Implementing Data Integrity by Using Triggers and XML Schemas
- Implement data integrity in SQL Server 2005 databases by using triggers.
- Implement data integrity in SQL Server 2005 databases by using XML schemas.
Module 7: Implementing Views
- This module explains how to create views.
- Introduction to Views
- Creating and Managing Views
- Optimizing Performance by Using Views
- Lab: Implementing Views
- Describe the purpose of views.
- Create and manage views.
- Explain how to optimize query performance by using views.
Module 8: Implementing Stored Procedures
- This module explains how to create stored procedures and functions. It also describes execution plans, plan caching, and query compilation.
- Implementing Stored Procedures
- Creating Parameterized Stored Procedures
- Working With Execution Plans
- Handling Errors
- Lab: Implementing Stored Procedures
- Implement stored procedures.
- Create parameterized stored procedures.
- Work with execution plans.
- Handle errors in stored procedures.
- Send and receive Service Broker messages.
Module 9: Implementing Functions
- This module explains how to create functions. It also describes how to control the execution context.
- Creating and Using Functions
- Working with Functions
- Controlling Execution Context
- Lab: Implementing Functions
- Create and use functions.
- Work with functions.
- Control execution context.
Module 10: Implementing Managed Code in the Database
- This module explains how to implement managed database objects.
- Introduction to the SQL Server Common Language Runtime
- Importing and Configuring Assemblies
- Creating Managed Database Objects
- Lab: Implementing Managed Code in the Database
- Identify appropriate scenarios for managed code in the database.
- Import and configure assemblies.
- Create managed database objects.
Module 11: Managing Transactions and Locks
- This module explains how to use transactions and the SQL Server locking mechanisms to meet the performance and data integrity requirements of your applications.
- Overview of Transactions and Locks
- Managing Transactions
- Understanding SQL Server Locking Architecture
- Managing Locks
- Lab: Managing Transactions and Locks
- Describe how SQL Server 2005 transactions use locks.
- Execute and cancel a transaction.
- Describe concurrency issues and SQL Server 2005 locking mechanisms.
- Manage locks.
Module 12: Using Service Broker
- This module explains how to build a messaging-based solution with Service Broker.
- Service Broker Overview
- Creating Service Broker Objects
- Sending and Receiving Messages
- Lab: Using Service Broker (Optional)
- Describe Service Broker functionality and architecture.
- Create Service Broker objects.
- Send and receive Service Broker messages.
Module 13: Using Notification Services (Optional)
- This module explains how to develop applications that generate and send timely messages to subscribers.
- Introduction to Notification Services
- Developing Notification Services Solutions
- Describe how Notification Services operates.
- Develop a Notification Services application.
CTCLC SQL Server Certification Path
![]() |
![]() |
| Required Exam(s) | Recommended Training |
|---|---|
| Exam 70-236 | MS-2780: Maintaining a Microsoft SQL Server 2005 Database |
| MS-2779: Implementing a Microsoft SQL Server 2005 Database |
For more Information on Microsoft SQL Server 2005 or to Register:

EMail: Sales@ctclc.com
Phone: (219) 764-3800




