Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
73 used & new from $16.67

Have one to sell? Sell yours here
 
   
SQL Server 2005 Bible
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  
3.7 out of 5 stars See all reviews (11 customer reviews)

List Price: $49.99
Price: $31.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $18.50 (37%)
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.

Only 3 left in stock--order soon (more on the way).

Want it delivered Monday, July 20? Choose One-Day Shipping at checkout. Details
48 new from $18.51 25 used from $16.67

Frequently Bought Together

SQL Server 2005 Bible + Microsoft SQL Server 2005 Unleashed + Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning)
Price For All Three: $101.67

Show availability and shipping details


Customers Who Bought This Item Also Bought


Editorial Reviews

Product 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.

From the Back Cover
Develop and manage a SQL Server 2005 database like a pro

Seasoned database developers think inside the box, because that's where the cool code is. This comprehensive reference takes you inside the latest, coolest, and most powerful box, Microsoft's SQL Server 2005. Each of the book's seven sections focuses on key elements in a logical sequence, so you can easily find what you need—including all the basics, best practices, dozens of targeted examples, and sample code. If you develop, manage, or maintain SQL Server 2005 databases, this in-depth book is what you need to succeed!

  • Master the fundamentals of SQL Server technology
  • Write better logic queries for greater success
  • Manage and secure a production database 24/7/365
  • Integrate with .NET CLR and XML
  • Understand SOA and emerging technologies
  • Meet business intelligence goals with new tools
  • Measure performance, lock transactions, and scale very large databases


See all Editorial Reviews

Product Details

  • Paperback: 1344 pages
  • Publisher: Wiley (November 6, 2006)
  • Language: English
  • ISBN-10: 0764542567
  • ISBN-13: 978-0764542565
  • Product Dimensions: 9.2 x 7.3 x 2.6 inches
  • Shipping Weight: 3.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars See all reviews (11 customer reviews)
  • Amazon.com Sales Rank: #187,596 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #79 in  Books > Computers & Internet > Microsoft > Development > SQL Server

Inside This Book (learn more)


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
33 of 34 people found the following review helpful:
5.0 out of 5 stars The best book available for the strict DBA, September 7, 2007
There are really three kinds of database professionals:

-Administrators
-Architects/Designers
-Developers

Now, some people play all three roles or two of the three roles. This book is definitely not the best book for people who are strictly developers as is reflected by some of the reviews at this site. Of course, the book is not intended for that class of database professional (in fact, they are really not database professionals if they are strictly developers, but are more developers who have to have a database for their application).

For those who play the role of the Administrator only - and there are thousands of you out there because I teach many of you in my classes - or a combination of administrator/designer this is the best single book you will find. (That's right, the author of another book on SQL Server is suggesting that his book is not the best single book... my book helps you specifically in preparing for the 70-431 exam and is not intended to have the breadth of coverage of this book.) Some developers just don't realize that most small businesses with an IT staff of less than twenty do not have dedicated database people and this book is for those people in those businesses. They are not going to write a lot of applications, if any, from the ground up, but they must support SQL Server databases that have been developed by others.

They need to understand backups and restorations, data export, data import, data tranformation (ETL), security, performance issues and other administrative tasks. All if this is covered sufficiently in the SQL Server 2005 Bible.

I must say that I have not always been a fan of the "Bible" series, but this book has been great since the SQL Server 2000 level when I started recommending it.

I hope this helps you make your decision.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
9 of 9 people found the following review helpful:
5.0 out of 5 stars New features; new chapters, January 20, 2007
By Phillip Senn (Hickory, NC USA) - See all my reviews
(REAL NAME)   
I have the author's SQL Server 2000 book and this book, and it is definitely a major upgrade: 350 more pages, 23 more chapters.

OBXKites is still in here, and David still gets his drivers license on 11/30/2005, but there are as many new topics as there are new features in 2005.
I can imagine that a bible series book is responsible for taking the reader from their "genesis" of being a novice to their "revelation" of advanced topics.

This can be a daunting task for one volume, especially when the subject is as vast as SQL Server! To accomplish this, the book has 10 chapters dedicated to variations of the Select Command. [...]

Nielsen's chapter introductions give you the feel that you're sitting down with a real person, so you know he's going to explain things instead of listing the syntax.

And experienced insight is what I crave when learning a new language. For instance, instead of slogging through all the features of cursors and finding out for myself that they're inefficient, Nielsen explains that while MSDN says "[SQL Server] implements a performance optimization called a fast forward-only cursor", the reality is that SQL Server is a set-based language and cursors should be used as a last-resort. He then shows how to convert a complex cursor to set-based code.

The chapter on indexing explains how indexes work and offers sound advice on how to plan effective indexes - probably the most effective way to optimize an application before having to start changing table structures.

Business Intelligence is the latest requirement for potential employers, so any book that has a chapter on how to use the BI Suite in 2005 is a must-read. There are 3 chapters on Analysis services (including Data Mining and MDX), 2 on RS, 1 on IS, and even one on BI using Excel.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
5.0 out of 5 stars Excellent universal SQL 2005 Reference, January 9, 2007
This book is an excellent SQL Server 2005 Reference. There are millions of Code snippets to be used immediatly. The author refers mainly to AdventureWorks, the sample included at SQL 2005. The style of writing is not too serious and the author takes time to introduce - when needed - some database fundamentals. I personally think that this book is ideal for those who don't need a step-by-step book, but an complete reference with not too specialized topics. Of course - if you are specialized in a specific area, there are obvious books around covers topics much more deeper. But 99.5% of everything you find in this book.
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)


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

4.0 out of 5 stars Excellent reference book for SQL Server
This book is well written, easy to follow and easy to apply the code as presented. I would give it a "5" if it had the code samples for creating SQL for a report that includes... Read more
Published 20 days ago by Reenee

4.0 out of 5 stars Good Book for Beginner
This is a good book for a beginner. I would have given it 5 stars if it had more examples. I am an intermediate Oracle programmer and needed a book that gives me an Oracle to SQL... Read more
Published 6 months ago by John S. Kret

1.0 out of 5 stars Can someone please send me the rest of the text!
First off, my biggest complaint is the discrepancies between code listed in the text book, and the sample databases downloaded from the author's web site. Read more
Published 6 months ago by T. Essick

5.0 out of 5 stars This is a great book
I guess I didn't buy this book from the perspective of a programmer, but rather a strict DBA. That is, I don't do much programming... Read more
Published 22 months ago by Billy Forsythe

5.0 out of 5 stars Good Reference For SQL 2005 DBA's
Just finished reading the book , I do recommend it , either for professionals or beginners ! , for professionals , it does have any in depth knowledge we can gain from , all... Read more
Published on February 13, 2007 by Aries Budi Susilo

1.0 out of 5 stars Certainly not a Bible !!
Just finished reading the book , I do not recommend it , either for professionals or beginners ! , for professionals , it does not have any in depth knowledge we can gain from ,... Read more
Published on December 11, 2006 by M. Awny

2.0 out of 5 stars Inadequate for professionals
Paul Nielsen's book, SQL Server 2005, is the among the best references on the topic. For the application developer, unfortunately, it is woefully inadequate. Mr. Read more
Published on December 8, 2006 by Application Software Developer

4.0 out of 5 stars No e-book version available.
Unlike SQL Server 2000 Bible, this book doesn't come with e-book version. What a disappointment. If you are a developer and want to keep an e-version of SQL Server book handy then... Read more
Published on December 2, 2006 by Talha Shah

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (1 discussion)
  Discussion Replies Latest Post
Committee book 0 December 2006
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
  Discussion Replies Latest Post
What is your FAVORITE Software Development book? 0 2 days ago
   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!



Look for Similar Items by Category


Items Eligible for Free Super Saver Shipping

Beauty benefit tint
Check out all items in beauty that are elligible for free super saver shipping and prime.

See more Prime-eligible beauty items

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 
Shop for electric motor accessories
Generate Electric PowerBrowse through a wide variety of electric motor accessories and other electrical products in the Home Improvement Store.
 
Ad

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates