61 used & new from $0.01

Have one to sell? Sell yours here
 
 
Inside Microsoft SQL Server 7.0 (Mps)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Inside Microsoft SQL Server 7.0 (Mps) (Hardcover)

~ (Author), (Author) "In 1985, Microsoft and IBM announced "a long-term joint development agreement for development of operating systems and other systems software products..." (more)
Key Phrases: Server Profiler, Query Analyzer, Server Enterprise Manager (more...)
4.5 out of 5 stars  See all reviews (49 customer reviews)


Available from these sellers.


15 new from $7.47 46 used from $0.01

Customers Who Bought This Item Also Bought

Professional SQL Server 7.0 Programming

Professional SQL Server 7.0 Programming

by Rob Vieira
4.7 out of 5 stars (71)  $36.49
Explore similar items

Editorial Reviews

Amazon.com Review

As the title implies, Inside Microsoft SQL Server 7.0 examines SQL Server from the inside out, investigating the technical workings of this complex database product. Author Kalen Delaney has updated this popular title, penned originally by Ron Soukup. Both authors emphasize that Inside Microsoft SQL Server 7.0 does not work well as an introductory tutorial but is designed to elevate existing SQL Server knowledge to the next level.

The initial 31-page overview describes the colorful history of SQL Server with an excellent rundown of composite technologies and important features of the database. A very insightful analysis of SQL Server's engine internals follows, which breaks down all of the various manager components and explains how they work.

The remainder of the book focuses on the intelligent implementation of SQL Server in a number of areas. A chapter on planning and installation gives an unusually detailed look at hardware and software strategies for high performance and reliability. The book then covers how to effectively work with databases, tables, queries, transactions, triggers, and cursors.

Each subject receives highly detailed coverage with the goal of enhancing your decision making skills with knowledge of the inner workings of the product. Inside Microsoft SQL Server 7.0 is a database administrator's (DBA) gold mine--a rare treasury of in-depth product knowledge from true masters. --Stephen Plain



Product Description

A must-read for developers and IT professionals who need to understand Microsoft SQL Server from the inside out. Written by a Microsoft SQL Server guru, this comprehensive guide provides updated, authoritative advice for installing, administering, and programming with version 7.0. The CD contains product evaluation documentation, sample code and scripts, white papers, and a benchmarking kit.

Product Details

  • Hardcover: 948 pages
  • Publisher: Microsoft Press (April 1999)
  • Language: English
  • ISBN-10: 0735605173
  • ISBN-13: 978-0735605176
  • Product Dimensions: 9.1 x 7.5 x 2 inches
  • Shipping Weight: 3.8 pounds
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (49 customer reviews)
  • Amazon.com Sales Rank: #1,366,941 in Books (See Bestsellers in Books)

More About the Authors

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

Inside This Book (learn more)

Citations (learn more)
2 books cite this book:



What Do Customers Ultimately Buy After Viewing This Item?

Inside Microsoft SQL Server 7.0 (Mps)
62% buy the item featured on this page:
Inside Microsoft SQL Server 7.0 (Mps) 4.5 out of 5 stars (49)
Inside Microsoft SQL Server 2000
34% buy
Inside Microsoft SQL Server 2000 3.4 out of 5 stars (74)
$59.99
Professional SQL Server 7.0 Programming
4% buy
Professional SQL Server 7.0 Programming 4.7 out of 5 stars (71)
$36.49

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

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 Reviews

49 Reviews
5 star:
 (30)
4 star:
 (14)
3 star:
 (4)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (49 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
45 of 46 people found the following review helpful:
4.0 out of 5 stars Good. Darned good. But is this IT?, February 19, 2000
By Fernand Raynaud (California USA) - See all my reviews
I don't get it. Every book I pick up on SQL 7 is filled with words, lotsa pages (and this one is even quite useful), and yet something is missing. What's missing is what I can never get enough of: practical examples. Hey, if I knew SQL really well, maybe I wouldn't mind, but I'm often having trouble with things like fancy JOINs, how to send back error strings, and which @@global variables can't be passed as output parameters in stored procedures. There's a lot I don't know real gud. But I gotta get the coding done.

So I keep looking for one of these goldmines that doesn't try to explain what a database is, but gives me lots of examples, and a great index, so I can stumble into instances of things done right and wrong, and try to find some help with my many specific problems.

This is a wonderful book to read if you have the time, it does give you a better insight into SQL7, it's well written. But if you're like me, we're still looking for that book that we can keep on our desks, next to the aspirin.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
17 of 17 people found the following review helpful:
5.0 out of 5 stars Awesome!, December 17, 1999
By David A (Queens NY) - See all my reviews
Inside Microsoft SQL Server 7.0 is simply the best SQL Server, and possible the best database book I've ever read. If you are a SQL Server developer, this is the only book you will need. It provides a clear, comprehensive, and thorough discussion of all fundamental concepts a developer must know. Other books I've read fail to cover or lack depth on so many topics, such as database locks, query and performance optimization, and SQL Server functions and syntax constructs. This book however was not only extremely informative, but was well organized and easy to understand. I enjoyed every page.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
14 of 14 people found the following review helpful:
3.0 out of 5 stars Architectural insight, but only moderately useful, May 14, 1999
By A Customer
Inside SQL Server provides a lot of architectural detail (much of which is also in the on-line documentation) and serves well to describe the product feature set to anyone considering purchasing SQL Server. There are also some technical insights, including material on performance, that might help a developer. But the book falls short of helping you get anything *done* with SQL Server.

From the administration side, the material on installation and performance is good, but advice on security is almost nonexistent and backup and recovery advice is minimal.

For developers, there's almost no VB or C++ code, and not all of the SQL code is stellar. For example, on page 331, a convoluted IF statement using four separate SELECT statements is used to handle possible null parameters when the following simple statement would be a better solution in most actual situations:

SELECT * FROM employee WHERE isnull(employee.dept,'')=isnull(@dept,'') AND isnull(employee.class,'')=isnull(@class,'')

The example was accompanied by a discussion that could lead developers to use nonstandard T-SQL extensions that reduce portability (and which aren't really necessary). The book has a few other SQL Server-centric biases, which isn't such a terrible thing, as long as you don't get led astray by them.

Of the SQL Server 7 books I've read so far, I think SQL Server 7.0 DBA Survival Guide is probably the best book for DBAs. And to actually write code, I'd highly recommend SQL Server 7 Developer's Guide. For a "quick intro" to SQL Server 7, I think SQL Server 7 for Dummies is a good choice. I was impressed with how much information I found in Dummies, even though it's a small book by comparison (just 360 pages).

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars Extremely well written
I purchased three things to help me prepare for the 70-029 exam: This book, the Exam Cram Book, and Transcender. Read more
Published on January 11, 2002 by Thomas Kinney

4.0 out of 5 stars Best Book for SQL 7
If you only have one reference for SQL 7..this is it.
Published on August 6, 2001 by C. Becker

4.0 out of 5 stars Great Reference Material
I have not read this book cover to cover, nor could I. This book is a very good reference book (although I wish DTS was covered), but not exciting reading material. Read more
Published on June 8, 2001

4.0 out of 5 stars Great Reference Material
I have not read this book cover to cover, nor could I. This book is a very good reference book (although I wish DTS was covered), but not exciting reading material. Read more
Published on June 8, 2001 by Richard Estep

5.0 out of 5 stars Great book for a great product
In my opinion, SQL Server 7.0 is one of the finest software products ever written. This book compliments Microsoft's effort. Read more
Published on May 2, 2001

5.0 out of 5 stars The best SQL Server book you can buy
If you already know the basics and are interested in intelligent database design, this is the book for you. Read more
Published on February 25, 2001 by Vic Chari

5.0 out of 5 stars A must read material for profesional SQL Server developer
If you are focused on SQL server you must have this. It does not cover everything (for example administration), you can not learn the basics, BUT you will learn architecture... Read more
Published on January 14, 2001

4.0 out of 5 stars Don't expect all the basics, expect the gory inside details
Most books 'are all alike' in that they contain the same old standard stuff, told in a different way. Read more
Published on November 27, 2000 by Jarno Peschier

5.0 out of 5 stars Very serious SQL book, must have to build solid foundation
This book covers the topics very well in which I do agree and I have quoted the following points from Microsoft's site:- * Evolution, architecture, and toolset: The history of SQL... Read more
Published on November 26, 2000 by Adrian Tan

4.0 out of 5 stars The next step after the basic guides.
If you are looking for a basic introduction to SQL Server this is not the book for you. However if you are looking for a book that give the next level of understanding over... Read more
Published on September 9, 2000 by H. Treftz

Only search this product's reviews



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
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.