Create Transactional Subscription for Project ADMIN Database
- Last UpdatedMar 14, 2024
- 3 minute read
This procedure is used to create a transactional subscription for the Project ADMIN database.
-
Launch the SQL Server Management Studio application and connect to the SQL Server where the transactional subscription is to be created.
-
Expand the Replication node and select the Local Subscriptions node.
-
Right-click and select New Subscriptions from the menu.

-
The New Subscription Wizard dialog is then displayed, click the Next button.

-
Select Find SQL Server Provider from the menu.

-
The Connect to Server dialog is then displayed. Specify the SQL credentials of the publisher machine.

-
Click Connect to close the Connect to Server dialog and return to the New Subscription Wizard dialog.
-
Select the required publication and click the Next button.

-
Select the required distribution agent option and click the Next button.

-
Select the required subscribers and click the Next button.

-
Click the Browse button.

-
The Distribution Agent Security dialog is then displayed. Specify the SQL credentials, username and password of the publisher machine.

-
Click OK to close the Distribution Agent Security dialog and return to the New Subscription Wizard dialog.
-
Click the Next button.

-
Select Run continuously from the Agent Schedule menu and click the Next button.

-
Select Immediately from the Initialize When menu and click the Next button.

-
Select the Create the subscription(s) option and click the Next button.

-
Click the Finish button.

-
When the subscription is successfully created, click Close to close the New Subscription Wizard dialog.

Repeat the process to:
-
Create a merge publication for the PROJECT database.
-
Create a merge subscription for the PROJECT database.
-
Create a transactional subscription for the PROJECT database.
-
Create a merge publication for the REPORT database.
-
Create a merge subscription for the REPORT database.
-
Create a transactional subscription for the REPORT database.
The example indicates a complete set of publications and subscriptions created on the SQL servers.
