Creating a primary database connection

To create a primary database connection, use sp_addprimaryconn:

sp_addprimaryconn "conn_name"

where conn_name is the connection name in the form ds.db.

If you do not specify a Maintenance User name when you create a primary connection, the ASE Replicator system user login name is the Maintenance User name for the primary connection. You have the option to specify a different Maintenance User name when you create a primary connection. To specify a Maintenance User name for a primary connection, use the following syntax:

sp_addprimaryconn "conn_name", maint_user

where conn_name is the connection name in the form ds.db, and maint_user is the Maintenance User name for the primary database.