Sybex

Home Certification IT Administration Architecture & Design
3D Animation & CGI Internet Marketing
Print this page Share

MCTS Microsoft SQL Server 2005 Implementation and Maintenance Study Guide: Exam 70-431

ISBN: 978-0-470-02565-9
634 pages
July 2006
MCTS Microsoft SQL Server 2005 Implementation and Maintenance Study Guide: Exam 70-431 (0470025654) cover image

Description

With the release of SQL Server 2005, Microsoft is introducing a new multi-exam certification program. The Microsoft SQL Server 2005

Implementation and Maintenance exam (70-431) is the first stop for everyone entering this new certification track, and serves as both a single exam certification as well as the entry exam for the MCITP-level certifications. This book provides an introduction to the development and administrative aspects of SQL Server 2005 and features practical guidance for all aspects of the exam.

Get a great start in your certification process today with this comprehensive guide which includes:

  • Hundreds of challenging practice questions plus two bonus exams
  • Leading-edge exam preparation software, including a test engine

Authoritative coverage of all key exam objectives, including:

  • Installing and Configuring SQL Server 2005
  • Implementing High Availability and Disaster Recovery
  • Supporting Data Consumers
  • Maintaining Databases
  • Monitoring and Troubleshooting SQL Server Performance
  • Creating and Implementing Database Objects

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

See More

Table of Contents

Introduction.

Assessment Test.

Chapter 1 Installing Microsoft SQL Server 2005.

Meeting the Prerequisites.

Preparing to Install.

Choosing Default Instances or Named Instances.

Choosing Service Accounts.

Selecting an Authentication Mode.

Choosing a Collation Setting.

Upgrading from a Previous Version.

Installing SQL Server 2005.

Installing a Second Instance.

Troubleshooting the Installation.

Chapter 2 Creating and Configuring Databases.

Planning Your Database.

Introducing Database Files.

Introducing Filegroups.

Deciding on Database File Placement.

Introducing RAID-0.

Introducing RAID-1.

Introducing RAID-5.

Introducing RAID-10.

Creating Data Storage Structures.

Introducing Extents.

Introducing Pages.

Estimating Storage Requirements.

Estimating Table Storage Requirements.

Estimating Index Storage Requirements.

Creating and Configuring Databases.

Creating a Database.

Gathering Information about Your Database.

Setting Database Options.

Chapter 3 Working with Tables and Views.

Planning Tables.

Introducing Built-in Datatypes.

Introducing Computed Columns.

Creating Tables.

Restricting the Data.

Introducing Constraints.

Partitioning Tables.

Understanding Views.

Modifying Data through a View.

Working with Indexed Views.

Chapter 4 Performing Indexing and Full-Text Searching.

Understanding Index Architecture.

Understanding Heaps.

Understanding Clustered Indexes.

Understanding Nonclustered Indexes.

Creating Indexes.

Using Primary Keys.

Using Full-Text Searching.

Chapter 5 Introducing More Database Objects.

Introducing Stored Procedures.

Understanding the Types of Stored Procedures.

Creating Stored Procedures.

Recompiling Stored Procedures.

Introducing Triggers.

Understanding the Types of Triggers.

Understanding DML Triggers.

Understanding DDL Triggers.

Understanding Trigger Recursion and Nesting.

Understanding Disabling Triggers.

Understanding Event Notifications.

Introducing Functions.

Understanding the Types of Functions.

Using Scalar Functions.

Introducing Table-Valued Functions.

Introducing Built-in Functions.

Introducing CLR Functions.

Introducing Deterministic and Nondeterministic Functions.

Introducing User-Defined Types.

Creating T-SQL User-Defined Types.

Creating CLR User-Defined Types.

Getting More CLR Functionality.

Chapter 6 Implementing Security in SQL Server 2005.

Understanding Security Modes 190

Using Windows Authentication Mode 190

Using Mixed Mode 191

Setting the Authentication Mode 191

Understanding SQL Server Logins 193

Using Standard Logins 193

Using Windows Logins 196

Understanding the Items Common to All Logins 199

Understanding Fixed Server Roles 199

Creating Database User Accounts 202

Understanding Permissions 204

Applying Statement Permissions 205

Applying Object Permissions 207

Understanding Database Roles 210

Using Fixed Database Roles 210

Using Custom Database Roles 212

Using Application Roles 215

Understanding Permission States 217

Granting a Permission 217

Revoking a Permission 217

Denying a Permission 217

Introducing Ownership Chains 221

Introducing Linked Server Security 223

Introducing Encryption 224

Creating a Security Plan.

Chapter 7 Working with Relational Data.

Understanding and Using Transactions 242

Executing Implicit and Explicit Transactions 243

Committing and Rolling Back 244

Executing Distributed Transactions 246

Populating Tables 247

Importing Data Using Bulk Insert 247

Importing Data Using the bcp Utility 248

Copying Data Using SSIS 250

Bulk Inserting XML Data 252

Supporting the Bulk-Logged Recovery Model 253

Supporting Different Collation Types and Orders

When Querying Data 255

Formatting and Converting Datatypes 256

Casting and Converting 261

Understanding Datatype Precedence 264

Understanding Collations 265

Introducing Error Handling 266

Using RAISERROR.

Using @@ERROR

Using Error Messages 267

Using

TRY…CATCH

Blocks.

Chapter 8 Working with XML Data.

Understanding XML Data 282

Using the xml Datatype 283

Using Untyped XML 284

Using Typed XML 285

Working with XML Schema 285

Querying XML Data 288

Using the query Method.

Using the value Method.

Using the exist Method.

Using the modify Method.

Using the nodes Method.

Creating XML Indexes.

Chapter 9 Working with Service Broker and HTTP.

Understanding the SQL Server Service Broker Architecture.

Working with Service Broker.

Creating a Message Type.

Creating a Queue.

Creating a Contract.

Creating a Service.

Creating a Route.

Using Service Broker.

Sending Messages.

Receiving Messages.

Automating the Queue Processing.

Introducing HTTP Endpoints.

Configuring HTTP Endpoints.

Securing HTTP Endpoints.

Chapter 10 Maintaining and Automating SQL Server.

Maintaining Indexes.

Understanding sys.DM_DB_INDEX_PHYSICAL_STATS.

Reorganizing and Rebuilding Indexes.

Maintaining Statistics.

Maintaining Databases.

Understanding DBCC CHECKDB.

Shrinking Files.

Understanding Automation Basics.

Configuring Database Mail.

Creating Operators.

Creating Jobs.

Creating Alerts.

Creating Event Alerts Based on Standard Errors.

Creating Event Alerts Based on Custom Errors.

Creating Performance Alerts.

Creating WMI Alerts.

Using the Maintenance Plan Wizard.

Copying Databases.

Chapter 11 Performing Backups and Restores.

Backing Up Your Data.

Understanding How Backups Work.

Creating a Backup Device.

Performing Full Backups.

Performing Differential Backups.

Performing Transaction Log Backups.

Performing Filegroup Backups.

Backing Up to Multiple Devices.

Restoring Databases.

Performing Standard Restores.

Performing Point-in-Time Restores.

Performing Piecemeal Restores.

Devising a Backup Strategy.

Planning for Full Backups Only.

Planning for Full with Differential Backups.

Planning for Full with Transaction Log Backups.

Planning for Full, Differential, and Transaction Log Backups.

Planning for Filegroup Backups.

Chapter 12 Achieving High Availability through Replication.

Introducing Replication.

Introducing the Publisher/Subscriber Metaphor.

Introducing Articles.

Introducing Publications.

Understanding Replication Factors and Distribution Types.

Using Distributed Transactions.

Using Transactional Replication.

Using Transactional Replication with Immediate Updating Subscribers.

Using Snapshot Replication.

Using Snapshot Replication with Immediate Updating Subscribers.

Using Merge Replication.

Using Queued Updating.

Understanding Replication Internals.

Understanding Merge Replication.

Understanding Snapshot Replication.

Understanding Transactional Replication.

Considering Publication Issues.

Considering Distributor Issues.

Introducing Replication Models.

Introducing Central Publisher/Central Distributor.

Introducing Remote Distribution.

Introducing Central Subscriber/Multiple Publishers.

Introducing Multiple Publishers/Multiple Subscribers.

Replicating over the Internet and to Heterogeneous Database Servers.

Using Heterogeneous Replication.

Using Internet Replication.

Installing and Using Replication.

Configuring SQL Server for Replication.

Installing a Distribution Server.

Adding a Publication.

Creating a Subscription.

Testing Replication.

Managing Replication.

Considering Administrative Issues.

Considering Replication Backup Issues.

Using the Replication Monitor.

Working with Replication Scripts.

Enhancing Replication Performance.

Chapter 13 Introducing More High-Availability Methods.

Choosing the High-Availability Features You Need.

Implementing Database Mirroring.

Understanding Database Mirroring Concepts.

Preparing for Mirroring.

Creating Endpoints.

Specifying Partners and Witnesses.

Configuring the Operating Mode.

Switching Roles.

Implementing Log Shipping.

Monitoring the Server.

Configuring Log Shipping.

Changing Roles.

Monitoring Log Shipping.

Managing Database Snapshots.

Creating a Snapshot.

Reverting from a Snapshot.

Chapter 14 Monitoring and Optimizing SQL Server 2005.

Using System Monitor.

Monitoring with SQL Profiler.

Replaying a Trace File.

Using the Database Engine Tuning Advisor.

Troubleshooting SQL Server.

Reading Error and Event Logs.

Troubleshooting Blocks and Deadlocks.

Troubleshooting Jobs.

Using the Dedicated Administrator Connection.

Glossary.

Index.

See More

Author Information

Joseph L. Jorden, MCTS, MCSE, has been administering and developing databases for the last twelve years. Currently he is the Lead Developer for the Jelly Belly Candy Company.

Dandy Weyn, MCTS, MCSE, MCSA, MCDBA, MCDST, MCITP, is an independent SQL Server technologist based in Belgium, who delivers training and consultancy all over the world. He is a frequent speaker at Microsoft seminars and has more than ten years experience with relational databases in enterprise environments.

See More

New to This Edition

  • Each chapter includes a list of objectives covered in that chapter, following by in-depth discussion of those objectives, complete with hands-on Exercises and Real World Scenarios.
  • Chapters conclude with an "Exam Essentials" section and comprehensive review questions.
  • The companion CD features leading-edge exam prep software with test engine of practice questions and electronic flashcards.
See More

Downloads

Download TitleSizeDownload
See More
Instructors Resources
Wiley Instructor Companion Site
Annotated Syllabus
A syllabus that breaks the book down into 30 one-hour segments. Chapter-by-chapter instructor guidelines: A minimum of 2 paragraphs per chapter. Chapter-by-chapter objectives.
Classroom Exercises
30 exercises total: One exercise per hour long segment.
Test Bank
Question and answer pairs: 12 pairs per chapter (a minimum of 100 pairs per book, and a maximum of 200 pairs per book). The question and answer pairs should be evenly split between multiple choice, true/false, and fill in the blank.
Power Point Presentations
An instructor's resource organized by chapter: A minimum of 10 slides per chapter or 100 slides per book. The presentations should include all key tables, listings, illustrations, and images from the book.
Image Files
All the images from the book.
Request a print evaluation copy
Contact us
See More
See Less

Learn more about