1. Trang chủ
  2. » Công Nghệ Thông Tin

Microsoft SQL Server 2008 R2 Unleashed- P175 potx

10 251 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Cấu trúc

  • Table of Contents

  • Introduction

  • Part I: Welcome to Microsoft SQL Server

    • 1 SQL Server 2008 Overview

      • SQL Server Components and Features

      • SQL Server 2008 R2 Editions

      • SQL Server Licensing Models

      • Summary

    • 2 What’s New in SQL Server 2008

      • New SQL Server 2008 Features

      • SQL Server 2008 Enhancements

      • Summary

    • 3 Examples of SQL Server Implementations

      • Application Terms

      • OLTP Application Examples

      • DSS Application Examples

      • Summary

  • Part II: SQL Server Tools and Utilities

    • 4 SQL Server Management Studio

      • What’s New in SSMS

      • The Integrated Environment

      • Administration Tools

      • Development Tools

      • Summary

    • 5 SQL Server Command-Line Utilities

      • What’s New in SQL Server Command-Line Utilities

      • The sqlcmd Command-Line Utility

      • The dta Command-Line Utility

      • The tablediff Command-Line Utility

      • The bcp Command-Line Utility

      • The sqldiag Command-Line Utility

      • The sqlservr Command-Line Utility

      • Summary

    • 6 SQL Server Profiler

      • What’s New with SQL Server Profiler

      • SQL Server Profiler Architecture

      • Creating Traces

      • Executing Traces and Working with Trace Output

      • Saving and Exporting Traces

      • Replaying Trace Data

      • Defining Server-Side Traces

      • Profiler Usage Scenarios

      • Summary

  • Part III: SQL Server Administration

    • 7 SQL Server System and Database Administration

      • What’s New in SQL Server System and Database Administration

      • System Administrator Responsibilities

      • System Databases

      • System Tables

      • System Views

      • System Stored Procedures

      • Summary

    • 8 Installing SQL Server 2008

      • What’s New in Installing SQL Server 2008

      • Installation Requirements

      • Installation Walkthrough

      • Installing SQL Server Using a Configuration File

      • Installing Service Packs and Cumulative Updates

      • Slipstream Installations

      • Summary

    • 9 Upgrading to SQL Server 2008

      • What’s New in Upgrading SQL Server

      • Using the SQL Server Upgrade Advisor (UA)

      • Destination: SQL Server 2008 or SQL Server 2008 R2

      • Upgrading Using a Configuration File

      • Slipstreaming Upgrades

      • Upgrading Other SQL Server Components

      • Summary

    • 10 Client Installation and Configuration

      • What’s New in Client Installation and Configuration

      • Client/Server Networking Considerations

      • Client Installation

      • Client Configuration

      • Client Data Access Technologies

      • Summary

    • 11 Security and User Administration

      • What’s New in Security and User Administration

      • An Overview of SQL Server Security

      • Authentication Methods

      • Managing Principals

      • Managing Securables

      • Managing Permissions

      • Managing SQL Server Logins

      • Managing SQL Server Users

      • Managing Database Roles

      • Managing SQL Server Permissions

      • The Execution Context

      • Summary

    • 12 Data Encryption

      • What’s New in Data Encryption

      • An Overview of Data Security

      • An Overview of Data Encryption

      • SQL Server Key Management

      • Column-Level Encryption

      • Transparent Data Encryption

      • Column-Level Encryption Versus Transparent Data Encryption

      • Summary

    • 13 Security and Compliance

      • Exposure and Risk

      • Across the Life Cycle

      • The Security Big Picture

      • Identity Access Management Components

      • Compliance and SQL Server

      • SQL Server Auditing

      • Setting Up Auditing via T-SQL

      • SQL Injection Is Easy to Do

      • Summary

    • 14 Database Backup and Restore

      • What’s New in Database Backup and Restore

      • Developing a Backup and Restore Plan

      • Types of Backups

      • Recovery Models

      • Backup Devices

      • Backing Up a Database

      • Backing Up the Transaction Log

      • Backup Scenarios

      • Restoring Databases and Transaction Logs

      • Restore Scenarios

      • Additional Backup Considerations

      • Summary

    • 15 Database Mail

      • What’s New in Database Mail

      • Setting Up Database Mail

      • Sending and Receiving with Database Mail

      • Using SQL Server Agent Mail

      • Related Views and Procedures

      • Summary

    • 16 SQL Server Scheduling and Notification

      • What’s New in Scheduling and Notification

      • Configuring the SQL Server Agent

      • Viewing the SQL Server Agent Error Log

      • SQL Server Agent Security

      • Managing Operators

      • Managing Jobs

      • Managing Alerts

      • Scripting Jobs and Alerts

      • Multiserver Job Management

      • Event Forwarding

      • Summary

    • 17 Administering SQL Server 2008 with PowerShell

      • What’s New with PowerShell

      • Overview of PowerShell

      • PowerShell Scripting Basics

      • PowerShell in SQL Server 2008

      • Step-By-Step Examples

      • Summary

    • 18 SQL Server High Availability

      • What’s New in High Availability

      • What Is High Availability?

      • The Fundamentals of HA

      • Building Solutions with One or More HA Options

      • Other HA Techniques That Yield Great Results

      • High Availability from the Windows Server Family Side

      • Summary

    • 19 Replication

      • What’s New in Data Replication

      • What Is Replication?

      • The Publisher, Distributor, and Subscriber Magazine Metaphor

      • Replication Scenarios

      • Subscriptions

      • Replication Agents

      • Planning for SQL Server Data Replication

      • SQL Server Replication Types

      • Basing the Replication Design on User Requirements

      • Setting Up Replication

      • Scripting Replication

      • Monitoring Replication

      • Summary

    • 20 Database Mirroring

      • What’s New in Database Mirroring

      • What Is Database Mirroring?

      • Roles of the Database Mirroring Configuration

      • Setting Up and Configuring Database Mirroring

      • Testing Failover from the Principal to the Mirror

      • Client Setup and Configuration for Database Mirroring

      • Migrate to Database Mirroring 2008 as Fast as You Can

      • Using Replication and Database Mirroring Together

      • Using Database Snapshots from a Mirror for Reporting

      • Summary

    • 21 SQL Server Clustering

      • What’s New in SQL Server Clustering

      • How Microsoft SQL Server Clustering Works

      • Installing SQL Server Clustering

      • Summary

    • 22 Administering Policy-Based Management

      • Introduction to Policy-Based Management

      • Policy-Based Management Concepts

      • Implementing Policy-Based Management

      • Sample Templates and Real-World Examples

      • Policy-Based Management Best Practices

      • Summary

  • Part IV: Database Administration

    • 23 Creating and Managing Databases

      • What’s New in Creating and Managing Databases

      • Data Storage in SQL Server

      • Database Files

      • Creating Databases

      • Setting Database Options

      • Managing Databases

      • Summary

    • 24 Creating and Managing Tables

      • What’s New in SQL Server 2008

      • Creating Tables

      • Defining Columns

      • Defining Table Location

      • Defining Table Constraints

      • Modifying Tables

      • Dropping Tables

      • Using Partitioned Tables

      • Creating Temporary Tables

      • Summary

    • 25 Creating and Managing Indexes

      • What’s New in Creating and Managing Indexes

      • Types of Indexes

      • Creating Indexes

      • Managing Indexes

      • Dropping Indexes

      • Online Indexing Operations

      • Indexes on Views

      • Summary

    • 26 Implementing Data Integrity

      • What’s New in Data Integrity

      • Types of Data Integrity

      • Enforcing Data Integrity

      • Using Constraints

      • Rules

      • Defaults

      • Summary

    • 27 Creating and Managing Views in SQL Server

      • What’s New in Creating and Managing Views

      • Definition of Views

      • Using Views

      • Creating Views

      • Managing Views

      • Data Modifications and Views

      • Partitioned Views

      • Indexed Views

      • Summary

    • 28 Creating and Managing Stored Procedures

      • What’s New in Creating and Managing Stored Procedures

      • Advantages of Stored Procedures

      • Creating Stored Procedures

      • Executing Stored Procedures

      • Deferred Name Resolution

      • Viewing Stored Procedures

      • Modifying Stored Procedures

      • Using Input Parameters

      • Using Output Parameters

      • Returning Procedure Status

      • Debugging Stored Procedures Using SQL Server Management Studio

      • Using System Stored Procedures

      • Startup Procedures

      • Summary

    • 29 Creating and Managing User-Defined Functions

      • What’s New in SQL Server 2008

      • Why Use User-Defined Functions?

      • Types of User-Defined Functions

      • Creating and Managing User-Defined Functions

      • Rewriting Stored Procedures as Functions

      • Creating and Using CLR Functions

      • Summary

    • 30 Creating and Managing Triggers

      • What’s New in Creating and Managing Triggers

      • Using DML Triggers

      • Using DDL Triggers

      • Using CLR Triggers

      • Using Nested Triggers

      • Using Recursive Triggers

      • Summary

    • 31 Transaction Management and the Transaction Log

      • What’s New in Transaction Management

      • What Is a Transaction?

      • How SQL Server Manages Transactions

      • Defining Transactions

      • Transactions and Batches

      • Transactions and Stored Procedures

      • Transactions and Triggers

      • Transactions and Locking

      • Coding Effective Transactions

      • Transaction Logging and the Recovery Process

      • Long-Running Transactions

      • Bound Connections

      • Distributed Transactions

      • Summary

    • 32 Database Snapshots

      • What’s New with Database Snapshots

      • What Are Database Snapshots?

      • Limitations and Restrictions of Database Snapshots

      • Copy-on-Write Technology

      • When to Use Database Snapshots

      • Setup and Breakdown of a Database Snapshot

      • Reverting to a Database Snapshot for Recovery

      • Setting Up Snapshots Against a Database Mirror

      • Database Snapshots Maintenance and Security Considerations

      • Summary

    • 33 Database Maintenance

      • What’s New in Database Maintenance

      • The Maintenance Plan Wizard

      • Managing Maintenance Plans Without the Wizard

      • Executing a Maintenance Plan

      • Maintenance Without a Maintenance Plan

      • Database Maintenance Policies

      • Summary

  • Part V: SQL Server Performance and Optimization

    • 34 Data Structures, Indexes, and Performance

      • What’s New for Data Structures, Indexes, and Performance

      • Understanding Data Structures

      • Database Files and Filegroups

      • Database Pages

      • Space Allocation Structures

      • Data Compression

      • Understanding Table Structures

      • Understanding Index Structures

      • Data Modification and Performance

      • Index Utilization

      • Index Selection

      • Evaluating Index Usefulness

      • Index Statistics

      • SQL Server Index Maintenance

      • Index Design Guidelines

      • Indexed Views

      • Indexes on Computed Columns

      • Filtered Indexes and Statistics

      • Choosing Indexes: Query Versus Update Performance

      • Identifying Missing Indexes

      • Identifying Unused Indexes

      • Summary

    • 35 Understanding Query Optimization

      • What’s New in Query Optimization

      • What Is the Query Optimizer?

      • Query Compilation and Optimization

      • Query Analysis

      • Row Estimation and Index Selection

      • Join Selection

      • Execution Plan Selection

      • Query Plan Caching

      • Other Query Processing Strategies

      • Parallel Query Processing

      • Common Query Optimization Problems

      • Managing the Optimizer

      • Summary

    • 36 Query Analysis

      • What’s New in Query Analysis

      • Query Analysis in SSMS

      • SSMS Client Statistics

      • Using the SET SHOWPLAN Options

      • Using sys.dm_exec_query_plan

      • Query Statistics

      • Query Analysis with SQL Server Profiler

      • Summary

    • 37 Locking and Performance

      • What’s New in Locking and Performance

      • The Need for Locking

      • Transaction Isolation Levels in SQL Server

      • The Lock Manager

      • Monitoring Lock Activity in SQL Server

      • SQL Server Lock Types

      • SQL Server Lock Granularity

      • Lock Compatibility

      • Locking Contention and Deadlocks

      • Table Hints for Locking

      • Optimistic Locking

      • Summary

    • 38 Database Design and Performance

      • What’s New in Database Design and Performance

      • Basic Tenets of Designing for Performance

      • Logical Database Design Issues

      • Denormalizing a Database

      • Database Filegroups and Performance

      • RAID Technology

      • SQL Server and SAN Technology

      • Summary

    • 39 Monitoring SQL Server Performance

      • What’s New in Monitoring SQL Server Performance

      • Performance Monitoring Tools

      • A Performance Monitoring Approach

      • Summary

    • 40 Managing Workloads with the Resource Governor

      • Overview of Resource Governor

      • Resource Governor Components

      • Configuring Resource Governor

      • Monitoring Resource Usage

      • Modifying Your Resource Governor Configuration

      • Summary

    • 41 A Performance and Tuning Methodology

      • The Full Architectural Landscape

      • Primary Performance and Tuning Handles

      • A Performance and Tuning Methodology

      • Performance and Tuning Design Guidelines

      • Tools of the Performance and Tuning Trade

      • Summary

  • Part VI: SQL Server Application Development

    • 42 What’s New for Transact-SQL in SQL Server 2008

      • MERGE Statement

      • Insert over DML

      • GROUP BY Clause Enhancements

      • Variable Assignment in DECLARE Statement

      • Compound Assignment Operators

      • Row Constructors

      • New date and time Data Types and Functions

      • Table-Valued Parameters

      • Hierarchyid Data Type

      • Using FILESTREAM Storage

      • Sparse Columns

      • Spatial Data Types

      • Change Data Capture

      • Change Tracking

      • Summary

    • 43 Transact-SQL Programming Guidelines, Tips, and Tricks

      • General T-SQL Coding Recommendations

      • General T-SQL Performance Recommendations

      • T-SQL Tips and Tricks

      • In Case You Missed It: New Transact-SQL Features in SQL Server 2005

      • The xml Data Type

      • The max Specifier

      • TOP Enhancements

      • The OUTPUT Clause

      • Common Table Expressions

      • Ranking Functions

      • PIVOT and UNPIVOT

      • The APPLY Operator

      • TRY...CATCH Logic for Error Handling

      • The TABLESAMPLE Clause

      • Summary

    • 44 Advanced Stored Procedure Programming and Optimization

      • T-SQL Stored Procedure Coding Guidelines

      • Using Cursors in Stored Procedures

      • Nested Stored Procedures

      • Using Temporary Tables in Stored Procedures

      • Using Remote Stored Procedures

      • Stored Procedure Performance

      • Using Dynamic SQL in Stored Procedures

      • Installing and Using .NET CLR Stored Procedures

      • Using Extended Stored Procedures

      • Summary

    • 45 SQL Server and the .NET Framework

      • What’s New in SQL Server 2008 and the .NET Framework

      • Getting Comfortable with ADO.NET 3.5 and SQL Server 2008

      • Developing with LINQ to SQL

      • Using ADO.NET Data Services

      • Leveraging the Microsoft Sync Framework

      • Summary

    • 46 SQLCLR: Developing SQL Server Objects in .NET

      • What’s New for SQLCLR in SQL Server 2008

      • Developing Custom Managed Database Objects

      • Summary

    • 47 Using XML in SQL Server 2008

      • What’s New in Using XML in SQL Server 2008

      • Understanding XML

      • Relational Data As XML: The FOR XML Modes

      • XML As Relational Data: Using OPENXML

      • Using the xml Data Type

      • Indexing and Full-Text Indexing of xml Columns

      • Summary

    • 48 SQL Server Web Services

      • What’s New in SQL Server Web Services

      • Web Services Migration Path

      • Web Services History and Overview

      • Building Web Services

      • Examples: A C# Client Application

      • Using Catalog Views and System Stored Procedures

      • Controlling Access Permissions

      • Summary

    • 49 SQL Server Service Broker

      • What’s New in Service Broker

      • Understanding Distributed Messaging

      • Designing a Sample System

      • Understanding Service Broker Constructs

      • Service Broker Routing and Security

      • Troubleshooting SSB Applications with ssbdiagnose.exe

      • Related System Catalogs

      • Summary

    • 50 SQL Server Full-Text Search

      • What’s New in SQL Server 2008 Full-Text Search

      • Upgrade Options in SQL Server 2008

      • How SQL Server FTS Works

      • Implementing SQL Server 2008 Full-Text Catalogs

      • Setting Up a Full-Text Index

      • Full-Text Searches

      • Full-Text Search Maintenance

      • Full-Text Search Performance

      • Full-Text Search Troubleshooting

      • Summary

  • Part VII: SQL Server Business Intelligence Features

    • 51 SQL Server 2008 Analysis Services

      • What’s New in SSAS

      • Understanding SSAS and OLAP

      • Understanding the SSAS Environment Wizards

      • An Analytics Design Methodology

      • An OLAP Requirements Example: CompSales International

      • Summary

    • 52 SQL Server Integration Services

      • What’s New with SSIS

      • SSIS Basics

      • SSIS Architecture and Concepts

      • SSIS Tools and Utilities

      • A Data Transformation Requirement

      • Running the SSIS Wizard

      • The SSIS Designer

      • The Package Execution Utility

      • Connection Projects in Visual Studio

      • Change Data Capture Addition with R2

      • Using bcp

      • Logged and Nonlogged Operations

      • Summary

    • 53 SQL Server 2008 Reporting Services

      • What’s New in SSRS 2008

      • Reporting Services Architecture

      • Installing and Configuring SSRS

      • Developing Reports

      • Management and Security

      • Performance and Monitoring

      • Summary

  • Part VIII: Bonus Chapters

    • 54 Managing Linked and Remote Servers

      • What’s New in Managing Linked and Remote Servers

      • Managing Remote Servers

      • Linked Servers

      • Adding, Dropping, and Configuring Linked Servers

      • Mapping Local Logins to Logins on Linked Servers

      • Obtaining General Information About Linked Servers

      • Executing a Stored Procedure via a Linked Server

      • Setting Up Linked Servers Using SQL Server Management Studio

      • Summary

    • 55 Configuring, Tuning, and Optimizing SQL Server Options

      • What’s New in Configuring, Tuning, and Optimizing SQL Server Options

      • SQL Server Instance Architecture

      • Configuration Options

      • Fixing an Incorrect Option Setting

      • Setting Configuration Options with SSMS

      • Obsolete Configuration Options

      • Configuration Options and Performance

      • Database Engine Tuning Advisor

      • Data Collection Sets

      • Summary

    • 56 SQL Server Disaster Recovery Planning

      • What’s New in SQL Server Disaster Recovery Planning

      • How to Approach Disaster Recovery

      • Microsoft SQL Server Options for Disaster Recovery

      • The Overall Disaster Recovery Process

      • Have You Detached a Database Recently?

      • Third-Party Disaster Recovery Alternatives

      • Summary

  • Index

    • A

    • B

    • C

    • D

    • E

    • F

    • G

    • H

    • I

    • J

    • K

    • L

    • M

    • N

    • O

    • P

    • Q

    • R

    • S

    • T

    • U

    • V

    • W

    • X

    • Y-Z

Nội dung

ptg 1684 CHAPTER 43 Transact-SQL Programming Guidelines, Tips, and Tricks select @rowcnt = @@ROWCOUNT, @error = @@ERROR if @rowcnt = 0 print ‘no rows updated’ if @error <> 0 raiserror (‘Update of titles failed’, 16, 1) return NOTE Error processing was improved in SQL Server 2005 with the introduction of the TRY CATCH construct in T-SQL. It provides a much more robust method of error han- dling than checking @@ERROR for error conditions. The TRY CATCH construct is dis- cussed in more detail later in this chapter. De-Duping Data with Ranking Functions One common problem encountered with imported data is unexpected duplicate data rows, especially if the data is being consolidated from multiple sources. In previous versions of SQL Server, de-duping the data often involved the use of cursors and temp tables. Since the introduction of the ROW_NUMBER ranking function and common table expressions in SQL Server 2005, you are able to de-dupe data with a single statement. To demonstrate this approach, Listing 43.26 shows how to create an authors_import table and populate it with some duplicate rows. LISTING 43.27 Script to Create and Populate the authors_import Table USE bigpubs2008 GO CREATE TABLE dbo.authors_import( au_id dbo.id NOT NULL, au_lname varchar(30) NOT NULL, au_fname varchar(20) NOT NULL) go INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘681-61-9588’, ‘Ahlberg’, ‘Allan’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘739-35-5165’, ‘Ahlberg’, ‘Janet’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘499-84-5672’, ‘Alexander’, ‘Lloyd’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘499-84-5672’, ‘Alexander’, ‘Lloyd’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘432-31-3829’, ‘Bate’, ‘W. Jackson’) ptg 1685 T-SQL Tips and Tricks 43 INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘432-31-3829’, ‘Bate’, ‘W. Jackson’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘432-31-3829’, ‘Bate’, ‘W. Jackson’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘437-99-3329’, ‘Bauer’, ‘Caroline Feller’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘378-33-9373’, ‘Benchley’, ‘Nathaniel’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘378-33-9373’, ‘Benchley’, ‘Nate’) INSERT INTO dbo.authors_import(au_id, au_lname, au_fname) VALUES(‘409-56-7008’, ‘Bennet’, ‘Abraham’) GO You can see in the data for Listing 43.27 that there are two duplicates for au_id 499-84- 5672 and three for au_id 432-31-3829. To start identifying the duplicates, you can write a query using the ROW_NUMBER() function to generate a unique row ID for each data row, as shown in Listing 43.28. LISTING 43.28 Using the ROW_NUMBER() Function to Generate Unique Row IDs SELECT ROW_NUMBER() OVER (ORDER BY au_id, au_lname, au_fname) AS ROWID, * FROM dbo.authors_import go ROWID au_id au_lname au_fname 1 378-33-9373 Benchley Nate 2 378-33-9373 Benchley Nathaniel 3 409-56-7008 Bennet Abraham 4 432-31-3829 Bate W. Jackson 5 432-31-3829 Bate W. Jackson 6 432-31-3829 Bate W. Jackson 7 437-99-3329 Bauer Caroline Feller 8 499-84-5672 Alexander Lloyd 9 499-84-5672 Alexander Lloyd 10 681-61-9588 Ahlberg Allan 11 739-35-5165 Ahlberg Janet Now you can use the query shown in Listing 43.28 to build a common table expression to find the duplicate rows. In this case, we keep the first row found. To make sure it works correctly, write the query first as a SELECT statement to verify that it is identifying the correct rows, as shown in Listing 43.29. ptg 1686 CHAPTER 43 Transact-SQL Programming Guidelines, Tips, and Tricks LISTING 43.29 Using a Common Table Expression to Identify Duplicate Rows WITH authors_import AS (SELECT ROW_NUMBER() OVER (ORDER BY au_id, au_lname, au_fname) AS ROWID, * FROM dbo.authors_import) select * FROM authors_import WHERE ROWID NOT IN (SELECT MIN(ROWID) FROM authors_import GROUP BY au_id,au_fname, au_lname); GO ROWID au_id au_lname au_fname 5 432-31-3829 Bate W. Jackson 6 432-31-3829 Bate W. Jackson 9 499-84-5672 Alexander Lloyd Now you simply change the final SELECT statement in Listing 43.29 into a DELETE state- ment, and it removes the duplicate rows from authors_import: WITH authors_import AS (SELECT ROW_NUMBER() OVER (ORDER BY au_id, au_lname, au_fname) AS ROWID, * FROM dbo.authors_import) delete FROM authors_import WHERE ROWID NOT IN (SELECT MIN(ROWID) FROM authors_import GROUP BY au_id,au_fname, au_lname); GO select * from authors_import go au_id au_lname au_fname 681-61-9588 Ahlberg Allan 739-35-5165 Ahlberg Janet 499-84-5672 Alexander Lloyd 432-31-3829 Bate W. Jackson 437-99-3329 Bauer Caroline Feller 378-33-9373 Benchley Nathaniel 378-33-9373 Benchley Nate 409-56-7008 Bennet Abraham If you want to retain the last duplicate record and delete the previous ones, you can replace the MIN function with the MAX function in the DELETE statement. Notice that the uniqueness of the duplication is determined by the columns specified in the GROUP BY clause of the subquery. Notice that there are still two records for au_id 378- 33-9373 remaining in the final record set. The duplicates removed were based on au_id, ptg 1687 The xml Data Type 43 au_lname, and au_fname. Because the first name is different for each of the two instances of au_id 378-33-9373, both Nathaniel Benchley and Nate Benchley remain in the authors_import table. If you remove au_fname from the GROUP BY clause, the earlier record for Nathaniel Benchley would remain, and Nate Benchley would be removed. However, this result may or may not be desirable. You would probably want to resolve the disparity between Nathaniel and Nate and confirm manually that they are duplicate rows before deleting them. Running the query in Listing 43.27 with au_fname removed from the GROUP BY clause helps you better determine what your final record set would look like. In Case You Missed It: New Transact-SQL Features in SQL Server 2005 SQL Server 2005 introduced some new features and changes to the Transact-SQL (T-SQL) language: . The xml data type . The max specifier for the varchar and varbinary data types . TOP enhancements . The OUTPUT clause . Common table expressions (CTEs) . Ranking functions . PIVOT and UNPIVOT . The APPLY operator . TRY-CATCH logic for error handling . The TABLESAMPLE clause NOTE Unless stated otherwise, all examples in this chapter make use of tables in the bigpubs2008 database. The xml Data Type SQL Server 2005 introduced a new xml data type that supports storing XML documents and fragments in database columns or variables. The xml data type can be used with local variable declarations, as the output of user-defined functions, as input parameters to stored procedures and functions, and much more. The results of a FOR XML statement can easily be stored in a column, stored procedure parameter, or local variable. XML data is stored in an internal binary format and can be up to 2GB in size. XML instances stored in xml columns can contain up to 128 levels of nesting. ptg 1688 CHAPTER 43 Transact-SQL Programming Guidelines, Tips, and Tricks xml columns can also be used to store code files such as XSLT, XSD, XHTML, and any other well-formed content. These files can then be retrieved by user-defined functions written in managed code hosted by SQL Server. (See Chapter 45, “SQL Server and the .NET Framework,” for a full review of SQL Server managed hosting.) For more information and detailed examples on using the xml data type, see Chapter 47, “Using XML in SQL Server 2008.” The max Specifier In SQL Server 2000, the most data that could be stored in a varchar, nvarchar, or varbinary column was 8,000 bytes. If you needed to store a larger value in a single column, you had to use the large object (LOB) data types: text, ntext, or image. The main disadvantage of using the LOB data types is that they cannot be used in many places where varchar or varbinary data types can be used (for example, as local variables, as arguments to SQL Server string manipulation functions such as REPLACE, and in string concatenation operations). SQL Server 2005 introduced the max specifier for varchar and varbinary data types. This specifier expands the storage capabilities of the varchar and varbinary data types to store up to 2 31-1 bytes of data, which is the same maximum size of text and image data types. The main difference is that these large value data types can be used just like the smaller varchar, nvarchar, and varbinary data types. The large value data types can be used in functions where LOB objects cannot (such as the REPLACE function), as data types for Transact-SQL variables, and in string concatenation operations. They can also be used in the DISTINCT, ORDER BY, and GROUP BY clauses of a SELECT statement as well as in aggre- gates, joins, and subqueries. The following example shows a local variable being defined using the varchar(max) data type: declare @maxvar varchar(max) go However, a similar variable cannot be defined using the text data type: declare @textvar text go Msg 2739, Level 16, State 1, Line 2 The text, ntext, and image data types are invalid for local variables.declare @maxvar varchar(max) The remaining examples in this section make use of the following table to demonstrate the differences between a varchar(max) column and text column: create table maxtest (maxcol varchar(max), textcol text) ptg 1689 TOP Enhancements 43 go populate the columns with some sample data insert maxtest select replicate(‘1234567890’, 1000), replicate(‘1234567890’, 1000) go In the following example, you can see that the substring function works with both varchar(max) and text data types: select substring (maxcol, 1, 10), substring (textcol, 1, 10) from maxtest go maxcol textcol 1234567890 1234567890 However, in this example, you can see that while a varchar(max) column can be used for string concatenation, the text data type cannot: select substring(‘xxx’ + maxcol, 1, 10) from maxtest go xxx1234567 select substring(‘xxx’ + textcol, 1, 10) from maxtest go Msg 402, Level 16, State 1, Line 1 The data types varchar and text are incompatible in the add operator. With the introduction of the max specifier, the large value data types are able to store data with the same maximum size as the LOB data types, but with the ability to be used just as their smaller varchar, nvarchar, and varbinary counterparts. It is recommended that the max data types be used instead of the LOB data types because the LOB data types will be deprecated in future releases of SQL Server. TOP Enhancements The TOP clause allows you to specify the number or percentage of rows to be returned by a SELECT statement. SQL Server 2005 introduced the capability for the TOP clause to also be used in INSERT, UPDATE, and DELETE statements. The syntax was also enhanced to allow the use of a numeric expression for the number value rather than having to use a hard- coded number. ptg 1690 CHAPTER 43 Transact-SQL Programming Guidelines, Tips, and Tricks The syntax for the TOP clause is as follows: SELECT [TOP (numeric_expression) [PERCENT] [WITH TIES]] FROM table_name [ORDER BY ] DELETE [TOP (numeric_expression) [PERCENT]] FROM table_name UPDATE [TOP (numeric_expression) [PERCENT]] table_name SET INSERT [TOP (numeric_expression) [PERCENT]] INTO table_name numeric_expression must be specified in parentheses. Specifying constants without paren- theses is supported in SELECT queries only for backward compatibility. The parentheses around the expression are always required when TOP is used in UPDATE, INSERT, or DELETE statements. If you do not specify the PERCENT option, the numeric expression must be implicitly convertible to the bigint data type. If you specify the PERCENT option, the numeric expression must be implicitly convertible to float and fall within the range of 0 to 100. The WITH TIES option with the ORDER BY clause is supported only with SELECT statements. The following example shows the use of a local variable as the numeric expression for the TOP clause to limit the number of rows returned by a SELECT statement: declare @rows int select @rows = 5 select top (@rows) * from sales go stor_id ord_num ord_date qty payterms title_id 6380 6871 2007-09-14 00:00:00.000 5 Net 60 BU1032 6380 722a 2007-09-13 00:00:00.000 3 Net 60 PS2091 6380 ONFFFFFFFFFFFFFFFFFF 2007-08-09 00:00:00.000 852 Net 30 FI1980 7066 A2976 2006-05-24 00:00:00.000 50 Net 30 PC8888 7066 ONAAAAAAAAAA 2007-01-13 00:00:00.000 948 Net 60 CH2480 Allowing the use of a numeric expression rather than a constant for the TOP command is especially useful when the number of requested rows is passed as a parameter to a stored procedure or function. When you use a subquery as the numeric expression, it must be self-contained; it cannot refer to columns of a table in the outer query. Using a self- contained subquery allows you to more easily develop queries for dynamic requests, such as “calculate the average number of titles published per week and return that many titles which were most recently published”: SELECT TOP(SELECT COUNT(*)/DATEDIFF(month, MIN(pubdate), MAX(pubdate)) FROM titles) title_id, pub_id, pubdate FROM titles ORDER BY pubdate DESC go ptg 1691 TOP Enhancements 43 title_id pub_id pubdate CH9009 9903 2009-05-31 00:00:00.000 PC9999 1389 2009-03-31 00:00:00.000 FI0375 9901 2008-09-24 00:00:00.000 DR4250 9904 2008-09-21 00:00:00.000 BI4785 9914 2008-09-20 00:00:00.000 BI0194 9911 2008-09-19 00:00:00.000 BI3224 9905 2008-09-18 00:00:00.000 FI0435 9917 2008-09-17 00:00:00.000 FI0792 9907 2008-09-13 00:00:00.000 NOTE Be aware that the TOP keyword does not speed up a query if the query also contains an ORDER BY clause. The reason is that the entire result set is selected into a work- table and sorted before the top N rows in the ordered result set are returned. When using the TOP keyword, you can also add the WITH TIES option to specify that addi- tional rows should be returned from the result set if duplicate values of the columns speci- fied in the ORDER BY clause exist within the last values returned. The WITH TIES option can be specified only if an ORDER BY clause is specified. The following query returns the top four most expensive books: SELECT TOP 4 price, title FROM titles ORDER BY price DESC go price title 17.1675 But Is It User Friendly? 17.0884 Is Anger the Enemy? 15.9329 Emotional Security: A New Algorithm 15.894 You Can Combat Computer Stress! If you use WITH TIES, you can see that there is an additional row with the same price (15.894) as the last row returned by the previous query: SELECT TOP 4 WITH TIES price, title FROM titles ORDER BY price DESC go ptg 1692 CHAPTER 43 Transact-SQL Programming Guidelines, Tips, and Tricks price title 17.1675 But Is It User Friendly? 17.0884 Is Anger the Enemy? 15.9329 Emotional Security: A New Algorithm 15.894 The Gourmet Microwave 15.894 You Can Combat Computer Stress! In versions of SQL Server prior to 2005, if you wanted to limit the number of rows affected by an UPDATE statement or a DELETE statement, you had to use the SET ROWCOUNT statement: set rowcount 100 DELETE sales where ord_date < (select dateadd(year, 1, min(ord_date)) from sales) set rowcount 0 SET ROWCOUNT often was used in this way to allow backing up and pruning of the transaction log during a purge process and also to prevent lock escalation. The problem with SET ROWCOUNT is that it applies to the entire current user session. You have to remember to set the rowcount back to 0 to be sure you don’t limit the rows affected by subsequent statements. With TOP, you can more easily specify the desired number of rows for each individual statement: DELETE top (100) sales where ord_date < (select dateadd(year, 1, min(ord_date)) from sales) UPDATE top (100) titles set royalty = royalty * 1.25 You may be thinking that using TOP in INSERT statements is not really necessary because you can always specify it in a SELECT query, as shown in Listing 43.30. LISTING 43.30 Limiting Rows for Insert with TOP in a SELECT Statement CREATE TABLE top_sales (stor_id char(4), ord_num varchar(20), ord_date datetime NOT NULL, qty smallint NOT NULL, payterms varchar(12) , title_id dbo.tid NOT NULL) go insert top_sales select top 100 * from sales where qty > 1700 order by qty desc However, you may find using the TOP clause in an INSERT statement useful when insert- ing the result of an EXEC command or the result of a UNION operation, as shown in Listing 43.31. ptg 1693 The OUTPUT Clause 43 LISTING 43.31 Using TOP in an Insert with a UNION ALL Query insert top (50) into top_sales select stor_id, ord_num, ord_date, qty, payterms, title_id from sales where qty >= 1800 union all select stor_id, ord_num, ord_date, qty, payterms, title_id from sales_big where qty >= 1800 order by qty desc When a TOP (n) clause is used with DELETE, UPDATE, or INSERT, the selection of rows on which the operation is performed is not guaranteed. If you want the TOP(n) clause to operate on rows in a meaningful chronological order, you must use TOP together with ORDER BY in a subselect statement. The following query deletes the 10 rows of the sales_big table that have the earliest order dates: delete from sales_big where sales_id in (select top 10 sales_id from sales_big order by ord_date) To ensure that only 10 rows are deleted, the column specified in the subselect statement ( sales_id) must be the primary key of the table. Using a nonkey column in the subselect statement could result in the deletion of more than 10 rows if the specified column matched duplicate values. NOTE SQL Server Books Online states that when you use TOP (n) with INSERT, UPDATE, and DELETE operations, the rows affected should be a random selection of the TOP(n) rows from the underlying table. In practice, this behavior has not been observed. Using TOP (n) with INSERT, UPDATE, and DELETE appears to affect only the first n matching rows. However, because the row selection is not guaranteed, it is still recommended that you use TOP together with ORDER BY in a subselect to ensure the expected result. The OUTPUT Clause By default, the execution of a DML statement such as INSERT, UPDATE, or DELETE does not produce any results that indicate what rows changed except for checking @@ROWCOUNT to determine the number of rows affected. In SQL Server 2005, the INSERT, UPDATE, and DELETE statements were enhanced to support an OUTPUT clause to be able to identify the actual rows affected by the DML statement. The OUTPUT clause allows you to return data from a modification statement (INSERT, UPDATE, or DELETE). This data can be returned as a result set to the caller or returned into a table vari- able or an output table. To capture information on the affected rows, the OUTPUT clause provides access to the inserted and deleted virtual tables that are normally accessible . like. In Case You Missed It: New Transact -SQL Features in SQL Server 2005 SQL Server 2005 introduced some new features and changes to the Transact -SQL (T -SQL) language: . The xml data type . The max. user-defined functions written in managed code hosted by SQL Server. (See Chapter 45, SQL Server and the .NET Framework,” for a full review of SQL Server managed hosting.) For more information and. 9901 2008- 09-24 00:00:00.000 DR4250 9904 2008- 09-21 00:00:00.000 BI4785 9914 2008- 09-20 00:00:00.000 BI0194 9911 2008- 09-19 00:00:00.000 BI3224 9905 2008- 09-18 00:00:00.000 FI0435 9917 2008- 09-17

Ngày đăng: 05/07/2014, 02:20

TỪ KHÓA LIÊN QUAN