Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.44 KB

File metadata and controls

46 lines (37 loc) · 2.44 KB
title Replication Tutorials | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
replication
ms.tgt_pltfrm
ms.topic article
applies_to
SQL Server 2016
helpviewer_keywords
tutorials [SQL Server replication]
walkthroughs [SQL Server replication]
replication [SQL Server], tutorials
ms.assetid 19fbd10e-5b59-4cd0-a988-52d5d9206242
caps.latest.revision 13
author BYHAM
ms.author rickbyh
manager jhubbard

Replication Tutorials

Replication includes tutorials that you can use to learn how to set up and run replication topologies using [!INCLUDEssManStudioFull].

In the replication tutorials, "Publisher" refers to the server that contains that source data being replicated and "Subscriber" refers to the destination server. The Publisher and Subscriber may share the same instance of [!INCLUDEssNoVersion], but it is not a requirement. For more information, see Replication Publishing Model Overview.

Note

Most of the tasks shown in these tutorials can be performed programmatically. For more information, see Replication Developer Documentation.

Replication Tutorials

Preparing the Server for Replication
Learn how to prepare servers so that replication can be run with least privileges. You must complete this tutorial before the other replication tutorials.

Replicating Data Between Continuously Connected Servers
Learn how to use transactional replication to replicate data between fully connected servers.

Replicating Data with Mobile Clients
Learn how to use merge replication to exchange data between a server and one or more clients that are only occasionally connected.

See Also

Security and Protection (Replication)