Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Inside Microsoft SQL Server 2005: T-SQL Programming (Pro-Developer)August 20, 2008  
Bestsellers
Computer Networking: A Top-Down Approach (4th Edition)
CISSP Certification All-in-One Exam Guide, 4th Ed. (All-in-One)
CCNA Official Exam Certification Library (CCNA Exam 640-802) (Exam Certification Guide)
Network+ Guide to Networks, Fourth Edition (Networking)
JavaScript: The Definitive Guide
CCNA: Cisco Certified Network Associate Study Guide: Exam 640-802
MCITP Self-Paced Training Kit (Exams 70-640, 70-642, 70-643, 70-647): Windows Server 2008 Enterprise Administrator Core Requirements
Network Warrior
Network Fundamentals, CCNA Exploration Companion Guide
Upgrade Your Life: The Lifehacker Guide to Working Smarter, Faster, Better
Browse
Books
Computers
Electronics
New Releases
MCITP Self-Paced Training Kit (Exams 70-640, 70-642, 70-643, 70-647): Windows Server 2008 Enterprise Administrator Core Requirements
The Best of 2600: A Hacker Odyssey
Microsoft Office SharePoint Server 2007 Best Practices
Cloud Computing: Web-Based Applications That Change the Way You Work and Collaborate Online
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK (Developer's Library)
Accelerated SQL Server 2008 (Accelerated)
CCNA Security Official Exam Certification Guide (Exam 640-553) (Exam Certification Guide)
Professional SharePoint 2007 Web Content Management Development: Building Publishing Sites with Office SharePoint Server 2007 (Wrox Programmer to Programmer)
CISSP: Certified Information Systems Security Professional Study Guide
MCTS Self-Paced Training Kit (Exam 70-640): Configuring Windows Server 2008 Active Directory
Inside Microsoft SQL Server 2005: T-SQL Programming (Pro-Developer)
Inside Microsoft SQL Server 2005: T-SQL Programming (Pro-Developer)
Authors: Itzik Ben-gan, Dejan Sarka, Roger Wolter
Publisher: Microsoft Press
Category: Book

List Price: $44.99
Buy New: $22.99
You Save: $22.00 (49%)
Buy New/Used from $22.97

Avg. Customer Rating: 4.0 out of 5 stars(16 reviews)
Sales Rank: 17511

Media: Paperback
Number Of Items: 1
Pages: 544
Shipping Weight (lbs): 2.4
Dimensions (in): 9 x 7.3 x 1.4

ISBN: 0735621977
Dewey Decimal Number: 005.2768
EAN: 9780735621978
ASIN: 0735621977

Publication Date: June 14, 2006
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description
This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)#151;one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You'll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.


Customer Reviews:   Read 11 more reviews...

1 out of 5 stars Very little actual T-SQL   September 25, 2007
  1 out of 2 found this review helpful

Book actually has very limited T-SQL. Mostly triggers, USP, functions, but little actual code.


2 out of 5 stars Too clever by half   August 6, 2007
  7 out of 8 found this review helpful

Please see review by C. Mialaret. S/he is spot on.

One gets the impression that the author may have been more focused on impressing you with his eruditeness, rather than writing a practical book with useful examples and clear explanations.

Affecianados of Kalen Delaney's 'Inside SQL Server 2000' will be disappointed.



3 out of 5 stars Useful but COULD be much better. Needs major editorial intervention.   July 26, 2007
  5 out of 7 found this review helpful

You should think of this book as of the second volume of the two-volume set on the 2005-Server SQL. If you get this one, you'll get the other one too; neither tome is self-sufficient; in fact there's a lot of explicit interdependence. This book, Programming, deals with slightly more esoteric features than the first tome, Querying -- although I can't say you must read the first entire volume before touching this one. Both books can be read at the same time (but see what I say about the target reader below).

So, real quick:

1. Target reader: someone with a good grasp of the 2000 Server wishing to learn the new stuff that came with the 2005 server (there's a lot: the 2005 product is _much_ better than the previous: covering new features is probably the only thing that's unequivocally good about this book). This is NOT your first, nor second, nor third book on SQL in general or MS SQL Server in particular. You must have a good grasp of the basics to be able to overcome this book. I say 'overcome' advisedly; more on it below.

2. Content: Data-type subtleties (datetime, xml, CLR user-defined types -- a lot of CLR in this volume); temporary tables, cursors, dynamic SQL, views, user-defined funcs, stored procs, triggers, a bit on transactions, exception handling, a bit on service broker.

3. Very clean technically: no technical errors (and while we're here: I found no typos either).

4. Depth vs breadth: the book is more extensive than deep, although on average it's (inevitably) more in-depth than the first volume. Some reviewers here say it's very deep or difficult -- and difficult is true, although not because of PhD anything. This, unfortunately, brings me to the next point:

5. Writing: ABHORRENT. (Both volumes, Querying, and Programming, in about the same degree). That's why it seems difficult, PhD and so on -- except this difficulty isn't due to, say, conceptual complexity of the subject matter. It's the authors' extreme inability to use the English language to explain things that makes reading this book such a chore. There is also conceptual muddle (unsurprisingly: people write as they think).

Now, experience taught me to forgive literary incapacity to a _technical_ author (to a degree; and I do take notice and, if possible, avoid him in the future). In cases like that I put the blame squarely on the publisher, especially if otherwise I know the publisher to be solid. I have a pile of books from Microsoft Press and I consider them a good publisher, so what's the matter?

Although (strangely) a bit better than the first volume, this book (Programming) is also strewn with unimaginable, fantastic garbage of every possible kind, from grating usage errors to a pervasive lack of unity, coherence, and logical connectedness on the page/paragraph level, to a frequent lack of the overall unity. When I bought this book and read it a bit I was so p-off I almost sent it back (I got as far as getting an RMA from Amazon). I did keep it though. Both of them, actually.

Do I recommend this book? It has been useful to me (especially the UDF section: there's a lot of new stuff, all very handy), so -- with great reservation, and only to the right reader -- yes, kinda. And please check out what else is available (there's tons of books on the 2005 server these days). The Programming book is part of the three-volume update and extension of the server-2000 version by Delaney. Delaney's server-2000 book was extremely useful and quite decently written. I wish they let her write the new version, even though it's now three books instead of one, and I suppose it's difficult for one person to do it all.



5 out of 5 stars T-SQL Book at Its Best!!!!!!!!!!   May 23, 2007
  1 out of 1 found this review helpful

This book has lots of sample code for developers to follow. I bought a book "Advanced Transact-SQL for SQL Server 2000" written by Itzik Ben-gan about five years and loved the book. This book did great job in the SQL Scripts where you might need to spent sometime read through it.

This book is a gem for SQL developers!!! Highly recommanded!!!



5 out of 5 stars Excelent   May 7, 2007
This book is a must-have, even for those who uses other SQL Databases... Totally Amazing!

Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com