Code Centric: T-SQL Programming with Stored Procedures and Triggers

Garth Wells

  • 出版商: Apress
  • 出版日期: 2001-01-30
  • 售價: $2,150
  • 貴賓價: 9.5$2,043
  • 語言: 英文
  • 頁數: 692
  • 裝訂: Paperback
  • ISBN: 1893115836
  • ISBN-13: 9781893115835
  • 相關分類: SQLMSSQL
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

If you want to learn how to write stored procedures and triggers for Microsoft SQL Server, Code Centric: T-SQL Programming with Stored Procedures and Triggers is the book for you. You’ll learn “real-world” coding and how to build non-trivial applications. All of the examples covered in the book are available for download, making it easier to work through over 5,000 lines of sample code.

Although there is plenty of coverage of the new functionality in SQL Server 2000, such as UDFs (user-defined functions), you can use this book effectively for virtually any version of SQL Server: 6.x, 7.0 or 2000.

The book starts with a comprehensive overview of Transact-SQL, and goes on to cover various topics, including:

  • Data types
  • The SELECT statement and JOIN operations
  • Control-of-Flow statements
  • Updating and deleting data
  • Transact-SQL built-in functions
  • User-defined functions
  • Views

Contents

Forward by William Vaughn

Introduction

Part 1- Transact-SQL Basics

  • Chapter 1: Transact-SQL Overview
  • Chapter 2: Data Types
  • Chapter 3: Data Definition Language
  • Chapter 4: Data Manipulation Language: Selecting Data
  • Chapter 5: Data Manipulation Language: Inserting/Updating/Deleting Data
  • Chapter 6: Built-In Functions
  • Chapter 7: User-Defined Functions
  • Chapter 8: Views

Part II - Procedures and Triggers

  • Chapter 9: System Stored Procedures
  • Chapter 10: Extended Stored Procedures
  • Chapter 11: User-Defined Stored Procedures
  • Chapter 12: Triggers

Part III - Putting SQL to Work

  • Chapter 13: Procedures and Triggers by Example
  • Chapter 14: Building an Application

Chapter 15: Appendixes

  • A: HTML Primer
  • B: ASP Primer
  • C: Query Optimization/Performance Tuning Primer
  • D: XML

商品描述(中文翻譯)

如果你想學習如何為Microsoft SQL Server撰寫儲存程序和觸發器,那麼《Code Centric: T-SQL Programming with Stored Procedures and Triggers》這本書就是適合你的。你將學習到「實際應用」的編碼技巧,以及如何建立非平凡的應用程式。書中涵蓋的所有範例都可以下載,這樣你就可以更輕鬆地閱讀超過5,000行的範例程式碼。

儘管書中有大量關於SQL Server 2000的新功能的介紹,例如使用者定義函數(UDFs),但你實際上可以將這本書應用於任何版本的SQL Server,包括6.x、7.0或2000。

這本書以全面的Transact-SQL概述開始,然後涵蓋了各種主題,包括:
- 資料類型
- SELECT語句和JOIN操作
- 流程控制語句
- 更新和刪除資料
- Transact-SQL內建函數
- 使用者定義函數
- 視圖

目錄
- William Vaughn的前言
- 簡介

第一部分- Transact-SQL基礎知識
- 第1章:Transact-SQL概述
- 第2章:資料類型
- 第3章:資料定義語言
- 第4章:資料操作語言:選擇資料
- 第5章:資料操作語言:插入/更新/刪除資料
- 第6章:內建函數
- 第7章:使用者定義函數
- 第8章:視圖

第二部分- 程序和觸發器
- 第9章:系統儲存程序
- 第10章:擴展儲存程序
- 第11章:使用者定義儲存程序
- 第12章:觸發器

第三部分- 將SQL應用於實際工作
- 第13章:實例中的程序和觸發器
- 第14章:構建應用程式

第15章:附錄
- A:HTML入門
- B:ASP入門
- C:查詢優化/性能調整入門
- D:XML