Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.46 KB

File metadata and controls

25 lines (20 loc) · 1.46 KB
title Enable a Database for Replication (SQL Server Management Studio) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology replication
ms.topic conceptual
helpviewer_keywords
databases [SQL Server replication]
ms.assetid 8092faa3-9cff-4f81-926c-6a0070d1ce2c
author MashaMSFT
ms.author mathoma
manager craigg

Enable a Database for Replication (SQL Server Management Studio)

A database is implicitly enabled for replication when a member of the sysadmin fixed server role creates a publication with the New Publication Wizard. A member of the sysadmin fixed server role can also enable a database for replication explicitly, so that a member of the db_owner fixed database role can create one or more publications in that database. To enable a database explicitly, use the Publication Databases page of the Publisher Properties - <Publisher> dialog box. For more information about accessing this dialog box, see Create a Publication.

To enable a database for replication

  1. On the Publication Databases page of the Publisher Properties - <Publisher> dialog box, select the Transactional and/or Merge check box for each database you want to replicate. Select Transactional to enable the database for snapshot replication.

  2. [!INCLUDEclickOK]