The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Pro SQL Server 2005 Replication
  

  Pro SQL Server 2005 Replication by Paul, Sujoy

  • Published by: APRESS ACADEMIC
  • Author: Paul, Sujoy
  • Page Count: 982
  • Group: SQL SERVER 2005
  • ISBN: 1590596501/9781590596500
  • Published: Dec 2006

Our Price: 47.99
 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Pro SQL Server 2005 Replication
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. The Definitive Guide to 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, performance and tuning, and finally, troubleshooting replication. This book is an ideal read whether you're a novice or advanced replication user.

Introduction: Distributed data
Replication basics
Types of replication
Configuring snapshot replication using the GUI
Configuring snapshot replication using T-SQL
Snapshot generation
Internals of snapshot replication
Configuring transactional replication using the GUI
Configuring transactional replicationn using T-SQL
Internals of transactional replication
Configuring merge replication using the GUI
Web sychronization with merge replication
Backup & recovery of snapshot & transactional replication
Optimizing snaphot replication
Optimizing transactional replication
Optimizing merge replication
Heterogeneous replication