CAD/MCSE/MCDBA Self-Paced Training Kit [Electronic resources]: Microsoft SQL Server 2000 Database Design and Implementation, Second Edition (Exam 70-229) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

CAD/MCSE/MCDBA Self-Paced Training Kit [Electronic resources]: Microsoft SQL Server 2000 Database Design and Implementation, Second Edition (Exam 70-229) - نسخه متنی

Microsoft Corporation

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید






Sitemap

Table of Contents

BackCover

MCAD/MCSE/MCDBA Self-Paced Training Kit-Microsoft SQL Server 2000 Database Design and Implementation, Second Edition, Exam 70-229

About This Book

Intended Audience

Prerequisites

Reference Materials

About the CD-ROM

Features of This Book

Before You Begin Part 2

Using Part 2

Using Part 2 of This Book

Exam Objectives Summary

Getting More Help

The Microsoft Certified Professional Program

Technical Support

Part 1: Self-Paced Training for Microsoft SQL Server 2000 Database Design and Implementation

Chapter 1: Introduction to Microsoft SQL Server 2000

Before You Begin

Lesson 1: Overview of SQL Server 2000

Lesson 2: Components of SQL Server 2000

Lesson 3: Overview of SQL Server 2000 Architecture

Review

Chapter 2: Using Transact-SQL on a SQL Server Database

Before You Begin

Lesson 1: SQL Server Programming Tools

Lesson 2: Introduction to Transact-SQL

Lesson 3: Transact-SQL Syntax Elements

Lesson 4: Executing Transact-SQL Statements

Review

Chapter 3: Designing a SQL Server Database

Before You Begin

Lesson 1: Introduction to Database Design

Lesson 2: Planning a SQL Server Database

Lesson 3: Identifying System Requirements

Lesson 4: Developing a Logical Data Model

Review

Chapter 4: Implementing SQL Server Databases and Tables

Before You Begin

Lesson 1: Creating and Managing a SQL Server Database

Lesson 2: Identifying Data Types

Lesson 3: Creating and Managing Tables

Review

Chapter 5: Implementing Data Integrity

Before You Begin

Lesson 1: Introduction to Data Integrity

Lesson 2: Implementing Integrity Constraints

Review

Chapter 6: Accessing and Modifying Data

Before You Begin

Lesson 1: Accessing Data in a SQL Server Database

Lesson 2: Using Advanced Query Techniques to Access Data

Lesson 3: Modifying Data in a SQL Server Database

Review

Chapter 7: Managing and Manipulating Data

Before You Begin

Lesson 1: Importing and Exporting Data

Lesson 2: Using Distributed Queries to Access External Data

Lesson 3: Using Cursors to Retrieve Data

Lesson 4: Retrieving XML Data

Review

Chapter 8: Implementing Stored Procedures

Before You Begin

Lesson 1: Introduction to Stored Procedures

Lesson 2: Creating, Executing, Modifying, and Deleting Stored Procedures

Lesson 3: Programming Stored Procedures

Review

Chapter 9: Implementing Triggers

Before You Begin

Lesson 1: Introduction to Triggers

Lesson 2: Creating and Managing Triggers

Lesson 3: Programming Triggers

Review

Chapter 10: Implementing Views

Before You Begin

Lesson 1: Introduction to Views

Lesson 2: Creating, Modifying, and Deleting Views

Lesson 3: Accessing Data through Views

Review

Chapter 11: Implementing Indexes

Before You Begin

Lesson 1: Index Architecture

Lesson 2: Index Creation and Administration

Review

Chapter 12: Managing SQL Server Transactions and Locks

Before You Begin

Lesson 1: Transaction and Locking Architecture

Lesson 2: Managing SQL Server Transactions

Lesson 3: Managing SQL Server Locking

Review

Chapter 13: Designing and Administering SQL Server 2000 Security

Before You Begin

Lesson 1: Overview of SQL Server 2000 Security

Lesson 2: Designing a Database Security Plan

Lesson 3: Database Security Implementation and Administration

Review

Chapter 14: SQL Server Monitoring and Tuning

Before You Begin

Lesson 1: Monitoring Databases with SQL Profiler

Lesson 2: Index Tuning and Database Partitioning

Review

Part 2: Preparation for MCP Exam 70-229

Objective Domain 1: Developing a Logical Data Model

Tested Skills and Suggested Practices

Further Reading

Objective 1.1: Define Entities.

Objective 1.2: Design entity keys.

Objective 1.3: Design attribute domain integrity.

Objective Domain 2: Implementing the Physical Database

Tested Skills and Suggested Practices

Further Reading

Objective 2.1: Create and alter databases.

Objective 2.2: Create and alter database objects.

Objective 2.3: Alter database objects to support replication and partitioned views.

Objective 2.4: Troubleshoot failed object creation.

Objective Domain 3: Retrieving and Modifying Data

Tested Skills and Suggested Practices

Further Reading

Objective 3.1: Import and export data.

Objective 3.2: Manipulate heterogeneous data.

Objective 3.3: Retrieve, filter, group, summarize, and modify data by using Transact-SQL.

Objective 3.4: Manage result sets by using cursors and Transact-SQL.

Objective 3.5: Extract data in XML format.

Objective Domain 4: Programming Business Logic

Tested Skills and Suggested Practices

Further Reading

Objective 4.1: Manage data manipulation by using stored procedures, transactions, triggers, user-defined functions, and views.

Objective 4.2: Enforce procedural business logic by using stored procedures, transactions, triggers, user-defined functions, and views.

Objective 4.3: Troubleshoot and optimize programming objects.

Objective Domain 5: Tuning and Optimizing Data Access

Tested Skills and Suggested Practices

Further Reading

Objective 5.1: Analyze the query execution plan.

Objective 5.2: Capture, analyze, and replay SQL Profiler traces.

Objective 5.3: Create and implement indexing strategies.

Objective 5.4: Improve index use by using the Index Tuning Wizard.

Objective 5.5: Monitor and troubleshoot database activity by using SQL Profiler.

Objective Domain 6: Designing a Database Security Plan

Tested Skills and Suggested Practices

Further Reading

Objective 6.1: Control data access by using stored procedures, triggers, user-defined functions, and views.

Objective 6.2: Define object-level security including column level permissions by using GRANT, REVOKE, and DENY.

Objective 6.3: Create and manage application roles.

Appendix A: Questions and Answers

Chapter 2: Using Transact-SQL on a SQL Server Database Review

Chapter 3: Designing a SQL Server DatabaseLesson 1: Introduction to Database DesignExercise 1: Exploring the Basic Concepts of Database Design

Chapter 3: Designing a SQL Server Database Lesson 3: Identifying System Requirements Exercise 2: Identifying the System Requirements for Your Database Design

Chapter 3: Designing a SQL Server Database Lesson 4: Developing a Logical Data ModelExercise 3: Developing a Logical Data Model

Chapter 3: Designing a SQL Server DatabaseReview

Chapter 4: Implementing SQL Server Databases and Tables Lesson 2: Identifying Data Types Exercise 2: Identifying Column Data Types

Chapter 4: Implementing SQL Server Databases and TablesReview

Chapter 5: Implementing Data IntegrityLesson 1: Introduction to Data IntegrityExercise 1: Identifying the Properties Used to Ensure Data Integrity

Chapter 5: Implementing Data IntegrityLesson 2: Implementing Integrity ConstraintsExercise 2: Adding Constraints to Existing Tables

Chapter 5: Implementing Data IntegrityReview

Chapter 6: Accessing and Modifying DataLesson 3: Modifying Data in a SQL Server DatabaseExercise 3: Modifying Data in a SQL Server Database

Chapter 6: Accessing and Modifying DataReview

Chapter 7: Managing and Manipulating DataLesson 1: Importing and Exporting DataExercise 1: Importing and Exporting Data

Chapter 7: Managing and Manipulating DataReview

Chapter 8: Implementing Stored ProdeduresLesson 1: Introduction to Stored ProceduresExercise 1: Exploring Stored Procedures

Lesson 2: Creating, Executing, Modifying, and Deleting Stored ProceduresExercise 2: Working With Stored Procedures

Chapter 8: Implementing Stored ProdeduresReview

Chapter 9: Implementing TriggersReview

Chapter 10: Implementing ViewsReview

Chapter 11: Implementing IndexesLesson 1: Index ArchitectureExercise 1: Viewing Index Properties and Using an Index

Chapter 11: Implementing IndexesLesson 2: Index Creation and AdministrationExercise 2: Creating a Clustered Index

Chapter 11: Implementing IndexesReview

Chapter 12: Managing SQL Server Transactions and LocksReview

Chapter 13: Designing and Administering SQL Server 2000 Security Lesson 2: Designing a Database Security Plan Exercise 1: Designing Security for BookShopDB

Chapter 13: Designing and Administering SQL Server 2000 Security Review

Chapter 14: SQL Server Monitoring and TuningLesson 1: Monitoring Databases with SQL ProfilerExercise 1: Capturing Events Using SQL Profiler

Chapter 14: SQL Server Monitoring and TuningReview

Glossary

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Index

Index_A

Index_B

Index_C

Index_D

Index_E

Index_F

Index_G

Index_H

Index_I

Index_J

Index_L

Index_M

Index_N

Index_O

Index_P

Index_Q

Index_R

Index_S

Index_T

Index_U

Index_V

Index_W

Index_X

List of Figures

CD Content


/ 223