DB2 Express : Easy Development and Administration
            
暫譯: DB2 Express:簡易開發與管理
        
        Paul Yip, Kit Man Cheung, Jason Gartner, Clara Liu, Stephen O'Connell
- 出版商: Prentice Hall
- 出版日期: 2004-10-08
- 售價: $2,060
- 貴賓價: 9.5 折 $1,957
- 語言: 英文
- 頁數: 496
- 裝訂: Hardcover
- ISBN: 0131463977
- ISBN-13: 9780131463974
已絕版
買這商品的人也買了...
- 
                
                   An Introduction to Mixed-Signal Ic Test and Measurement (Hardcover) An Introduction to Mixed-Signal Ic Test and Measurement (Hardcover)$1,200$1,176
- 
                
                   神奇樂團 (Band In A Box Pro) 神奇樂團 (Band In A Box Pro)$123$117
- 
                
                   C++ Primer, 3/e 中文版 C++ Primer, 3/e 中文版$980$774
- 
                
                   SQL 語法查詢百科 (SQL Fundamentals, 2/e) SQL 語法查詢百科 (SQL Fundamentals, 2/e)$720$569
- 
                
                   $3,420Agile Software Development: Principles, Patterns, and Practices (Hardcover) $3,420Agile Software Development: Principles, Patterns, and Practices (Hardcover)
- 
                
                   $780CMMI: Guidelines for Process Integration and Product Improvement (Harcover) $780CMMI: Guidelines for Process Integration and Product Improvement (Harcover)
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   重構─改善既有程式的設計 重構─改善既有程式的設計$720$569
- 
                
                   Java 程式設計藝術 (Java How to Program, 5/e)(精裝本) Java 程式設計藝術 (Java How to Program, 5/e)(精裝本)$880$792
- 
                
                   鳥哥的 Linux 私房菜─基礎學習篇增訂版 鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476
- 
                
                   SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027) SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027)$850$723
- 
                
                   JSP 2.0 技術手冊 JSP 2.0 技術手冊$750$593
- 
                
                   建構嵌入式 Linux 系統 建構嵌入式 Linux 系統$780$616
- 
                
                   Linux 網路管理實務: 調校、帳號、監控、安全 Linux 網路管理實務: 調校、帳號、監控、安全$580$493
- 
                
                   最新 JavaScript 完整語法參考辭典 第三版 最新 JavaScript 完整語法參考辭典 第三版$490$382
- 
                
                   Linux 系統管理實務─自動化、備份救援、系統安全、叢集 Linux 系統管理實務─自動化、備份救援、系統安全、叢集$780$663
- 
                
                   Microsoft ISA Server 2004 系統安全整合實務 Microsoft ISA Server 2004 系統安全整合實務$650$514
- 
                
                   視窗程式設計函式庫:Win 32 API(上)─打開視窗的秘密 視窗程式設計函式庫:Win 32 API(上)─打開視窗的秘密$680$578
- 
                
                   視窗程式設計函式庫:Win 32 API(下)─視窗介面實務完全掌握 視窗程式設計函式庫:Win 32 API(下)─視窗介面實務完全掌握$680$578
- 
                
                   Fedora Core 3 Linux 架站實務 Fedora Core 3 Linux 架站實務$650$553
- 
                
                   ASP.NET 徹底研究進階技巧─高階技巧與控制項實作 ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507
- 
                
                   Borland JBuilder 2005 實用技術手冊 Borland JBuilder 2005 實用技術手冊$650$514
- 
                
                   Linux Fedora 12 建置管理實務 Linux Fedora 12 建置管理實務$540$427
- 
                
                   $420IBM DB2 Version 10 (Paperback) $420IBM DB2 Version 10 (Paperback)
- 
                
                   自學必備!Illustrator 超級參考手冊:零基礎也能看得懂、學得會 自學必備!Illustrator 超級參考手冊:零基礎也能看得懂、學得會$550$468
商品描述
Table of Contents:
Dedication and Acknowledgments.
Foreword.
DB2 Express Book Web Site.
1. Introduction.
About This Book.
Who Should Read This Book.
What Is DB2 Express?
What’s Cool about DB2 Express v8.2.
Learning Objectives.
Book Conventions.
Book Web Site 7
2. Getting Started.
Introduction.
Installing DB2 Express.
First Steps.
DB2 Graphical Tools.
Creating a Database.
DB2 Command Editor.
DB2 Information Center.
Supplemental: Installing DB2 Clients from a Server CD.
Summary.
3. The L8NITE Database Application.
Introduction.
Late Night Convenience Store Requirements
The Data Model.
The Point-of-Sale Application Interface.
Summary.
4. Database Objects.
Introduction.
Schemas.
Data Types.
Tables.
Retrieving Data from the Database.
Table Relationships.
Views.
Indexes.
Supplemental.
Altering the Definition of a Table.
Summary.
Chapter Exercises.
5. Visual Basic .NET Application Development.
Introduction.
What Are .NET and ADO.NET?
.NET Support in DB2.
A Tour of DB2 Tools in Visual Studio .NET 2003.
Getting Started with the L8NITE Application.
Adding the DB2 .NET Data Provider Reference.
Establishing a Database Connection.
Executing Queries.
Displaying Data in the User Interface.
Making Changes to Data in the Database.
Learning More about DataSet, DataTable, and DataRow.
Controlling a Transaction.
Catching Errors with Exception Handlers.
Troubleshooting Using DB2 CLI Tracing.
Summary.
Exercises.
6. Java Application Development.
Introduction.
Why Java?
JDBC in DB2.
Designing a Java Application.
Building the Application Using JDBC.
Retrieving Data Using SQLJ.
Online Resources.
Summary.
Exercises.
7. Maximizing Concurrency.
Introduction.
Transactions.
DB2’s Concurrency Model.
Transaction Design.
Improving the User Experience.
Summary.
Exercises.
8. Working with Functions, Stored Procedures, and Triggers.
Introduction.
The DB2 Development Center.
User-Defined Functions.
Stored Procedures.
Triggers.
Supplemental: Creating UDFs, Stored Procedures, and Triggers Using VS.NET.
Summary.
Exercises.
9. Working with Data.
Introduction.
The LOAD and IMPORT Utilities.
Generating Sample Data.
Generating Large Data Sets Using LOAD FROM CURSOR.
Exporting Data.
Importing DB2 Data into Spreadsheets.
Creating Reports Using Microsoft Excel.
Summary.
Exercises.
10. Performance Tuning.
Introduction.
Performance Tuning.
Optimizing Configuration Using the Configuration Advisor.
Analyzing SQL Using Visual Explain.
Optimizing SQL Performance with the Design Advisor.
Summary.
Chapter Exercises.
11. Implementing Security.
Introduction.
Database Users.
Defining the SYSADM Authority.
Application Users.
Authentication and Authorization.
Group Privileges.
The PUBLIC Group.
Authentication Modes.
Data Encryption.
Data Communications Encryption.
Summary.
12. Deploying to Production.
Introduction.
Extracting DDL from the Database.
Scripting.
Important Deployment Considerations.
Supplemental: Implementing Silent DB2 Installation.
Summary.
13. Automating Maintenance in Production.
Introduction.
Database Operational View.
Backups.
Disaster Recovery.
Database Log Management.
Table Reorganization.
Statistics.
Notification and Contact List.
Automating and Scheduling Maintenance.
Health of the Database.
Storage Management.
Supplemental: High Availability and Disaster Recovery.
Summary.
Exercises.
14. Troubleshooting Tools.
Introduction.
Interpreting Error Codes.
DB2 Defects and Applying FixPaks.
The DB2 Administration Server.
DB2 Journal.
Activity Monitor.
Diagnosing Locks.
Event Monitors.
Other Sources of Help.
Summary.
Appendix A. Development Center.
Introduction.
Installing the DB2 Development Center.
Using the Development Center for the First Time.
Development Center Views.
Customizing the Development Center.
Running Procedures.
Debugging Stored Procedures.
Working with Projects.
Summary.
Index.
商品描述(中文翻譯)
目錄:
致謝與感謝。
前言。
DB2 Express 書籍網站。
1. 介紹。
   - 本書簡介。
   - 讀者對象。
   - DB2 Express 是什麼?
   - DB2 Express v8.2 的亮點。
   - 學習目標。
   - 書籍慣例。
   - 書籍網站。
2. 開始使用。
   - 介紹。
   - 安裝 DB2 Express。
   - 第一個步驟。
     - DB2 圖形工具。
   - 創建資料庫。
   - DB2 命令編輯器。
   - DB2 資訊中心。
     - 補充:從伺服器 CD 安裝 DB2 客戶端。
   - 總結。
3. L8NITE 資料庫應用程式。
   - 介紹。
     - 深夜便利商店需求。
   - 數據模型。
   - 銷售點應用程式介面。
   - 總結。
4. 資料庫物件。
   - 介紹。
   - 架構。
     - 數據類型。
   - 表格。
   - 從資料庫檢索數據。
   - 表格關係。
     - 檢視。
   - 索引。
   - 補充。
   - 修改表格定義。
   - 總結。
   - 章節練習。
5. Visual Basic .NET 應用程式開發。
   - 介紹。
   - .NET 和 ADO.NET 是什麼?
     - DB2 中的 .NET 支援。
   - 在 Visual Studio .NET 2003 中的 DB2 工具導覽。
   - 開始使用 L8NITE 應用程式。
   - 添加 DB2 .NET 數據提供者參考。
     - 建立資料庫連接。
   - 執行查詢。
   - 在用戶介面中顯示數據。
   - 對資料庫中的數據進行更改。
     - 進一步了解 DataSet、DataTable 和 DataRow。
   - 控制交易。
   - 使用例外處理器捕獲錯誤。
   - 使用 DB2 CLI 追蹤進行故障排除。
   - 總結。
   - 練習。
6. Java 應用程式開發。
   - 介紹。
   - 為什麼選擇 Java?
   - DB2 中的 JDBC。
     - 設計 Java 應用程式。
   - 使用 JDBC 構建應用程式。
   - 使用 SQLJ 檢索數據。
   - 在線資源。
     - 總結。
   - 練習。
7. 最大化併發性。
   - 介紹。
     - 交易。
   - DB2 的併發模型。
   - 交易設計。
   - 改善用戶體驗。
     - 總結。
   - 練習。
8. 使用函數、儲存過程和觸發器。
   - 介紹。
   - DB2 開發中心。
     - 使用者定義函數。
   - 儲存過程。
   - 觸發器。
   - 補充:使用 VS.NET 創建 UDF、儲存過程和觸發器。
     - 總結。
   - 練習。
9. 處理數據。
   - 介紹。
   - LOAD 和 IMPORT 工具。
     - 生成示例數據。
   - 使用 LOAD FROM CURSOR 生成大型數據集。
   - 匯出數據。
   - 將 DB2 數據導入電子表格。
     - 使用 Microsoft Excel 創建報告。
   - 總結。
   - 練習。
10. 性能調優。
    - 介紹。
      - 性能調優。
    - 使用配置顧問優化配置。
    - 使用 Visual Explain 分析 SQL。

 
     
     
     
     
     
     
     
     
    