Home > Store

Microsoft SQL Server 2005: Changing the Paradigm (SQL Server 2005 Public Beta Edition)

Register your product to gain access to bonus material or receive a coupon.

Microsoft SQL Server 2005: Changing the Paradigm (SQL Server 2005 Public Beta Edition)

Book

  • Sorry, this book is no longer in print.
Not for Sale

eBook (Watermarked)

  • Your Price: $22.39
  • List Price: $27.99
  • Includes EPUB and PDF
  • About eBook Formats
  • This eBook includes the following formats, accessible from your Account page after purchase:

    ePub EPUB The open industry format known for its reflowable content and usability on supported mobile devices.

    Adobe Reader PDF The popular standard, used most often with the free Acrobat® Reader® software.

    This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.

Description

  • Copyright 2006
  • Edition: 1st
  • Book
  • ISBN-10: 0-672-32778-3
  • ISBN-13: 978-0-672-32778-0

Microsoft SQL Server 2005: Changing the Paradigm (SQL Server 2005 Public Beta Edition) will prepare database administrators for upcoming changes in SQL Server 2005. Obtain the skills necessary to run SQL Server 2005 from the experts at Microsoft Gold Partner. Get a head-start to understanding the new concepts and features of SQL Server 2005 from the database administrator's perspective, including:

  • SQL Server 2005 Architecture
  • Tool Sets
  • Scalability, Reliability and High Availability Chapter
  • Performance Tuning
  • Replication
  • .NET CLR Integration
  • DTS and Business Intelligence
Minimize the surprises in SQL Server 2005 with the help of Microsoft SQL Server 2005: Changing the Paradigm (SQL Server 2005 Public Beta Edition).

Downloads

Downloads

Example files developed for the book - 208 KB -- examples.zip

Sample Content

Online Sample Chapters

SQL Server 2005 Setup and Deployment

SQL Server 2005 Setup and Deployment

Table of Contents

1. Changes in the Database Paradigm: How SQL Server 2005 Redefines the Role of a DBA.

    SQL Server Philosophy

    Enterprise Suitability

    Developer Friendliness

    Cost of Ownership

    Completeness

    Ubiquity

    History

    SQL Server 2005 and Database Administrators

    One Small Step for a DBA

    A Giant Leap for DBA-kind

    Where No One Has Gone Before

2. SQL Server 2005 Database Engine Architectural Changes.

    The SQL Server Operating System (SQLOS)

    User Mode Scheduler (UMS)

    Introducing SQLOS

    Non-Uniform Memory Access (NUMA) Architecture Support

    Query Optimization and Execution

    Statistics Management in SQL Server 2005

    Statement-Level Recompilation

    Calculating Query Plan Cost

    Parallel Query Processing

    Row Versioning

    System Metadata Access and the Security Architecture

    The Resource Database

    Metadata Access and Visibility

    User-Schema Separation

    Storage Engine and I/O Changes

3. SQL Server 2005 Setup and Deployment.

    SQL Server 2005 Editions

    Hardware and Software Requirements for Installing SQL Server 2005

    SQL Server 2005 Enterprise Edition 32-Bit Requirements

    SQL Server 2005 Enterprise Edition 64-Bit Requirements

    SQL Server 2005 Setup Enhancements

    Upgrading to SQL Server 2005

    Deprecated and Discontinued Database Engine Functionality

    Breaking and Behavior Changes to the Database Engine

    SQL Server 2005 Upgrade Advisor

4. A Tour of New Features in SQL Server 2005.

    Setup Enhancements

    Database Administration and Management

    Introducing SQL Server Management Studio

    SQL Server Configuration Manager

    SQLCMD and Dedicated Administrator Connection

    DDL Triggers and Event Notifications

    Database Mail

    Management APIs: SMO, RMO, AMO, and WMI

    Database Engine Enhancements

    The New xml Data Type

    Large Value Data Types

    .NET Framework Integration

    The New Catalog Views

    Scalability, Performance, and Reliability Enhancements

    XML Web Services Support

    SQL Server 2005 Express and Mobile Editions

    T-SQL Enhancements

    Recursive and Non-recursive Common Table Expressions (CTEs)

    Improved Error Handling

    Limiting a Result Set by Using TOP and TABLESAMPLE

    Ranking Functions

    PIVOT and UNPIVOT

    SQL Server 2005 Security

    Password Policy Enforcement and Strengthening of SQL Authentication

    User-Schema Separation

    Encryption Support

    Module Execution Context and Impersonation

    Performance Monitoring and Tuning Enhancements

    Profiler Enhancements

    Database Engine Tuning Advisor

    Dynamic Management Objects

    The Blocked Process Threshold Setting

    High-Availability Features

    Failover Clustering Changes

    Database Mirroring and Snapshot

    Online Index Operations

    Instant File Initialization

    Online, Piecemeal, and Page Restore

    Replication

    Business Intelligence Redefined

    Introducing Business Intelligence Development Studio

    Notification Services

    Full-Text Search Enhancements

    Documentation Improvements

5. SQL Server 2005 Tools and Utilities.

    Tools and Utilities Overview

    Management and Authoring

    SQL Server Management Studio

    Business Intelligence Development Studio

    Express Manager

    Performance Monitoring, Tuning, and Optimization Tools

    SQL Server 2005 Profiler

    New Performance Monitor Counters

    Database Engine Tuning Advisor

    Operations and Configuration

    SQL Server Configuration Manager

    The SQLCMD Utility

    Introducing Database Mail

    Management APIs

    SQL Server Management Objects (SMO)

    Windows Management Instrumentation (WMI)

6. Transact-SQL Enhancements.

    T-SQL Versus SQLCLR

    The TOP Operator

    The TABLESAMPLE Clause

    Common Table Expressions (CTEs)

    Large Object Data Type Enhancements

    T-SQL Error Handling

    DDL Triggers

    Event Notifications

    Snapshot Isolation

    Ranking Functions

    The ROW_NUMBER Ranking Function

    The RANK and DENSE_RANK Ranking Functions

    The NTILE Ranking Function

    New Relational Operators: PIVOT, UNPIVOT, and APPLY

    The OUTPUT Clause

    The BULK Rowset Provider

    New Declarative Referential Integrity Actions

    Metadata Views and Dynamic Management Views

    Miscellaneous T-SQL Enhancements

    The ALTER INDEX Statement

    Statement-Level Recompilation

    New Server Configuration Options

    Synonyms

    The EXCEPT and INTERSECT Operators

    The SET SHOWPLAN_XML and SET STATISTICS XML Statements

7. SQL Server 2005 Security.

    An Introduction to Security in SQL Server 2005

    Authentication

    Endpoint-Based Authentication

    SQL Browser Service and the New Security Model

    Strengthening SQL Authentication

    Authorization

    SQL Server 2005 Security Terminology

    Granular Permissions Control

    Module Execution Context

    User-Schema Separation

    Secure Metadata

    Auditing Enhancements

    Cryptography Support

    Data Encryption

    Signed Modules

    Surface Area Configuration (SAC)

    SQL Server Agent Security Overview

    SQLCLR Security Overview

    Service Broker Security Overview

8. Reliability and High Availability in the Database Engine.

    Reliability Enhancements

    Mirrored Backup Media

    Backup and Restore Media Checks

    Checksum I/O Validation

    Online, Piecemeal, and Page Restorations

    The EMERGENCY Database State Option

    The ATTACH_REBUILD_LOG Clause

    Availability Enhancements

    Database Mirroring

    Database Snapshots

    Failover Clustering Enhancements

    Replication Enhancements

    Online and Parallel Index Operations

    Enhanced Multi-instance Support

    Dedicated Administrator Connection

    Early Restore Access

    Instant File Initialization

9. Performance Analysis and Tuning.

    Physical Database Design, Analysis, and Tuning

    Creating Indexes with Included Columns

    Creating Indexes on Computed Columns

    Indexing XML Data

    Optimizing Physical Design Structures by Using Database Engine Tuning Advisor

    Troubleshooting Locking and Blocking

    Using the Blocked Process Threshold Option

    Row Versioning and Snapshot Isolation

    Analyzing Deadlocks by Using SQL Profiler

    Locking and Blocking Monitoring Tools

    Query Performance Tuning

    Plan Guides

    New Query Hints

    New Database Options

    Statement-Level Recompilation

    Designing Applications for Performance

    Service Broker and Asynchronous Messaging

    .NET Runtime Integration

    T-SQL Enhancements

    Multiple Active Result Sets

    Query Notifications

    HTTP SOAP Support

    Performance Monitoring and Tuning Tools

10. XML and Web Services Support in SQL Server 2005.

    XML Primer

    Well-Formed XML Document

    Valid XML Documents

    XML Namespaces

    Navigating XML by Using Xpath

    The xml Data Type

    Validating XML Data by Using Typed XML

    Bulk Loading XML Data

    Introduction to XQuery

    XML Type Methods

    Indexes on XML Type Columns

    Modifying XML Data

    FOR XML Enhancements

    Native XML Web Services Support

    Introduction to SOAP, Web Services, and WSDL

    Creating HTTP Endpoints

    Administering HTTP SOAP Endpoints

11. SQL Server 2005 and .NET Integration.

    What Is the .NET Framework?

    What Is the CLR?

    .NET Framework Integration

    Extending the T-SQL Language

    SQLCLR Design Goals

    SQLCLR Integration Benefits

    SQLCLR Integration Challenges

    SQLCLR Integration Examples

    Saving XML Data to a File

    Base-64 Encoding and Decoding

    SQLCLR Metadata

    Monitoring SQLCLR Activity

12. SQL Server Integration Services Overview.

    New SSIS Features

    The SSIS Architecture

    SSIS Clients

    SSIS Service

    The SSIS Runtime Engine

    The Data Flow Engine

    The SSIS Toolkit

    Containers

    Tasks

    Business Intelligence Development Studio

    SQL Server Management Studio

    Command-Prompt Utilities

    Designing SSIS Packages

    The SSIS Object Model

    SSIS Expressions

    Logging

    SSIS Package to Import Flat Files into Tables

    The World of Wizards

    The SSIS Import/Export Wizard

    The SSIS Configuration Wizard

    The SSIS Migration Wizard

    SSIS and Data Warehousing

    SSIS ETL Concepts

    Data Source Views

13. What's New in SQL Server Analysis Services 2005.

    OLAP, Data Warehousing, Business Intelligence, and Data Mining

    OLAP Terminology

    OLAP Storage Modes

    Analysis Services Fundamentals

    Data Explosion and Data Sparsity Handling

    Analysis Services 2005 Enhancements

    Integrated Tools and the Enhanced User Interface Experience

    Profiler Support

    Multiple Instance Support

    Failover Clustering Support

    Unified Dimension Model (UDM) and Proactive Caching

    Cube Enhancements

    Dimension Enhancements

    Data Mining Enhancements

    XMLA Support

    Analysis Management Objects (AMO)

    ADOMD.NET

    Performance Tuning for Analysis Services

    Usage-Based Optimization (UBO)

    Partitioning Enhancements

    The Optimize Schema Option

    Administering Analysis Services

    Implementing UBO

    Analysis Services Database Backup

    Cube and Mining Model Processing

    Analysis Services Security Overview

    Granular Permissions

    Dimension-Level Security

    Role-Based Security

    Migrating from SQL Server 2000 Analysis Services to SQL Server 2005 Analysis Services

    Using the Migration Wizard

    Starting from Scratch

    SQL Server 2005 Reporting Services (SSRS) Overview

    Reporting Services Components and Tools

    Reporting Services 2005 Enhancements

14. SQL Server Service Broker.

    An Introduction to Asynchronous Messaging

    Asynchronous Messaging in a Database

    Understanding Service Broker

    Service Broker Terminology

    Common Service Broker Tasks

    Service Broker Scenarios

    Service Broker and Other Messaging Technologies

    Service Broker Operations and Troubleshooting

    Troubleshooting Tips

    Service Broker Security Overview

15. SQL Sever 2005 Support for 64-Bit Processors.

    64-Bit Processor Usage Scenarios

    Improving Performance of Memory-Constrained Applications

    Server Consolidation

    High-Performance Data Warehousing Applications

    SQL Server 2005 (64-Bit) in Detail

Index.

Updates

Errata

Errata

The errata for the book is available here in Adobe Portable Document Format (PDF) format. You will need Adobe's Acrobat Reader to view these files. If you do not have the Acrobat Reader installed, you may go to Adobe Systems' web site to download this free reader.

Click on the links below to display the PDF file in a new window. Right-click on the link and select Save As if you want to download it to your hard drive.

Errata for the book - 45 kb -- 0672327783errata.pdf

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020