Home > Store

Developer's Guide to Data Modeling for SQL Server, A: Covering SQL Server 2005 and 2008, Rough Cuts

Rough Cuts

  • Available to Safari Subscribers
  • About Rough Cuts
  • Rough Cuts are manuscripts that are developed but not yet published, available through Safari. Rough Cuts provide you access to the very latest information on a given topic and offer you the opportunity to interact with the author to influence the final publication.

Not for Sale

Description

  • Copyright 2008
  • Dimensions: 7 X 9-1/4
  • Pages: 304
  • Edition: 1st
  • Rough Cuts
  • ISBN-10: 0-321-51798-9
  • ISBN-13: 978-0-321-51798-2

This is the Rough Cut version of the printed book.

A Developer’s Guide to Data Modeling for SQL Server explains the concepts and practice of data modeling with a clarity that makes the technology accessible to anyone building databases and data-driven applications.

“Eric Johnson and Joshua Jones combine a deep understanding of the science of data modeling with the art that comes with years of experience. If you’re new to data modeling, or find the need to brush up on its concepts, this book is for you.”
Peter Varhol, Executive Editor, Redmond Magazine


Model SQL Server Databases That Work Better, Do More, and Evolve More Smoothly

Effective data modeling is essential to ensuring that your databases will perform well, scale well, and evolve to meet changing requirements. However, if you’re modeling databases to run on Microsoft SQL Server 2008 or 2005, theoretical or platform-agnostic data modeling knowledge isn’t enough: models that don’t reflect SQL Server’s unique real-world strengths and weaknesses often lead to disastrous performance.

A Developer’s Guide to Data Modeling for SQL Server is a practical, SQL Server-specific guide to data modeling for every developer, architect, and administrator. This book offers you invaluable start-to-finish guidance for designing new databases, redesigning existing SQL Server data models, and migrating databases from other platforms.

You’ll begin with a concise, practical overview of the core data modeling techniques. Next, you’ll walk through requirements gathering and discover how to convert requirements into effective SQL Server logical models. Finally, you’ll systematically transform those logical models into physical models that make the most of SQL Server’s extended functionality. All of this book’s many examples are available for download from a companion Web site.

This book enables you to
  • Understand your data model’s physical elements, from storage to referential integrity
  • Provide programmability via stored procedures, user-defined functions, triggers, and .NET CLR integration
  • Normalize data models, one step at a time
  • Gather and interpret requirements more effectively
  • Learn an effective methodology for creating logical models
  • Overcome modeling problems related to entities, attribute, data types, storage overhead, performance, and relationships
  • Create physical models—from establishing naming guidelines through implementing business rules and constraints
  • Use SQL Server’s unique indexing capabilities, and overcome their limitations
  • Create abstraction layers that enhance security, extensibility, and flexibility

Sample Content

Table of Contents

Preface                                            xv
Acknowledgments                      xvii
About the Authors                       xix


PART I: Data Modeling Theory                                        1

Chapter 1: Data Modeling Overview                                3

Databases                4
Why a Sound Data Model Is Important               6
Data Consistency                6
The Process of Data Modeling             14
Summary                    21

Chapter 2:  Elements Used in Logical Data Models                          23
Entities              23
Attributes           24
Referential Integrity             32
Relationships               35
Relationship Types             35
Relationship Options           40
Cardinality             41
Using Subtypes and Supertypes               42
Supertypes and Subtypes Defined                 42
When to Use Subtype Clusters             44
Summary             44

Chapter 3: Physical Elements of Data Models                    45
Physical Storage               45
Referential Integrity            59
Programming            71
Implementing Supertypes and Subtypes           75
Summary            79

PART II: Business Requirements                                           95

Chapter 5: Requirements Gathering     

Updates

Submit Errata

More Information