Quantcast
Channel: SQL Server Training | Tutorials | How to's » 2008 – New Features
Viewing all articles
Browse latest Browse all 10

Video : How to Setup Replication with SQL Server 2008 ?

$
0
0

What is Replication ?

Replication is the mechanism for creating and maintaining multiple copies of the same data. Replication allows,
• Multiple copies of data can be kept in sync.
• Allows data be closer to users, improving performance.
• Allows a branch office to work when not connected to the main office.
• Separate process and offload work from production servers

What are the Components of Replication

Following are the important components in replication setup
• A publication contains articles.
• The publisher either distributes the magazine directly or uses a distributor.
• Subscribers receive publications to which they have subscribed.

What are the Server Roles Involved in Replication ?

SQL Servers can be assigned three different roles in a replication topology:
• Publishers create and modify data.
• Distributors store replication-specific data associated with one or more publishers.
• A subscriber holds a replica copy of the data.

What are the type of replication available in SQL Server ?

SQL Server supports

  1. Snapshot replication sends the entire data set to the subscriber.
  2. Transactional replication only sends modifications to the data.
  3. Merge replication items are modified at both the publisher and subscribers.
  4. Heterogeneous replication allows access to other database products.
  5. Peer to Peer Transactional Replication


How to Setup Snapshot Replication ?

This video demonstrates

  1. How to configure Snapshot Replication between two instances of SQL Server 2008.
  2. How to Create a Publisher database
  3. How to Create a Subscriber database
  4. How to Select replicable SQL Server database objects
  5. How to Configure security for the replication processes

Step by Step video guide for setting up Replication between two instances of SQL Server 2008.

 

Video : Setting up Snapshot Replication between two instances of SQL Server 2008

How to Setup Transactional Replication ?

This video demonstrates

  1. How to configure Transactional Replication between two instances of SQL Server 2008.
  2. How to Create a Publisher database
  3. How to Create a Subscriber database
  4. How to Select replicable SQL Server database objects
  5. How to Configure security for the replication processes

Step by Step video guide for setting up Transactional Replication between two instances of SQL Server 2008.

 

Video : Set up transactional replication

How to Setup Peer to Peer Transactional Replication ?

This video demonstrates how to set up Peer to Peer transactional Replication

Video -  SQL Server 2008 Peer to Peer Replication


// ]]>

References

Peer-to-Peer Transactional Replication

 

Note: To view All this Video, Please install Microsoft Silver light

The post Video : How to Setup Replication with SQL Server 2008 ? appeared first on SQL Server Training | Tutorials | How to's.


Viewing all articles
Browse latest Browse all 10

Trending Articles