See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.
Pro SQL Server 2005 Replication and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

13 used & new from $60.00

Have one to sell? Sell yours here
 
 
Pro SQL Server 2005 Replication (Definitive Guide)
 
 
Start reading Pro SQL Server 2005 Replication on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Pro SQL Server 2005 Replication (Definitive Guide) (Hardcover)

by Sujoy Paul (Author)
Key Phrases: publication properties, replication agents, buffer manager, Cancel Figure, Merge Agent, Log Reader Agent (more...)
3.4 out of 5 stars See all reviews (10 customer reviews)


Available from these sellers.


5 new from $67.22 8 used from $60.00
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $71.99

Customers Who Bought This Item Also Bought

Pro SQL Server 2005 High Availability

Pro SQL Server 2005 High Availability

by Allan Hirt
$72.00
Inside Microsoft® SQL Server(TM) 2005: Query Tuning and Optimization

Inside Microsoft® SQL Server(TM) 2005: Query Tuning and Optimization

by Kalen Delaney
4.4 out of 5 stars (8)  $31.49
Pro SQL Server 2005 Database Design and Optimization

Pro SQL Server 2005 Database Design and Optimization

by Louis Davidson
4.4 out of 5 stars (9)  $53.99
Microsoft SQL Server 2005 Unleashed

Microsoft SQL Server 2005 Unleashed

by Ray Rankins
4.4 out of 5 stars (20)  $40.49
Inside Microsoft  SQL Server(TM) 2005: The Storage Engine (Solid Quality Learning)

Inside Microsoft SQL Server(TM) 2005: The Storage Engine (Solid Quality Learning)

by Kalen Delaney
4.4 out of 5 stars (17)  $31.49
Explore similar items


Editorial Reviews

Product Description

Replication is a way of copying and updating information in a database. This allows all users to see the same information and any changes made to it. Replication also duplicates the database across a number of computers so that, if one computer goes down, the information is not lost and can still be accessed. Pro SQL Server 2005 Replication, written by Sujoy Paul, a Microsoft Certified Professional for SQL Server, focuses on this most critical and complex of data management tasks.

This book is for Microsoft database developers and administrators who want to learn about the different types of replication and those best suited to SQL Server 2005. The book will also delve into advanced topics like replication of SQL Server with heterogeneous databases, replication of different database objects like stored procedures, backup and recovery of replicated databases, plus performance and tuning. This book is an ideal read whether youre a novice or advanced replication user.



About the Author
Sujoy Paul is a results-oriented database and software professional with extensive experience in different relational database management systems like MS SQL Server 2000, Sybase ASA, and Sybase ASE; data modeling; case-based tools like PowerDesigner; and coding and testing in demanding hi-tech environments. Sujoy’s background includes expertise in database replication, with special interest in two-way replication, backup and recovery, performance and tuning, and troubleshooting. Sujoy has a demonstrated ability to provide training for replication and Microsoft certifications on design and administration of SQL Server 2000. Sujoy is a Microsoft Certified Professional (installing, configuring, and administering Microsoft SQL Server 2000 Enterprise Edition).



He is the author or coauthor of dozens of technical papers, including "Replicating SQL Server 2000 across Heterogeneous Databases" (SQLTeam.com, August 2003).


Product Details

  • Hardcover: 1016 pages
  • Publisher: Apress (December 15, 2006)
  • Language: English
  • ISBN-10: 1590596501
  • ISBN-13: 978-1590596500
  • Product Dimensions: 9.4 x 7.2 x 2.2 inches
  • Shipping Weight: 3.8 pounds
  • Average Customer Review: 3.4 out of 5 stars See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #624,697 in Books (See Bestsellers in Books)

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

10 Reviews
5 star:
 (2)
4 star:
 (4)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.4 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
31 of 33 people found the following review helpful:
2.0 out of 5 stars Should focus on what we don't know, April 3, 2007
By J. Griffith (Portland, OR) - See all my reviews
(REAL NAME)   
I had a need... Bring up replication for a med-large Publishing DB (800GB).

I needed to configure, create test data, test several configurations, get a feel for performance and error handling, create the production scripts, prep the production environment, and turn it on.

The configuration we have setup involved "nosync" continuous Transactional Replication due to the Subscriber database starting out as an empty DB. The subscriber only receives new replicated transactions and does not have "snapshot" synchronization.

I had no real prior experience, nor guidance other than MSDN, MS Knowledgebase (KB), and various web sources.

Then, I came across this book, took a cursory glance, and saw what seemed to be a rich explication of replication. What caught my eye, in particular, were the chapters entitled: "Internals of Transactional Replication." There was such a chapter for each type of Replication (Snapshot, Transactional and Merge). I had hoped these would provide enough information to sort out problems I encountered and make my way through the task more efficiently.

Those were my expectations, and I was disappointed. Here's why:

1. The assumption is that Replication is going to use immediate Snapshot Synchronization. I got to believe there's a substantial number of DB's that would like to use it in a 'nosync' situation, particularly with a situation of Large DB replicating to Small DB. BOL, KB, nor this book really discusses this situation. There are specific and significant steps you must take in this situation. I was required to discover them through trial and error.

If you follow the directions given, you'll be forced to use Synchronization to initialize the Subscriber for Replication and this cannot happen in many situations.

Suggestion: provide a section for some types of "non-standard" database replication topologies and a summary of the differences. "Standard" topology, in this case, is where the Publisher and Subscriber are completely synchronized by an initial Snapshot Synchronization prior to replication transactions being distributed to the Subscriber.

2. This book is nearly 1000 pages. You'd expect a great deal of insight in that size of a book. I found little. What I did find was page after page of SQL Server Replication Wizard screenshots. I don't know about you, but I get pretty familiar with those wizards in the course of using them. They don't add very much value in a book like this.

Suggestion: Please don't provide out-of-the-box Wizard screenshots. If there is a situation that an admin will likely stumble over, then great! A snapshot of just that screen, pointing out what should be done is appreciated.

Suggestion: If you use diagrams (I love them!) provide more diagrams at a level like those in Chapter 3 that illustrate "how things work" by sequencing the replication types. Include some more non-standard ones perhaps in the Internals chapters.

3. The chapters entitled: "Internals of <Replication Type>" include ER-like figures. I say "ER-like" in that they are very inconsistent. In some cases there several Entity boxes (UML form) with the columns listed in a pattern in the figure. There are no relationship connectors, while it is clear there *are* relationships there. You're left to sort that out on your own. Effectively, what is added value is a listing of tables that are used for a specific form of replication. NOTE, *some* of the diagrams (Figure 10-29) have the relationships, but the Standard Transactional Publication figures (10-55 through 10-71) show almost no relationships. These were the ones I needed.

Suggestion: Create ER diagrams with the Entity names and their relationships (THESE ARE HELPFUL!). Don't try to list every column in the entity. If there are specific entities for which the column names are to be discussed, use separate figure(s).


4. Many of the non-wizard screenshots throughout chapter 10, the chapter I needed, were very blurry. I cannot even read some of them. I've looked at multiple copies of the book and they are the same. This is an issue with APress, not the author. This seems pretty unacceptable. Yuck.

Suggestion: proof *the entire book* before press...! :-)


5. Is it necessary (for even novices) to have 25% of the book showing Wizards and T-SQL for configuration? There are 6 chapters, 2 for each of the replication types entitled: "Configuring <Replication Type> Using the GUI" and "Configuring <Replication Type> Using T-SQL"

What's needed is:

- A conceptual understanding of what you're trying to achieve (terminology, roles, responsibilities, sequence of events) and I think you do this. This should provide enough information to identify the pattern of implementation you require.

- Next describe the procedures (tables, diagrams, enumerations) with the essence of how to implement the pattern. Look at the Table of Contents for "Configuring Transactional Replication using T-SQL" and you see the types of sequences that should be illustrated (not with Wizard GUI's). Then you have more room for non-standard configurations such as 'no-sync'. Specifically in this regard, nowhere is it discussed the correct procedure for generating the stored procedures and establishing them in the no-sync case.

6. Please focus on the "gotchas" what are the common mistakes you'll make and how do you rectify them. I believe the list is large and available, and it would be a great help to compile a succinct list/solutions.

7. More discussion is required regarding errors you may find in the Replication and what to do with them. There are a standard set of errors you may run into, and standard methods to deal with them, how to investigate MSrepl_errors, etc. You're not alone. There really is no great source for help in this regard.







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



 
10 of 12 people found the following review helpful:
3.0 out of 5 stars Lots of screenshots, lots of material from BOL, March 18, 2007
By Andrey Smirnov (Moscow, Russia) - See all my reviews
(REAL NAME)   
The book contains lots of info from BOL + lots of screenshots which show step by steps details of some replication related actions. And BOL material + screenshots - its practically entire book. I think for some DBAs it will be good book, but I somewhat disappointed.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
4.0 out of 5 stars Great for a Novice, May 18, 2008
By Maxim Masiutin (Chisinau, Republic of Moldova) - See all my reviews
(TOP 1000 REVIEWER)    (REAL NAME)   
I have been involved in administering a database working on several geographically-separated servers. Initially, we've been using IPSec protocol for connections between the servers. To connect the clients, we've been using stunnel, which is easier to manage and to route. We were planning to stop using IPSec and moving to stunnel entirely. But I had no idea how to make Microsoft SQL Server 2005 to synchronize using stunnel. Microsoft had no ready-to-use solution for this. Thanks to this book, I have found the answer. Although this book does not explicitly state how to use stunnel, but it had enough clues to make me able to figure out the answer. For our company, this book was worth its price.

Anyway, this book is for an entry-level administrator of the SQL Server 2005. It contains the most basic information, with lots of screenshots and explanations. This overall information is quite easy to understand. If you want something specific, for example a solution for a rare or a complicated problem, this book is not for you, you would better to go to a specified forum. But if you are a novice in replication, I highly recommend this book.
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

2.0 out of 5 stars Read Books On-Line
Although is a good summary and a step-by-step for novice Administrators it shows almost nothing that is not in BOL. If you are an experienced DBA this book is not for you.
Published 7 months ago by Noel Diaz

4.0 out of 5 stars A Good Book for Novice and Good Guide for Everybody - Review by Founder of SQLAuthority.com
Quick Review:
This is good book for any novice developer to start in the world of database replication implementation and maintenance. Read more
Published 9 months ago by Pinalkumar Dave

5.0 out of 5 stars a great help
I have never used any other SQL SERVER Replication books, so I can't compare it to anything else.
I needed a book for reference as I set up a large scale SQL replication... Read more
Published 13 months ago by S. Taylor

5.0 out of 5 stars Novice to SQL Server and SQL Server replication in particular
Coming from mostly an Oracle background, I needed to come upto speed quickly to work on some replication projects. Paul's book was just what the doctor ordered. Read more
Published 16 months ago by A. Sarkar

1.0 out of 5 stars Disaster! Stay away! The worst SQL Server related book I've ever read!
There is nothing useful in this book. The author makes it more complicated than it actually is. I rather use the Books On-line or MSDN than this "book". Read more
Published 16 months ago by Dmitry

4.0 out of 5 stars A Very Good book on the subject
I found this book to be very usefull as it enables one to very quickly understand the concepts of replication and implement a solution quickly. Read more
Published on May 25, 2007 by S. Kantipudi

4.0 out of 5 stars Very good but lacking in some areas.
I, like Mr. Griffith from Portland, had a need. The problem is that until June, this is the only book out there on replication for SQL Server 2005. Read more
Published on May 16, 2007 by S. Klein

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Look for Similar Items by Subject


Light It Up

Shop for sconces

Add light and beauty to your home with sconces from the Lighting & Electrical Store. Shop our extensive selection of indoor and outdoor fixtures.

Shop all sconces

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

A Mosaic of Tiles

Shop for Tiles
Whether it's the focal point or just a backdrop, tile can define zones, distinguish style, and add pizzazz to your kitchen or bathroom.

Shop all tile

 

Don't Slip and Slide

Shop for De-Icing Products
Melt away snow and ice from your driveway this winter with de-icing products from the Home Improvement Store.

Shop all snow removal products

 
Ad

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Finger Lickin' Fifteen
Finger Lickin' Fifteen by Janet Evanovich
Darkfever
Darkfever by Karen Marie Moning

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates