Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.13 KB

File metadata and controls

39 lines (31 loc) · 2.13 KB
title Replication Tutorials | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology replication
ms.topic conceptual
helpviewer_keywords
tutorials [SQL Server replication]
walkthroughs [SQL Server replication]
replication [SQL Server], tutorials
ms.assetid 19fbd10e-5b59-4cd0-a988-52d5d9206242
author MashaMSFT
ms.author mathoma
manager craigg

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 Developer's Guide (Replication).

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

SQL Server Replication Security