Creating SQL Server 2005 Applications with Visual Studio
暫譯: 使用 Visual Studio 開發 SQL Server 2005 應用程式

Joline Morrison, Michael Morrison

  • 出版商: Prentice Hall
  • 出版日期: 2006-09-10
  • 售價: $3,530
  • 貴賓價: 9.5$3,354
  • 語言: 英文
  • 頁數: 600
  • 裝訂: Paperback
  • ISBN: 0131463551
  • ISBN-13: 9780131463554
  • 相關分類: MSSQLSQLVisual Studio
  • 已過版

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

商品描述

Description 

For Database Management courses emphasizing database systems development using Microsoft SQL Server 2005, it could be used as either stand-alone or as a supplement to a more conceptual text.
 
This text provides an overview of database design and implementation topics using Microsoft SQL Server 2005, with an emphasis on database application development using Visual Studio.NET. Prerequisite knowledge is a one-semester programming course in any language.

 

Table of Contents

1.  Introduction to Databases

Overview of Databases. The Database Development LIfe Cycle. Entity Relationship Modeling. Using an ER Model to Define Relational Database Tables.

 

2.  Creating SQL Server Databases

Database System Architectures. SQL Server 2005 DBMSsand Client Applications. SQL Server Database Objects. Creating and Managing Databases. Creating Database Tables. Deleting Database Tables. Modifying Existing Database Tables.

 

3.  Creating SQL Queries to View Database Data

Sample Databases. Using SQL Queries to Retrieve Database Data. Using Arithmetic Operations in Queries. Using In-Line Functions in Queries.Using Aggregate Functions in Queries. Formatting Query Output. Retrieving Data From Multiple Tables. Creating Nester Queries. Database Views. Performing Set Operations in Queries.

 

4.  SQL Action Queries and T-SQL Scripts

Inserting, Updating, and Deleting Database Data. Database Transactions and Locking/Blocking. T-SQL Programming. Stores Procedures. User-defined Functions. Triggers.

 

5.  Introduction to Visual Basic and the Visual Basic Integrated Development Environment

.Net Framework. Using the VB Integrates Development Environment (IDE). VB Programming Fundamentals. Controlling Program Flow. User-Defined Procedures.

 

6.  Creating VB .NET Database Applications

Accessing Data in .Net. Creating and Managing Data Access Components in the VB IDE. Common Database Interfaces. Working with Data-Bound Controls. Using Program Commands to Manipulate Data. Creating a Form Combining Data-Bound Controls and Program Commands. Retrieving Data Synchronously.

 

7.  Creating Database Reports

Common Database Report Layouts. Creating A Single-Table Tabular Report. Creating a Report That Displays Data From Multiple Tables. Creating a Master-Details Report with Multiple Master-Detail Relationships. Adding Summary and Formula Fields to a Report. Creating a Report That Accepts an Input Parameter.

 

8.  Creating Web-based Database Applications Using ASP.NET

Introduction to the World Wide Web. Web Addressing Concepts. HyperText Markup Language. Introduction to ASP.NET.Creating Web Database Forms.

 

9.  Using XML in Database Applications

Introduction to XML. Creating SQL Server Queries to Retrieve XML-Formatted Data. Extensivke Stylesheet Language Transformation (XSLTs). Creating and Processing XML Documents Using Data Sets. Using .NET Program Commands to Create XML Files and Add XML Elements. Sharing XML Data Using XML Web Services.

 

10.  SQL Server Database Administration 

SQL Server Database Management Tools. Database Indexing. Security and User Authentication. Backup and Recovery. Deploying Database Applications.

 

Appendix A:  Configuring a client/server SQL Server application development environment 

Appendix B:  Configuring a SQL Express development environment

 

商品描述(中文翻譯)

**描述**
針對強調使用 Microsoft SQL Server 2005 進行資料庫系統開發的資料庫管理課程,本書可作為獨立教材或作為更具概念性的文本的補充。
本書提供使用 Microsoft SQL Server 2005 的資料庫設計和實作主題概述,重點在於使用 Visual Studio.NET 進行資料庫應用程式開發。
**先修知識為任何語言的一學期程式設計課程。**

**目錄**
1. 資料庫簡介
資料庫概述。資料庫開發生命週期。實體關聯模型。使用 ER 模型定義關聯資料庫表格。

2. 創建 SQL Server 資料庫
資料庫系統架構。SQL Server 2005 DBMS 和客戶端應用程式。SQL Server 資料庫物件。創建和管理資料庫。創建資料庫表格。刪除資料庫表格。修改現有資料庫表格。

3. 創建 SQL 查詢以查看資料庫數據
範例資料庫。使用 SQL 查詢檢索資料庫數據。在查詢中使用算術運算。使用內聯函數在查詢中。使用聚合函數在查詢中。格式化查詢輸出。從多個表檢索數據。創建嵌套查詢。資料庫視圖。在查詢中執行集合操作。

4. SQL 動作查詢和 T-SQL 腳本
插入、更新和刪除資料庫數據。資料庫交易和鎖定/阻塞。T-SQL 程式設計。儲存過程。使用者定義函數。觸發器。

5. Visual Basic 及其整合開發環境簡介
.Net 框架。使用 VB 整合開發環境 (IDE)。VB 程式設計基礎。控制程式流程。使用者定義程序。

6. 創建 VB .NET 資料庫應用程式
在 .Net 中訪問數據。在 VB IDE 中創建和管理數據訪問組件。常見資料庫介面。使用數據綁定控制項。使用程式命令操作數據。創建結合數據綁定控制項和程式命令的表單。同步檢索數據。

7. 創建資料庫報告
常見資料庫報告佈局。創建單表格的表格式報告。創建顯示多個表格數據的報告。創建具有多個主從關係的主從報告。向報告中添加摘要和公式欄位。創建接受輸入參數的報告。

8. 使用 ASP.NET 創建基於網頁的資料庫應用程式
世界網路簡介。網頁地址概念。超文本標記語言。ASP.NET 簡介。創建網頁資料庫表單。

9. 在資料庫應用程式中使用 XML
XML 簡介。創建 SQL Server 查詢以檢索 XML 格式的數據。擴展樣式表語言轉換 (XSLT)。使用數據集創建和處理 XML 文件。使用 .NET 程式命令創建 XML 文件並添加 XML 元素。使用 XML 網路服務共享 XML 數據。

10. SQL Server 資料庫管理
SQL Server 資料庫管理工具。資料庫索引。安全性和使用者身份驗證。備份和恢復。部署資料庫應用程式。

**附錄 A:** 配置客戶端/伺服器 SQL Server 應用程式開發環境
**附錄 B:** 配置 SQL Express 開發環境