SQL Server 2005 Bible
暫譯: SQL Server 2005 聖經
Paul Nielsen
- 出版商: Hungry Minds
- 出版日期: 2006-11-06
- 售價: $1,920
- 貴賓價: 9.5 折 $1,824
- 語言: 英文
- 頁數: 1344
- 裝訂: Paperback
- ISBN: 0764542567
- ISBN-13: 9780764542565
-
相關分類:
MSSQL、SQL
已過版
買這商品的人也買了...
-
$1,770$1,682 -
$2,370$2,252 -
$780$663 -
$2,750$2,613 -
$399Pro SQL Server 2005 Database Design and Optimization (Paperback)
-
$600Microsoft SQL Server 2005: Applied Techniques Step by Step (Paperback)
-
$2,550$2,423 -
$2,040$1,938 -
$2,380$2,261 -
$1,920$1,824 -
$2,370$2,252 -
$1,610$1,530 -
$2,930$2,784 -
$2,850$2,708 -
$2,210$2,100 -
$2,080$1,976 -
$2,040$1,938 -
$1,920$1,824 -
$2,450$2,328 -
$450$356 -
$2,630$2,499 -
$540$421 -
$6,480$6,156 -
$1,990$1,891 -
$2,380$2,261
相關主題
商品描述
Description
Use this comprehensive tutorial and reference to increase productivity and write stored procedures using the language with which you're most familiar. The revised content covers new features such as XML integration, Web services, the .NET Common Language Runtime (CLR), and security updates, making this book a must for any developer or database administrator transitioning to the new version of SQL Server. You'll learn to develop SQL Server database and data connections, administer SQL Server, and keep databases performing at their peak. In addition, you'll find dozens of specific examples in both a graphical format and as SQL code as well as numerous best practices describing the most effective way to accomplish a given task. A companion Web site provides all of the code examples found in the book.
Table of Contents
Foreword.
Acknowledgments.
Introduction.
PART I: LAYING THE FOUNDATION.
Chapter 1. The Information Architecture Principle.
Chapter 2. Relational Database Modeling.
Chapter 3. Exploring SQL Server 2005 Architecture.
Chapter 4. Installing SQL Server 2005.
Chapter 5. Client Software Connectivity.
Chapter 6. Using Management Studio.
PART II: MANIPULATING DATA WITH SELECT.
Chapter 7. Understanding Basic Query Flow.
Chapter 8. Using Expression and Scalar Functions.
Chapter 9. Merging Data with Joins and Unions.
Chapter 10. Including Data with Subqueries and CTEs.
Chapter 11. Aggregating Data.
Chapter 12. Navigating Hierarchical data.
Chapter 13. Using Full-Text Search.
Chapter 14. Creating Views.
Chapter 15. Working with Distributed Queries.
Chapter 16. Modifying Data.
PART III: DEVELOPING WITH SQL SERVER.
Chapter 17.Implementing the Physical database Schema.
Chapter 18. Programming with Transact-SQL.
Chapter 19. Performing Bulk Operations.
Chapter 20. Kill the Cursor!
Chapter 21. Developing Stored Procedures.
Chapter 22. Building User-Defined Functions.
Chapter 23. Implementing Triggers.
Chapter 24. Exploring Advanced T-SQL Solutions.
Chapter 25. Creating Extensibility with a Data Abstraction Layer.
Chapter 26. Developing for SQL Server Everywhere.
Chapter 27. Programming CLR Assemblies within SQL Server.
Chapter 28. Queuing Data with Service Broker.
Chapter 29. Persisting Custom Data Types.
Chapter 30. Programming with ADO .NET 2.0.
Chapter 31. Using XML, XPath, and XQuery.
Chapter 32. Building an SOA Data Store with Web Services.
Chapter 33. InfoPath and QL Server 2005.
PART IV: ENTERPRISE DATA MANAGEMENT.
Chapter 34. Configuring SQL Server.
Chapter 35. Transferring Databases.
Chapter 36. Recovery Planning.
Chapter 37. Maintaining the Database.
Chapter 38. Automating Database Maintenance with SQL Server Agent.
Chapter 39. Replicating Data.
Chapter 40. Securing Databases.
Chapter 41. Administering SQWL Server Express.
PART V: BUSINESS INTELLIGENCE.
Chapter 42. ETL with Integration Services.
Chapter 43. Business Intelligence with Analysis Services.
Chapter 44. Data Mining with Analysis Services.
Chapter 45. Programming MDX Queries.
Chapter 46. Authoring Reports with Reporting Services.
Chapter 47. Administering Reports with Reporting Services.
Chapter 48. Analyzing Data with Excel and Data Analyzer.
PART VI: OPTIMIZATION STRATEGIES.
Chapter 49. Measuring Performance.
Chapter 50. Query Analysis and Index Tuning.
Chapter 51. Managing Transactions, Locking, and Blocking.
Chapter 52. Providing High Availability.
Chapter 53. Scaling Very Large Databases.
Chapter 54. Designing High-Performance Data Access Providers.
PART VII: APPENDIXES.
Appendix A. SQL Server 2005 Specifications.
Appendix B. Sample Databases.
Index.
商品描述(中文翻譯)
**描述**
使用這本全面的教程和參考資料來提高生產力,並使用您最熟悉的語言編寫儲存過程。修訂的內容涵蓋了新功能,如 XML 整合、Web 服務、.NET 通用語言執行環境 (CLR) 和安全性更新,使這本書成為任何轉向新版本 SQL Server 的開發人員或資料庫管理員的必備書籍。您將學會開發 SQL Server 資料庫和資料連接,管理 SQL Server,並保持資料庫的最佳性能。此外,您將找到數十個具體範例,既有圖形格式也有 SQL 代碼,還有許多最佳實踐,描述了完成特定任務的最有效方法。附屬網站提供書中所有的代碼範例。
**目錄**
前言
致謝
介紹
第一部分:奠定基礎
第 1 章:資訊架構原則
第 2 章:關聯式資料庫建模
第 3 章:探索 SQL Server 2005 架構
第 4 章:安裝 SQL Server 2005
第 5 章:客戶端軟體連接
第 6 章:使用管理工作室
第二部分:使用 SELECT 操作資料
第 7 章:理解基本查詢流程
第 8 章:使用表達式和標量函數
第 9 章:使用聯接和聯合合併資料
第 10 章:使用子查詢和 CTE 包含資料
第 11 章:聚合資料
第 12 章:導航層次資料
第 13 章:使用全文搜尋
第 14 章:創建視圖
第 15 章:處理分散式查詢
第 16 章:修改資料
第三部分:使用 SQL Server 開發
第 17 章:實施物理資料庫架構
第 18 章:使用 Transact-SQL 編程
第 19 章:執行批量操作
第 20 章:終止游標!
第 21 章:開發儲存過程
第 22 章:構建使用者定義函數
第 23 章:實施觸發器
第 24 章:探索進階 T-SQL 解決方案
第 25 章:通過資料抽象層創建擴展性
第 26 章:為 SQL Server Everywhere 開發
第 27 章:在 SQL Server 中編程 CLR 組件
第 28 章:使用服務代理排隊資料
第 29 章:持久化自定義資料類型
第 30 章:使用 ADO .NET 2.0 編程
第 31 章:使用 XML、XPath 和 XQuery
第 32 章:使用 Web 服務構建 SOA 資料存儲
第 33 章:InfoPath 和 SQL Server 2005
第四部分:企業資料管理
第 34 章:配置 SQL Server
第 35 章:轉移資料庫
第 36 章:恢復計劃
第 37 章:維護資料庫
第 38 章:使用 SQL Server Agent 自動化資料庫維護
第 39 章:複製資料
第 40 章:保護資料庫
第 41 章:管理 SQL Server Express
第五部分:商業智慧
第 42 章:使用整合服務進行 ETL
第 43 章:使用分析服務進行商業智慧
第 44 章:使用分析服務進行資料探勘
第 45 章:編程 MDX 查詢
第 46 章:使用報告服務編寫報告
第 47 章:使用報告服務管理報告
第 48 章:使用 Excel 和資料分析器分析資料
第六部分:優化策略
第 49 章:測量性能
第 50 章:查詢分析和索引調整
第 51 章:管理交易、鎖定和阻塞
第 52 章:提供高可用性
第 53 章:擴展非常大的資料庫
第 54 章:設計高性能資料存取提供者
第七部分:附錄
附錄 A:SQL Server 2005 規格
附錄 B:範例資料庫
索引