Customer Reviews


14 Reviews
5 star:
 (12)
4 star:
 (2)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews
‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

45 of 45 people found the following review helpful:
5.0 out of 5 stars If Access was dead, Mary and Andy sure brought it new life!, December 20, 2000
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
They pulled no punches: from the very beginning of the introduction to this book, Mary and Andy hit the very first point that every Access developer has to deal with -- Access is dead, Access is a toy, etc. etc. Of course, 800 pages later they have proven that all the people who thought this were not very bright (or at least did not know much about Access!).

Especially cool are the huge chapters on views, stored procedures, and Access reports. I usually am pretty proud of the fact that I do not ever learn very many new things from books. But Mary and Andy ruined that one pleasure for me because I learned things that I did not know about, even when I was working on the Access team, in the source code!

I mentioned the chapter on stored procedures, but I wanted to emphasize that these 52 pages are one of the most impressive intros to using them that I have come across. It is at the perfect level for an experienced Access developer who does not want to have feel dumb for "starting over" in SQL Server. In fact, the whole book is designed that way: you can leverage all your existing knowledge to help you learn about another, more powerful platform -- and the long term direction of Access itself.

This book is a must have for anyone who wants to make that jump from Access to SQL Server: whether you are using MDBs or ADPs, traditional forms or DAPs, stored procs/SQL or ADO recordsets, if you are doing anything that go between Access and SQL Server then THIS is the book that will take you there.

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


43 of 43 people found the following review helpful:
5.0 out of 5 stars Other Books are "Streets", this one is a "Highway", September 10, 2001
By 
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
In the last 18 months I have spent time and money reading a dozen of books in order to acquire the necessary knowledge to migrate from Access to VB/SQL Server. I've tried the enclosed code and learnt many things.
However, until three days ago I didn't know "how" and "when" migration would happen.
I've read this book in 3 days and only now I know I will start tomorrow!
In every book I read I found something helpful, but this one is simply a highway leading you to the right place.

Chapter 11 is impressive. Only after reading those ninety pages I can say that I know the difference between MDBs and ADPs. I mean when and how to use each of them, which problems I'll encounter choosing MDB or ADP, which limitations, etc.
When and how to use DAO, ADO or ODBC, how to mix them in the same application using stored procedures at the server level.
Chapter 14 on n-tier apps is just a bible to me. This is not a reference on SQL Server or Access, but if you want to know how to migrate from Access to SQL Server, what are the differences that you, as a programmer, must know, when and how to use remote data or local data, how to build a 3-tier app, you can't miss it.
I don't know if I'll switch to VB or I'll continue using Access as a front-end.
What I know is that also if I decide to switch to VB I will keep this book on my desk all the time.
Thanks to both for this wonderful job.

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


20 of 20 people found the following review helpful:
5.0 out of 5 stars Very good book, June 17, 2001
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
In October 2000 I had to create a reliable Access / SQL-Server project but I did not find any useful documentation. A few months later I found this book and gladly it shows the same techniques I developed. If anyone tells you to migrate Access tables to SQL-Server read this book first !!! One remark though: the authors suggest to use Stored Procedures wherever you can. Using Views for Select queries is faster and you can put the SQL-statements in your VBA-code.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


18 of 19 people found the following review helpful:
5.0 out of 5 stars Super Book - Take my word on it!, October 27, 2003
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
I have been an Access developer since 1.1 (1993). I have bought many a book over the years. Some good, some bad. This book, however, is super! It is designed totally with the Access developer in mind. All of the questions that popped into my head seemed to be answered in practical terms chapter by chapter. The organization is terrific and the flow is second to none. The topics that are worth repeating are repeated while others are left for a one-time only view. The writing is easy to digest, powerful and very explanatory. The pictures are all also very helpful. You can tell the writers paid attention to every line they wrote. But they also inject a human kind of writing style which keeps things interesting throughout.

In addition to a thorough discussion on SQL Server security vs. Access security, data conversion, upsizing, etc., the book covers the differences among MDWs, MDEs, ADPs and ADEs beautifully and it addresses scenarios for when to use stored procedures, server functions, views, etc and with great attention to detail. The chapters ADO vs. DAO and on T-SQL are well written too. Later the book even goes into simplifying building multi-tier apps with Access as front end, VB-based COM+ components in the middle and of course, SQL Server sitting in the back. And just when you think the last chapter will be a letdown as many last chapters are, it wows you with an incredible amount of insight into how to optimize, backup and perform other settings in SQL Server.

If you are a serious Access developer like me, and are timid about moving full force into SQL Server, then this is the book for you! I recommend it highly!

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


12 of 14 people found the following review helpful:
5.0 out of 5 stars A great Access book, a fantastic SQL Server book., December 30, 2000
By 
Jennifer Roberts (Pittsburgh, PA USA) - See all my reviews
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
If you are an Access developer and you want to start writing professional database programs with SQL Server then this is the book to get. Even if you're already writing programs with SQL Server as your database, believe me, you need this book, too. You are sure to learn enough in the first 15 minutes to justify the price.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars If I had bought this book first I'd have save a lot of money, July 26, 2006
By 
Lisa (Petersburg, VA, United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
I have a lot of SQL server books. Everything from SQL Server 2000 for Dummies up to SQL Server 2000 Stored Procedure Programming. And many times none of these books had what I needed. Then I would turn to this book. I was using VB.Net, so I figured this book wouldn't apply, but I was wrong. Even if you are not using Access, this book explains SQL Server the right way. Chipman and Baron offer simple but thorough explanations and samples of the things you actually need to know as a developer. They don't spend a lot of time on the things a SQL Server DBA might need to know that a coder would not.

Maybe their approach works so well for me because I came from an Access background, but I am willing to bet anyone coming straight from VB and needing to understand Transact SQL, effective stored procedures, funtions, and triggers would appreciate this book as well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
4.0 out of 5 stars Absolutely splendid, May 16, 2001
By 
Spiller Delicate (Munich, Bavaria Germany) - See all my reviews
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
If anyone is stuck when porting applications from access to sql server, you are about to find the answers in this book. I recon if it is not in here, its probably to possible. The explanations are straight forward and conver sufficient depth to adapt it to everyday problems.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Appears to be an excellent book., June 26, 2006
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
This answers a lot of programmer level questions about using MS-Access with SQL Server. It describes the limits and penalties when going the various routes. The book is quite clear in its descriptions. It would make a good addition to any Access programmer's collection.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars The best book if you wan to know detail about upsize Access to SQL Server, September 14, 2011
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
I bought two similar books at the same time, only this book tells me the detail I really want to know .
If you are a user who upsized your Access database to SQL Server, and had problems or questions about your database, this is the book you should read.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Excellent book. Highly recommended!, January 12, 2009
This review is from: Microsoft Access Developer's Guide to SQL Server (Paperback)
I've been an Access developer for the past 10 years. Now our company is finally migrating our data over to a SQL 2000 database. This book is an excellent resource for those transitioning from Access to SQL. The information is well thought out, laid out in an easy to use format, supplies good examples, and has a tremendous amount of useful information.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Microsoft Access Developer's Guide to SQL Server
Microsoft Access Developer's Guide to SQL Server by Mary Chipman (Paperback - December 23, 2000)
$49.99 $30.77
In Stock
Add to cart Add to wishlist