RailroadBookstore.com

Railroad Books - Model Railroad Books - Thomas & Friends
Photography Books - Gardening Books

Photography Books

Huge Selection - Discount Prices - Money Back Guarantee

We offer a huge selection of photography books at discount prices. All purchases have a money back satisfaction guarantee. Thank you for shopping here!

Search Advanced SearchView Cart   Checkout   
Guidebooks
Canon
Hasselblad
Kodak
Leica
Nikon
Pentax
Sony
Magic Lantern Guides
Categories
General
Black & White
Color
Digital
Equipment
How To
Nature & Wildlife
Photo Essays
Photojournalism
Reference
Travel
Photoshop
Lightroom
Railroad Photography
Images of Rail Series
Subcategories
All Titles
Arts & Photography
Biographies & Memoirs
Business & Investing
Children's Books
Computers & Internet
Cooking, Food & Wine
Engineering
Entertainment
Gay & Lesbian
General AAS
Home & Garden
Literature & Fiction
Medicine
Nonfiction
Outdoors & Nature
Parenting & Families
Professional
Reference
Religion & Spirituality
Science
Teens
Travel
Mass Market
Trade

Programming Microsoft SQL Server 2005

Programming Microsoft  SQL Server 2005

zoom enlarge 
Authors: Andrew J Brust, Stephen Forte
Publisher: Microsoft Press
Category: Book

List Price: $49.99
Buy New: $7.88
You Save: $42.11 (84%)



New (36) Used (11) from $7.88

Avg. Customer Rating: 4.0 out of 5 stars 6 reviews
Sales Rank: 100477

Media: Paperback
Number Of Items: 1
Pages: 950
Shipping Weight (lbs): 3
Dimensions (in): 9 x 7.3 x 1.7

ISBN: 0735619239
Dewey Decimal Number: 005.2768
EAN: 9780735619234
ASIN: 0735619239

Publication Date: July 19, 2006
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Shipping: International shipping available
Condition: New, never read, may have minor wear from being on a retail store shelf.

Also Available In:

  • Digital - Programming Microsoft SQL Server 2005

Similar Items:

  • Microsoft SQL Server(TM) 2005: Database Essentials Step by Step (Step By Step (Microsoft))
  • Inside Microsoft SQL Server 2005: T-SQL Programming (Pro-Developer)
  • Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning)
  • Inside Microsoft SQL Server(TM) 2005: The Storage Engine (Solid Quality Learning)
  • MCTS Self-Paced Training Kit (Exam 70-431): Microsoft SQL Server 2005 Implementation and Maintenance (Pro-Certification)

Editorial Reviews:

Product Description
A hands-on reference for developers and database administrators, this book covers the basics of developing customized database applications with Microsoft SQL Server 2005. Includes code samples and real-world, expert insight.


Customer Reviews:   Read 1 more reviews...

1 out of 5 stars Full of Filler and Code is Incorrect   November 13, 2007
 4 out of 5 found this review helpful

The whole first part of this book is just filler. It is a long walkthrough of the features found in SSMSE.

The very first code examples don't work specifically the smo backup code... and the code examples aren't teaching proper coding techniques. The writers of this book need to take a course on Microsoft's Design Guidelines.

This book is teaching bad programming habits, the code is incorrect, and the book is stuffed with filler.



3 out of 5 stars Nice Intro but Little Content.   February 8, 2007
 9 out of 11 found this review helpful

This is your typical intro book, good for a tour through the highlights. But it is not a reference book, and because it covers so many topics it can spend very little time on any one subject. You will find all the material at the MS web site. You will still need to find more thorough reference material in order to be successful.


5 out of 5 stars Great Reference!!!!!!!!!!!   November 7, 2006
 3 out of 3 found this review helpful

From the beginning, this text illustrated an overview of the SQL CLR with a sufficient amount of detail so that someone just starting to learn SQL could understand it, but also a developer familiar with this topic would benefit from this review. Debugging was covered extensively in Chapter 9. I was impressed with all of the scenerios that were brought to light for debugging SQL Server code. I especially liked Chapter 7 on Security. The chapter started off slow to make sure the reader understood the four themes of SQL Server 2005 security, and then went on to explain encryption support and protecting SQL 2005 with great examples. I would definitely recommend this book to any developer interested in learning about new features in SQL Server 2005. I found it to be extremely well-written, interesting, and helpful!


5 out of 5 stars New Favorite Reference Book   November 5, 2006
 7 out of 7 found this review helpful

I've had this book for a little over a week, looking for time to give it some proper due. Now I only wished I had delved into it right away. Or gotten it sooner. It's now moved to the front of the line as my favorite reference book.

Clearly written and organized, it took me all of 15 minutes to follow a new concept (to me). It was logical, building upon itself and fully explained what was going on, and HOW it works too. It's been my experience in the past that developer books fall into one of two categories: Tutorial and Reference. This is the first one that I have seen sucessfully split the two and combine the best of both. The author right up front explains what the book does and does not cover.

This book isn't for DBAs or people who want to know how to use SQL Server 2005. The book is for developers who want to know how to use the new features of SQLServer 2005, and how to use them in .NET 2.0.

I'm not sure how I've gone so long with out this book. Just in the last hour, it's been a life savor. I'm learning about capabilities that I'd never seen documented anywhere else.



5 out of 5 stars Great book on programming new features   September 11, 2006
 24 out of 26 found this review helpful

This book is clearly written and I feel it does a good job of covering the major new features of SQL Server 2005 well enough so you can get up to speed quickly and save enough time versus puzzling things out using just the online materials that come with SQL Server 2005 to easily justify the purchase price and reading time. A number of people with expertise in various aspects of SQL Server collaborated on this book, and the value of the information in each area reflects the depth of expertise.

The book is thick, but it's not bloat -- there is just a heck of a lot of stuff to cover in SQL Server 2005. If anything, I'd be happy to buy the book again if another edition comes out with 300 more pages full of more details and more complex examples in several areas. In the mean time, there is plenty to get one going and fill out specific details with the online doco and the 'net.

I think this book is too advanced for programmers who aren't already up to speed with .NET and relational database server programming. For those of us for which MS SQL 2005 is mostly just another iteration of good ol' Squirrel Server (albeit a big whopping upgrade architecturally and feature-wise), and who've already moved to C# + VS 2005 + .NET 2.0, this is the best book I've found so far.

I addition to covering the new features of SQL Server 2005, this book also provides deeper coverage of several advanced relational database techniques than just the enhancements specific to the 2005 edition of SQL Server. OLAP and XML operations being prime examples. I think the authors made a good choice by providing more than just an overview of the 2005 enhancements as without the broader coverage, presentation of the enhancements themselves wouldn't have made much sense to me.

I also think the book is pretty well organized so you don't have to waste time hunting down what you need. I do warn you however, that you may have to read some parts of the book first before plunging into the specific topic you need first. It's not a fault: SQL Server 2005 includes the CLR, and much of the rest of the book sensibly uses C# on the SQL Server CLR examples, so you kinda have to get up to speed programming in the SQL server CLR first, don't you?



Copyright 2008 - RailroadBookstore.com