Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.68 KB

install-sql-server-replication.md

File metadata and controls

44 lines (34 loc) · 2.68 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords monikerRange
Install SQL Server Replication
Install replication components by using the SQL Server Installation Wizard or in a Command Prompt window.
rwestMSFT
randolphwest
07/26/2017
sql
install
install-set-up-deploy
intro-installation
components [SQL Server replication]
command line installations [SQL Server replication]
installing replication
replication [SQL Server], installing
command prompt [SQL Server replication]
>=sql-server-2016

Install SQL Server replication

[!INCLUDE SQL Server -Windows Only]

Replication components can be installed by using the [!INCLUDEssNoVersion] Installation Wizard or at a command prompt. Install replication when you install [!INCLUDEssNoVersion], or when you modify an existing instance.

After replication components are installed, you must configure the server before you can use replication. For more information, see Configure Distribution in [!INCLUDEssNoVersion] Books Online.

Important

If you install replication components when you modify an existing instance of [!INCLUDEssNoVersion], you must stop and restart [!INCLUDEssNoVersion] Agent after the installation is completed. This action helps ensure that [!INCLUDEssNoVersion] Agent recognizes the replication agent subsystems and can call replication agents from job steps.

Installing replication by using Setup

To install replication when installing a new instance of [!INCLUDEssNoVersion]

  • To install replication components, including Replication Management Objects (RMO), select SQL Server Replication on the Feature Selection page of the Installation Wizard.

Installing Replication from the Command Prompt

To install replication when installing a new instance of [!INCLUDEssNoVersion]

Related content