Skip to content

SQL Server 2000 Stored Procedure and XML Programming, Second Edition

Best in textbook rentals since 2012!

ISBN-10: 0072228962

ISBN-13: 9780072228960

Edition: 2nd 2003 (Revised)

Authors: Dejan Sunderic

List price: $49.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

This is a guide to building and using stored procedures in SQL server applications. Stored procedures are used for a variety of complex data gathering tasks, to optimize performance. The second edition links these routines to the extended capabilities that XML programming has to offer.
Customers also bought

Book details

List price: $49.99
Edition: 2nd
Copyright year: 2003
Publisher: McGraw-Hill Osborne
Publication date: 5/16/2003
Binding: Paperback
Pages: 696
Size: 7.40" wide x 9.10" long x 1.38" tall
Weight: 2.464
Language: English

Dejan Sunderic (Toronto, Ontario) MCSD is the Principal Consultant at Sage Information Consultants, Inc., a consulting company based in Toronto specializing in development and infrastructure solutions.

Introduction
Who Should Read This Book
What You Will Find in This Book
Requirements
Sample Database and Other Resources
The SQL Server Environment
SQL Server 2000 Tools
Basic Operations with Stored Procedures
Naming Conventions
Stored Procedure Design Concepts
Anatomy of a Stored Procedure
Types of Stored Procedures
Compilation
Managing Stored Procedures
The Role of Stored Procedures in the Development of Database Applications
Basic Transact-SQL Programming Constructs
T-SQL Identifiers
Database Object Qualifiers
Data Types
Variables
Flow-Control Statements
Cursors
Functions
Using Functions
Types of Functions
Composite Transact-SQL Constructs: Batches, Scripts, and Transactions
Batches
Scripts
Transactions
Debugging and Error Handling
Debugging
Error Handling
Special Types of Procedures
Types of Stored Procedures
User-Defined Functions
Triggers
Views
Advanced Stored Procedure Programming
Dynamically Constructed Queries
Optimistic Locking Using timestamp Values
Full-Text Search and Indexes
Nested Stored Procedures
Using Identity Values
GUIDs
A While Loop with Min() or Max() Functions
Looping with sp_MSForEachTable and sp_MSForEachDb
Property Management
Interaction with the SQL Server Environment
Execution of OLE Automation/COM Objects
Running Programs
Running Windows Script Files
Running/Looping Through DTS Packages
Interacting with the NT Registry
Jobs
SQL Server and the Web
E-Mail
Security
Source Code Management and Database Deployment
The Concept of Source Code Management
Database Deployment
Stored Procedures for Web Search Engines
Characteristics of the Environment
A Simple Solution...
...and Its Disadvantages
Available Solutions
Introduction to XML for Database Developers
XML (R)evolution
Introduction to XML
XML Document Quality
Linking and Querying in XML
Transforming XML
Why XML?
Publishing Information Using SQLXML
For XML Clause
Publishing Database Information Using HTTP
Programmatic Database Access
Retrieving XML Data Using ADO.NET
Client-Side XML Processing
Modifying Databases Using SQLXML
OpenXML()
UpdateGrams
DiffGrams
SQLXML BulkLoad
XML Web Services
T-SQL and XML Data Types in SQL Server 2000
Index