Considerations for Installing SQL Server Replication
SQL Server 2008 R2
Replication components can be installed by using the SQL Server Installation Wizard or at a command prompt. Install replication when you install SQL Server, 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 Designing and Implementing (Replication) in SQL Server Books Online.
Important |
|---|
If you install replication components when you modify an existing instance of SQL Server, you must stop and restart SQL Server Agent after the installation is completed. This action helps ensure that SQL Server Agent recognizes the replication agent subsystems and can call replication agents from job steps. |

Important