Pro SQL Server 2012 Relational Database Design and Implementation (Paperback)

Louis Davidson, Jessica Moss

  • 出版商: Apress
  • 出版日期: 2012-07-24
  • 售價: $2,220
  • 貴賓價: 9.5$2,109
  • 語言: 英文
  • 頁數: 784
  • 裝訂: Paperback
  • ISBN: 1430236957
  • ISBN-13: 9781430236955
  • 相關分類: MSSQLSQL資料庫
  • 已過版

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

商品描述

Learn effective and scalable database design techniques in a SQL Server environment. Pro SQL Server 2012 Relational Database Design and Implementation covers everything from design logic that business users will understand, all the way to the physical implementation of design in a SQL Server database. Grounded in best practices and a solid understanding of the underlying theory, Louis Davidson shows how to “get it right” in SQL Server database design and lay a solid groundwork for the future use of valuable business data.

  • Gives a solid foundation in best practices and relational theory
  • Covers the latest implementation features in SQL Server
  • Takes you from conceptual design to an effective, physical implementation

What you’ll learn

  • How to develop conceptual models of client data using interviews and client documentation
  • How to recognize and apply common database design patterns
  • How to normalize data models to enhance scalability and the long term use of valuable data
  • How to translate conceptual models into high–performing SQL Server databases
  • How to secure and protect data integrity as part of meeting regulatory requirements
  • How to create effective indexing to speed query performance

Who this book is for

Pro SQL Server 2012 Relational Database Design and Implementation is designed for programmers of all types who want to use SQL Server 2012 to store data. Chapters on fundamental concepts, the language of database modeling, SQL implementation, and of course, the normalization process, lay a solid groundwork for readers who are just entering the field of database design. More advanced chapters serve the seasoned veteran by tackling the very latest in physical implementation features that SQL Server has to offer.

Table of Contents

  1. The Fundamentals
  2. Introduction to Requirements
  3. The Language of Data Modeling
  4. Initial Data Model Production
  5. Normalization
  6. Physical Model Implementation Case Study
  7. Data Protection with Check Constraints and Triggers
  8. Patterns and Anti-Patterns
  9. Table structures and Indexing
  10. Coding for Concurrency
  11. Reusable Standard Database Components
  12. Standardized Data Models
  13. Considering Data Access Strategies
  14. Reporting Design
  15. Appendix A
  16. Appendix B