Pro SQL Server 2005 Database Design and Optimization and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $0.50 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Pro SQL Server 2005 Database Design and Optimization
 
 
Start reading Pro SQL Server 2005 Database Design and Optimization on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Pro SQL Server 2005 Database Design and Optimization [Paperback]

Louis Davidson (Author), Kevin Kline (Author), Kurt Windisch (Author)
4.4 out of 5 stars  See all reviews (9 customer reviews)

List Price: $59.99
Price: $38.41 & this item ships for FREE with Super Saver Shipping. Details
You Save: $21.58 (36%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Thursday, February 2? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $34.57  
Paperback $38.41  

Book Description

1590595297 978-1590595299 May 1, 2006

This book teaches the SQL Server database professional effective strategies for designing proper databases, covering everything from how to gather business requirements, to logical data modeling, and normalization. It then shows you how to implement your design on SQL Server 2005.

However, this new fully-revised edition does not stop there. Having established an understanding of the process of designing and implementing SQL Server 2005 databases, it then provides completely new material describing how to optimize and secure access to this data, covering indexing strategies, SQL design and optimization as well as strategies for increased scalability to support large numbers of concurrent users. It also provides in-depth advice on optimal code distribution in SQL Server 2005 applications, in light of innovations such as the ability to use .NET code in the database itself (see SQL Server 2005 Assemblies Revealed, Apress, ISBN: 1-59059-412-6).

The advent of SQL Server 2005 is highly anticipated and should result in a very substantial number of new and migration projects. This book will make sure that such projects have a well-designed database and secure, optimized data access strategies right from the start.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Pro SQL Server 2005 Database Design and Optimization + SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach (Expert's Voice) + Expert SQL Server 2005 Development
Price For All Three: $109.99

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach (Expert's Voice) $38.59

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Expert SQL Server 2005 Development $32.99

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

Louis Davidson has been in the information technology industry for ten years, as a corporate database developer and architect. Currently, he is serving as a Database Administrator for Compass Technology Management in their Nashville Data Center supporting the Christian Broadcasting Network and NorthStar Studios in Nashville, TN.
The majority of his experience, with slight deviations into Visual Basic, has been spent with Microsoft SQL Server from version 1.0 to whatever latest version that is in Beta. Louis' primary areas of expertise are in database architecture and coding in Transact-SQL, and he has written thousands of numerous stored procedures and triggers throughout the years.
Louis was the sole author on Professional SQL Server 2000 Database Design (Wrox, ISBN: 1-86100-476-1), and was a contributor to SQL Server 2000 Stored Procedure Handbook (Wrox, ISBN: 1-86100-825-2). It is said that in his ridiculously small amount of spare time he tends to play a lot of Nintendo as well as watching a great deal of television that was popular in a different era. Most notably old English programs such as the Avengers, The Saint, Monty Python, and Black Adder, to name a few. Quite often this spare time is also spent with his notebook computer writing something pertaining to SQL.


Product Details

  • Paperback: 672 pages
  • Publisher: Apress (May 1, 2006)
  • Language: English
  • ISBN-10: 1590595297
  • ISBN-13: 978-1590595299
  • Product Dimensions: 9.3 x 7.4 x 1.2 inches
  • Shipping Weight: 2.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon Best Sellers Rank: #531,182 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

9 Reviews
5 star:
 (6)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

17 of 18 people found the following review helpful:
5.0 out of 5 stars An essential guide for SQL Server database designers, June 1, 2006
By 
Adam Machanic "Data Dude" (Melrose, MA United States) - See all my reviews
(REAL NAME)   
This review is from: Pro SQL Server 2005 Database Design and Optimization (Paperback)
If you need to learn how to design a SQL Server database the right way, from the bottom up (or top down, depending on your persective), you can do no better than this book.

The book starts with a solid introduction/refersher on basic database concepts, which brings the reader up to the required level to start thinking about issues such as normalization and data integrity -- extremely important issues if you value your data!

Past there, the book gets deep (very deep) into data modeling, including discussions of such important concepts as when to use surrogate keys, what kind of data constraints should be defined, and the increasingly important question of how best to secure your data.

The book closes with a few specialized, more advanced chapters, which I found to be especially interesting. These include a chapter on concurrency, "code-level architectural decisions" (really, best practices for writing great T-SQL), and finally a VERY useful chapter on database interoperability -- a must for those who have to make SQL Server talk to other DBMSs.

In short, I highly recommend this book to anyone who wants to learn to be a great SQL Server database designer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 14 people found the following review helpful:
5.0 out of 5 stars A must-have, June 19, 2006
This review is from: Pro SQL Server 2005 Database Design and Optimization (Paperback)
I have the 2000 version of this book, which I thought was outstanding. Not only does it have excellent content, but it's written as if you were sitting at a table talking to Mr. Davidson directly.

This updated version should be a staple on any database developer or administrator's bookshelf. There is a solid discussion of design, securing the database (new encryption capabilities of 2005) and much more. But these aren't the reasons why you should own this book. It is as much a "how-to" book as it is a "what-to" book. You get real advice, not just screenshots and step-by-step examples. I wish more books were written this way, as technical knowledge without a procedural "framework" is a recipe for disaster.

Do yourself a favor and make the investment. Personally I know that any custom database design course I teach from this point on will include this book as reference for my students.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 12 people found the following review helpful:
5.0 out of 5 stars A Database Design and Optimization "must-have"...., August 13, 2006
By 
JMess (Charlotte, NC) - See all my reviews
This review is from: Pro SQL Server 2005 Database Design and Optimization (Paperback)
I highly recommend this book to anyone working with SQL Server 2005. The material presented is made more understandable (not to mention entertaining!) by the examples used by the author throughout the book. The new features for SQL Server 2005 that the author covers are very relevant to my job, especially Chapter 7, Securing Access to the Data. The continuity of the material presented is excellent. Each chapter serves as a reference guide to complex topics that the author successfully explains through a combination of expertise, experience and a sense of humor.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews







Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
other database platforms, rowversion column, logical modeling phase, nonidentifying relationship, int not null identity, interoperable form, programming anomalies, clustered index scan, tow capacity, validation blocks, clustered index seek, value varchar, widget number, migrated key, surrogate key, table datatype, varchar values, hoc calls, money datatypes, using impersonation, nonclustered indexes, returns the following result, datetime datatype, statement conflicted, clustering key
Key Phrases - Capitalized Phrases (CAPs): (learn more)
First Normal Form, Second Normal Form, Third Normal Form, Normal Forms, Management Studio, Stream Room, Fourth Normal Form, End Function, Visual Studio, End Sub, Customer Customerld, John Smith, Data Imports System, Imports System Imports System, Information Engineering, Brook Room, Fifth Normal Form, Imports Microsoft, Movie Movield, Public Shared Function, Return New, Sql Imports System, Patient Dentist, River Room, End Get End Property
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject