Buy Used
Used - Good See details
$4.60 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
SQL Server 7 Developer's Guide
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

SQL Server 7 Developer's Guide [Paperback]

Michael Otey (Author), Michael Ctey (Author), Paul Conte (Author)
4.4 out of 5 stars  See all reviews (29 customer reviews)


Available from these sellers.



Book Description

SQL Server Professional Library December 1, 1998
Master SQL Server 7 database administration and application development, and learn ways to reduce Total Cost of Ownership within your organization, using this complete guide for power programmers. Written by two SQL Server experts, SQL Server 7 Developer's Guide combines start-to-finish coverage of core SQL Server 7 concepts with step-by-step programming examples in text and on CD-ROM. It also provides special tutorials on relational database concepts and building SQL statements - PLUS a complete guide to using Visual Basic for SQL Server application development.

Editorial Reviews

Amazon.com Review

SQL Server 7 Developer's Guide is equally divided into a database administrator's manual and a developer's primer, providing useful content for readers who are interested in both angles.

The book opens with overviews of the SQL Server database architecture and the new features of version 7. The management and security aspects of the all-important Enterprise Manager are covered in depth. The authors make very liberal use of screen shots and information tables, lending a visual look to this introduction. The first part continues with sections on replication, data warehousing, performance optimization, and SQL-DMO--the object-oriented framework that lets you write your own management applications.

Part 2 opens with a traditional look at databases and a focus on the relational model. After introducing you to entity-relationship diagrams and a rather detailed tutorial of the SQL language, the authors present each of the various ways to access SQL Server from client applications: Microsoft Access front ends, data access objects (DAO), Open DataBase Connectivity (ODBC)Direct, the ODBC API, Remote Data Objects, object linking and embedding database (OLE DB), ActiveX Data Objects, and DB-Library. The last chapter discusses Active Server Pages (ASP) development and how to integrate SQL Server databases with Web sites.

A companion CD-ROM contains all of the example code in the book and offers a centralized interface for running it. --Stephen W. Plain

Review

SQL Server 7 database development from start to finish! Master SQL Server 7 database administration and application development, and learn ways to reduce Total Cost of Ownership within your organization, using this complete guide for power programmers.

Product Details

  • Paperback: 875 pages
  • Publisher: Osborne Publishing (December 1, 1998)
  • Language: English
  • ISBN-10: 0078825482
  • ISBN-13: 978-0078825484
  • Product Dimensions: 9.1 x 7.3 x 2 inches
  • Shipping Weight: 3.4 pounds
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (29 customer reviews)
  • Amazon Best Sellers Rank: #3,980,135 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

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

16 of 17 people found the following review helpful:
3.0 out of 5 stars Average approach to SQL7, December 28, 1999
By A Customer
This review is from: SQL Server 7 Developer's Guide (Paperback)
This book is decent, but for the developer, there may be 200 pages worth of relevant info. The first part of the book is all admin stuff, probably too deep for the developer, not deep enough for the true DBA. Middle section is really good for SQL/T-SQL stuff, database design/analysis/normalization, etc. The last half of the book deals with data access technologies which are basically irrelevant at this point, so only the ADO and ASP chapters are worth anything.

As another reviewer mentioned, much of the book seems like cut and paste text from an online manual.

I picked up the latest SQL7 book from Wrox (by Viera), and within a couple of hours realized how much more superior it was. For the professional developer, I highly recommend the Wrox text.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 23 people found the following review helpful:
3.0 out of 5 stars Developer GUIDE?, December 11, 1999
By 
This review is from: SQL Server 7 Developer's Guide (Paperback)
This 1000 page book is a collection of sections that feel largely cut and pasted from some manual. The rest could be written by a good secretary. Still, that would be of real use if you could find stuff; but the index is quite inadequate.

There are two sections. The first half is administrative recipes, the second is programmer recipes. I give it a whole 3 stars because some of these admin recipes are useful. Like how to back up a database, some platitudes about performance, a little about cubes and replication, etc. SQL Server is a big topic; you can easily fill 400 pages just covering basics, and that's a worthwhile thing.

But for a book that is supposed to be a developer's resource, in the end you get about 40 well ventilated pages that deal with the only current data access technique, namely ADO. There's a summary view of the SQL language and some rudimentary discussion of stored procedures. The rest of the developer stuff deals (superficially) with every piece of old technology, like Access, DAO, ODBC, RDO and DBLIB.

There's a lot of filler; two page code quotes are followed by stultifying enumerations of what functions the code called. The Web and ASP? You get 60 flaccid pages in the last section; by the end of that chapter you are into deleting rows, and then onto 4 pages on Interdev, but there are, mercifully, lots of pitures. Why is it that they make you feel like you're lucky to even be getting that last chapter?

The problem all around is that this is all very superficially treated, with a lot of white space, pages of double-spaced code, and pictures. I don't see what you could possibly develop, based on this book. If you have progressed to the point where you have doubts and questions, it's very unlikely you will find the answers here. This is more of a "don't rock the boat" sort of book, and it's an OK intro. $ is a little steep, considering that $ also buys you something the author put his heart and mind into, like "Pro SQL Server 7.0 Programming" by Robert Vieira.

A more accurate title would be "A reluctant developer's introduction to SQL Server". If your favorite tools were VB3 and Access, and you think all these newfangled things like COM and OOP and Java and XML and UML are just "fads", then this is maybe the SQL book for you.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Excellent reference for SQL Server 7 developers, April 8, 2000
This review is from: SQL Server 7 Developer's Guide (Paperback)
This book covers nearly every aspect of SQL Server 7 that could be relevant to the developer. Sections on SQL Server's architecture and administration, backup, security, replication, and other DBA aspects, comprise the first part of the book. The remainder of the book is geared towards the development aspect, rather than the administrative aspect. The section on T-SQL is very good. There are many illustrations and examples throughout the book and the language is easy to read.

While there are books out there, many of them excellent, that concentrate on the adminstration of SQL Server to the exclusion of development and others that are directed only at developers, this book is geared to the developer that needs to dabble in administration from time to time. This is what makes this book unique and an important addition to any SQL Server 7 developer's library.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

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 Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject