1 / 334
文档名称:

SQL-Matthew Shepker-TSQL Sams - Writing Stored Procedures for MS SQL Server.pdf

格式:pdf   页数:334
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

SQL-Matthew Shepker-TSQL Sams - Writing Stored Procedures for MS SQL Server.pdf

上传人:bolee65 2014/4/10 文件大小:0 KB

下载得到文件列表

SQL-Matthew Shepker-TSQL Sams - Writing Stored Procedures for MS SQL Server.pdf

文档介绍

文档介绍: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............