--- 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 [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. 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 [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], but it is not a requirement. For more information, see [Replication Publishing Model Overview](../../relational-databases/replication/publish/replication-publishing-model-overview.md). > [!NOTE] > Most of the tasks shown in these tutorials can be performed programmatically. For more information, see [Replication Developer Documentation](../../relational-databases/replication/concepts/replication-developer-documentation.md). ## Replication Tutorials [Preparing the Server for Replication](../../relational-databases/replication/tutorial-preparing-the-server-for-replication.md) 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](../../relational-databases/replication/tutorial-replicating-data-between-continuously-connected-servers.md) Learn how to use transactional replication to replicate data between fully connected servers. [Replicating Data with Mobile Clients](../../relational-databases/replication/tutorial-replicating-data-with-mobile-clients.md) 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)](../../relational-databases/replication/security/security-and-protection-replication.md)