Implementing and Maintaining Microsoft SQL Server 2008 R2 Database
Latest Curriculum from Microsoft. Create and implement databases using SQL Server 2008.
Course Description
This five-day instructor-led course is intended for Microsoft SQL Server database developers who are responsible for implementing a database on SQL Server 2008 R2. In this course, students learn the skills and best practices on how to use SQL Server 2008 R2 product features and tools related to implementing a database server.
Audience
This course is intended for IT Professionals who want to become skilled on SQL Server 2008 R2 product features and technologies for implementing a database. To be successful in this course, the student should have knowledge of basic relational database concepts and writing T-SQL queries
Prerequisites
- Working knowledge of Transact-SQL (ability to write Transact-SQL queries) or Course SQL200: Introduction to Transact-SQL
- Working knowledge of relational databases (database design skills).
- Core Windows Server skills.
- Basic programming language.
What You Will Learn
After completing this course, you will be able to:
- Understand the product, its components, and basic configuration.
- Work with the data types supported by SQL Server.
- Design and implement tables and work with schemas.
- Design and implement views and partitioned views.
- Describe the concept of an index and determine the appropriate data type for indexes and composite index structures.
- Identify the appropriate table structures and implement clustered indexes and heaps.
- Describe and capture execution plans.
- Design and implement non-clustered indexes, covering indexes, and included columns.
- Design and implement stored procedures.
- Implement table types, table valued parameters, and the MERGE statement.
- Describe transactions, transaction isolation levels, and application design patterns for highly-concurrent applications.
- Design and implement T-SQL error handling and structured exception handling.
- Design and implement scalar and table-valued functions.
- Design and implement constraints.
- Design and implement triggers.
Course Outline
This module introduces you to the entire SQL Server platform and its major tools. This module also covers editions, versions, basics of network listeners, and concepts of services and service accounts.
This module describes the data types supported by SQL Server and how to work with them.
This module describes the design and implementation of tables.
This module describes the design and implementation of views.
This module describes the concept of an index and discusses selectivity, density, and statistics. It covers appropriate data type choices and choices around composite index structures.
This module covers clustered indexes and heaps.
This module explains nonclustered indexes, covering indexes and included columns.
This module describes the design and implementation of stored procedures.
This module covers table types, table valued parameters and the MERGE statement as used in stored procedures.
This module covers transactions, isolation levels, and designing for concurrency.
This module describes structured exception handling and gives solid examples of its use within the design of stored procedures.
This module describes the design and implementation of functions, both scalar and table-valued.
This module describes the design and implementation of constraints.
This module describes the design and implementation of triggers.
