Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.73 KB

File metadata and controls

55 lines (40 loc) · 2.73 KB
title Tutorial: Preparing the Server for Replication | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
replication
ms.tgt_pltfrm
ms.topic get-started-article
applies_to
SQL Server 2016
helpviewer_keywords
replication [SQL Server], tutorials
ms.assetid ce30a095-2975-4387-9377-94a461ac78ee
caps.latest.revision 15
author BYHAM
ms.author rickbyh
manager jhubbard

Tutorial: Preparing the Server for Replication

It is important to plan for security before you configure your replication topology. This tutorial shows you how to better secure a replication topology as well as how to configure distribution, which is the first step in replicating data. You must complete this tutorial before any of the others.

Note

To replicate data securely between servers, you should implement all of the recommendations in Replication Security Best Practices.

What You Will Learn

In this tutorial you will learn how to prepare a server so that replication can run securely with least privileges. The first lesson shows how to create the Windows service accounts used to run replication agents. The second lesson shows how to configure the folder used to generate and store publication snapshots. The third lesson shows how to configure distribution and set permissions.

Requirements

This tutorial is intended for users familiar with fundamental database operations, but who have limited exposure to replication.

To use this tutorial, your system must have the following components installed:

Estimated time to complete this tutorial: 30 minutes.

Lessons in This Tutorial

Start the Tutorial

See Also

Configure Distribution
Security and Protection (Replication)