文档介绍:Writing Stored Procedures for Microsoft SQL Server
Matthew Shepker
Publisher: Sams Publishing
First Edition June 30, 2000
ISBN: 0-672-31886-5, 360 pages
Introduction................................................................................................................5
Prerequisites...........................................................................................................5
System Requirements ........................................................................................5
How This Book anized............................................................................6
Part I: Introduction to Developing Stored Procedures..........................6
Part II: Simple Stored Procedures ................................................................6
Part III: Security and Advanced Procedure Development...................6
Part IV: XML and Triggers ................................................................................7
Conventions Used in This Book ......................................................................7
Chapter 1. SQL Server and Stored Procedure Background.....................8
The History of Databases..................................................................................8
SQL Server's History...........................................................................................8
SQL Server in Business Today ........................................................................9
Relational Database Management Systems.............................................10
The Features of SQL Server 2000 ...............................................................11
Uses for Stored Procedures............................................................................14
Conclusion.............................................................................................................15
Chapter 2. Stored Procedure Camps............