Professional
SQL
Server 2000 Programming Programmer to Programmer

Welcome to Education by Design's Online store. We have brought to you a selection of products like Books : Professional SQL Server 2000 Programming Programmer to Programmer along with it's reviews, pictures and related products. All sales from these pages goes towards the creation and maintenance of our educational online activities, articles and resources. We have over 40,000 online stories submitted by kids around the world.

Books: Professional SQL Server 2000 Programming  Programmer to Programmer

Professional SQL Server 2000 Programming Programmer to Programmer

Normal Price:$59.99
Our Price:$47.03
Availability:Usually ships in 24 hours

... For more information or Buy from Amazon.com ...


Manufacturer: Wrox
Author: Robert Vieira
Binding: Paperback
Publication Date: 2000-11-15
Publisher: Wrox
Label: Wrox
Number Of Pages: 1440

NEW!!
Enjoy drawing this product with our drawing board.
Drawing Activity for this product
Features for Professional SQL Server 2000 Programming Programmer to Programmer :

Small Picture
Medium Picture

Editorial Review
What is this book about?

SQL Server 2000 is the latest and most powerful version of Microsoft's data warehousing and relational database management system. This new release is tightly integrated with Windows 2000 and offers more support for XML, as well as improved Analysis Services for OLAP and data mining.

Professional SQL Server 2000 provides a comprehensive guide to programming with SQL Server 2000, from a complete tutorial on Transact-SQL to an in-depth discussion of new features, such as indexed views, user-defined functions, and the wealth of new SQL Server features to support XML. Whether you're coming to SQL Server 2000 from another relational database management system, upgrading your existing system, or perhaps wanting to add programming skills to your DBA knowledge, you'll find what you need in this book to get to grips with SQL Server 2000 development.

What does this book cover?

Here are just a few of the things covered in this book:

Who is this book for?

This book is aimed at the SQL Server developer who wants to make the most out of the new features of SQL Server 2000. No knowledge of SQL Server is assumed, although in order to follow this book, you do need to have an understanding of programming basics such as variables, data types, and procedural programming. Database administration is also covered but only as it affects the SQL Server developer.
Cached date: AWS Called=true

Similar Products
Customer Reviews

Best overall SQL 2000 book 2006-12-03
By far, this is the best overall MS SQL 2000 server book written until today. Most topics are covered from basic to advance level. This book is a must have for anyone who is looking to get a well rounded knowledge of what's possible with MS SQL 2000.

The chapters I liked the most are:
Ch9 SQL Server Storage and Index Structures
Ch10 Views
Ch12 Stored Procedures
Ch15 Triggers
Ch16 Advanced Queries
Ch26 Full-Text Search
Ch29 Performance Tuning
All Appendixes

Noticed that I said "best overall" & "Most topics"; this book will not have an answer for very advance topics in areas like DTS, performance tuning, XML, & Analysis Services. There are great books out there if what you are looking for is not in Professional SQL Server 2000 Programming. The "Professional SQL Server 2000 DTS" is the best I have read when it comes to Data Transformation Services. For performance tuning and XML you may find books written by Ken Henderson to be among the best. For Analysis Services I have not found one book I will recommend yet.



Not bad not good 2006-09-20
In general the book is ok. The author needed to make more research in some areas and not made use only of his own experience.

He does not mention about the issues with no following ANSI 92. The stored procedures and the trigger parts are really boring.

Sometimes the book is good but the author likes to move into areas he should not or he is not proficient enough. His comments on normalization and security are sometimes so strong that I tend to think that this guy is watching just one side of the coin.

Ed



Tiny font 2006-07-07
Excellent book, but the font is VERY small which makes reading difficult even though I do not have vision problems.


One of the best!! 2006-05-15
I have this book and I can say it is the best SQL Server book I have ever read. It may even be the best Development/Computer book I have. Every chapter is easy to read, detailed and concise. The coverage is phenomenal. I use this for reference quite a bit. The only thing that is missing is more detail on DTS... but that is a book in itself.


Un-satisfied with this book 2006-05-10
If you ever read this book: Joe Sack' SQL server 2000 Fast Answers for DBA and Developer, then you will see Vieira's book misses so many details about SQL server 2000. Understanding that this book focuses on PROGRAMMING only, but still it misses many PROGRAMMING DETAILS of SQL server 2000. I do not have no connection to Joe Sack's business. I read and compare the two and speak out my mind.


An all-time favorite 2005-11-11
What is this book about?

SQL Server 2000 is the latest and most powerful version of Microsoft's data warehousing and relational database management system. This new release is tightly integrated with Windows 2000 and offers more support for XML, as well as improved Analysis Services for OLAP and data mining.

Professional SQL Server 2000 provides a comprehensive guide to programming with SQL Server 2000, from a complete tutorial on Transact-SQL to an in-depth discussion of new features, such as indexed views, user-defined functions, and the wealth of new SQL Server features to support XML. Whether you're coming to SQL Server 2000 from another relational database management system, upgrading your existing system, or perhaps wanting to add programming skills to your DBA knowledge, you'll find what you need in this book to get to grips with SQL Server 2000 development.

What does this book cover?

Here are just a few of the things covered in this book:

Who is this book for?

This book is aimed at the SQL Server developer who wants to make the most out of the new features of SQL Server 2000. No knowledge of SQL Server is assumed, although in order to follow this book, you do need to have an understanding of programming basics such as variables, data types, and procedural programming. Database administration is also covered but only as it affects the SQL Server developer.


Good book, but don't set your expectation so high 2005-11-10
From all the books on my shelf that discuss this subject, SQL Server 2000 Design and T-SQL programming (despite its rating in Amazon) and this book (in that order) are my favorites. Regarding this book, it is comprehensive and managed to cover a lot of important subjects although by no means completely. If this is your first book about the subject, you will defiantly benefit from it as it will hold your hands and tech you how to take your first steps without falling and hurting your self and then it will also take you to the level that you are walking on our own but that is it (which is a lot) don't expect any acrobatic moves.

In other words, don't set your expectation so high; the book has its own share of nonsense and it is a lot. I had to go back to my collage days when I started with each text book by a process I called "garbage collection", you go through each page with a marker or pen and mark a whole section or paragraph as filling, nonsense, garbage, etc so if you have to come back and read the section, you don't waste your time reading this one again.

The book is full of these sections. For example, read the chapter on Views specifically the section on Indexed views page 326; there is a complete page telling you an Oracle story that only your PhD computer geek, database freak grandmother will care to tell you before she puts you to sleep (maybe for good). The author didn't mind wasting your time with this story but he was ok with next to useless discussion about the restrictions associated with creating Indexed Views. Can you use aggregate functions in this type of views? Are you allowed to aggregate columns that allow NULLs? Are you allowed to use Order By? Earlier in the chapter, the author said you can use Order By in view if you also use TOP; Is this still valid in the case of Indexed Views? You will not be able to answer all of these questions by reading this chapter. A brand new, million dollar feature (according to the story) like would deserve more attention but it didn't.

On Chapter 5 (Joining Tables) page 129; the author wanted to build a new data base to meet a certain requirements that doesn't exist in the sample database. What are these requirements he was after? He didn't say, read on you will find that he wanted a gerund table to represent Many-to-Many relationship that he described as follow:

[Quote] A vendor can have more than one address and vice versa [\Quote]

I still don't get it, how an address can have more than one vendor.

If I were in the author's shoes, I would take advantage of this opportunity and point first to a sloppy design in Pubs that allowed the Discount table to carry Store_ID in it and then correct the design by introducing a well designed two new tables Discounts (by themselves) and a Store_Discounts gerund table.

I will not even get close to the technical editing department in Wrox, I hate to disturb the sleep of those kind folks. Read this example at the bottom of page 561 and you will see what I mean
USE Northwind
SELECT OrderDate, CONVERT(VARCHAR(12) , OrderDate, 111) AS "Converted"
FROM Orders
WHERE OrderID = 11050

Yields us

Order Date Converted
--------------------- --------------
1998-04-27 00:00.00 2000/10/11

It is not even in the Errata even though I sent it to them few years ago.

The list can goes on but this is not my goal; I would not even mention those in details if the guide lines for the review specifically asked me to detail what I didn't like about the book. I am not trying to demean the author's effort I am only trying to set your expectation to, what I think, the correct level.

In short, the book is good but is not great and defiantly it will NOT qualify you to pass an important exam like 70-229 by itself as another reviewer indicated.





Good Book to Own 2005-07-21
Title is correct. It is a professional manual for SQL Server 2000. Not for those without formal training although there are usable snippets in the book.


Incredible. 2005-07-14
Robert Vieira knows how to write!

His coverage of SQL is thorough and his ability to explain why you would use a feature is wonderful. Amazing clarity and thoughtful concise examples. And, he includes the complete syntax of SQL statements before explaining them, something lacking in other guru books.

It is a great buy.

Thanks Robert for your work.


Best Book By Far.... 2004-07-14
I've read the MSPress Certification book, BOL (SQL server Books Online), and neither come close to the under standing this book gives. Things I've read 5 times over in the other aforemenioned book and still didn't get an understanding, I read once in this book and understood right off.

I wished I had this book before taking the admin exam (I passed, but caught heck doing it).

aaron@aaronford.com

... For more information from Amazon.com about Professional SQL Server 2000 Programming Programmer to Programmer ...
null
In association with Amazon.com. Please support our site by doing your online shopping here.
Search