pds is the name
of the primary Microsoft SQL Server data server.
pdb is the name of the primary Microsoft
SQL Server database.
rds is the DirectConnect access
service name.
rdb is the name of the replicate
database.
Note: Save the values of pds and pdb to
be used later for the rs_source_ds and rs_source_db parameters
in the Replication Agent mssql.rs file.
Here is an example of how to create a database replication
subscription:
create subscription NY_sub1
for database replication definition NY_repdef1
with primary at NY.NYmss5
with replicate at my_mssql_access_service.my_repl_db
without materialization
go