IT programming books related reviews
Title: The Guru's Guide to Transact-SQL
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
From the moment I opened this book, I knew I was going to more about Transact-SQL than I ever thought possible. It goes throught the basics of the language, which is terrific for beginners and good for experienced SQL users. Then the advanced topics of cursors, transactions, and performance tuning is just terrific. This should have been the FIRST book I bought, not the most recent. I would have become a better SQL developer quicker.
Title: Dreamweaver MX: PHP Web Development
Publisher: Peer Information
Authors: Bruno Mairlot, Gareth Downes-Powell, Tim Green
Rating: 3/5
While the content of the book is potentially good, anybody who needs a little handholding might get lost quickly as the author does not give much background information and skips many steps that are second nature to proficient developers. This is where the beginner puts this book away and the intermediate user struggles with finding more information on how-to-do a particular thing. (This starts with the setup of a Apache / MySQL / PHP server and ripples thru the whole book.)In addition to the content, the book is slightly disorganized and not the easiest reading material. Not so much because of difficulty but because of writing style.
Title: SQL Server 2000 Stored Procedure Programming
Publisher: Osborne/McGraw-Hill
Authors: Dejan Sunderic, Tom Woodhead
Rating: 1/5
This book doesn't cover SQL Server 2000 in any depth, doesn't cover stored procedures to any great degree, and doesn't offer anything insightful re: programming. Basically, the book doesn't do what the cover claims. It was a complete waste of my time.
Title: SQL In A Nutshell, 2nd Edition
Publisher: O'Reilly
Authors: Kevin Kline, Daniel Kline, Brand Hunt
Rating: 5/5
This book is designed as a reference -- the book that you keep
near your workstation after you learn the basics, because you
haven't got everything memorised yet. It's great for that. I
refer to it when I have a question.But actually I picked up this book with no prior knowledge of
SQL (except that I knew it was for doing database stuff) and
learned enough to get started in a couple of days. The intro
is great for that. The great thing about this book is that it covers the four
major SQL implementations in a relatively unbiased fashion.
This is nice because if you switch from one to another you
don't have to go looking for a new book. (Otherwise, you
would; as you will see from reading this book, the various
implementations differ considerably and also differ from
the unimplemented standard, which the book also covers.) This book is not, and is not intended to be, a tutorial for
people who are utterly unfamiliar with the very concept of
a database, but it's okay to be utterly unfamiliar with SQL.This book also is not a strategy guide for how to plan and
organise your database; this is an _implementation_ book.
As such, it doesn't cover things like deciding which data
to put in which table, when to create another table and
when to create an entirely separate database, or that sort
of thing. What it does tell you is what query syntax you
need to create and interact with your database, your tables,
and the data in your tables. It also explains datatypes,
because they vary considerably between the different SQL
implementations, and table types and the various attributes
(indeces and whatnot). Additionally, this book is not a security guide. It does
include information about permissions, but only in terms of
the syntax used, not in terms of strategy.
Title: The Guru's Guide to Transact-SQL
Publisher: Addison-Wesley Professional
Authors: Ken Henderson
Rating: 5/5
If you are serious about squeezing everything out of SQL SERVER then this is THE book to buy. This is one of those rare books I take to work, leave there and refer to often. It somehow shows you the hard stuff when you need it.When I first read the book I kept saying WOW, I didn't know that, or 'That's how you do it'. I'd still pay for the book, if it was 1 chapter long. That's how much I've gotten from it!
Title: Oracle8i Advanced PL/SQL Programming
Publisher: Osborne/McGraw-Hill
Authors: Scott Urman
Rating: 4/5
Simaply the best reference book for Oracle PL/SQL, I highly recomment this book to new users. Over all this is nice book to read and i recommend this to all my collegues and friends. Paper quality is Good and examples could have been better in terms of more elaboration as this is a new Oracle technologies book.
Title: Microsoft SQL Server 7.0 Database Implementation Online Training Kit: McSe Training for Exam 70-029 (It-Online Training Kit)
Publisher: Microsoft Press Rating: 4/5
This is a fun and engaging way to learn SQL Server 7, but if you're taking the MS exam, I would definitely recommend following up with a more detail-oriented book and a practice test. If you're new to databases, read a general database-design book (such as Database Design for Mere Mortals by Hernandez) before using this training kit. Hands-on practice with SQL 7 is necessary as well.The simulations on the CD are a great concept, but some are too easy. In many exercises, you are loading pre-written scripts. This is convenient; but in order to become truly familiarized with the syntax, you need lots of practice actually typing out the code.
Title: Ocp: Oracle8I Dba SQL and Pl/SQL Study Guide : Exam 1Z0-001 (OCP Study Guide)
Publisher: Sybex Inc
Authors: Chip Dawes, Biju Thomas
Rating: 4/5
I am studying for my exam and have read the Instructor Lead Training (ILT) book that I borrowed from a friend. When I do not understand something, I go to this book for an easy to understand explanation.Each of the ten chapters have about 20 review questions and there are two practice exams on the CD. There are some things that was not covered in the ILT book are covered in this book. Contrary to the previous commentor, this book is a very good study guide.
Title: Oracle8i Certified Professional SQL & PL/SQL Exam Guide
Publisher: McGraw-Hill Companies
Authors: Jason S. Couchman
Rating: 2/5
I found quite a few errors in this book, which was incredibly frustrating - especially considering I was learning new material. The answers for the practice tests have references to some index that's not in the book.
Title: Advanced Transact-SQL for SQL Server 2000
Publisher: Apress
Authors: Itzik Ben-Gan, Tom Moreau
Rating: 2/5
Would like to have seen coverage of all the new features in SS 2000. Instead, the coverage is hit and miss. There are also mistakes in many of the examples. I was expecting deep coverage of advanced Transact SQL, but this book doesn't deliver. If you're a complete beginner, it might offer something useful for you, but otherwise, I wouldn't bother.

