Consultor Eletrônico



Kbase P25285: Setup replication using MS SQL Server as one of the replicat
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/05/2003
Status: Unverified

GOAL:

Start replication using MS SQL Server as one of the replication databases.

FACT(s) (Environment):

MS SQL 2000

FIX:

We generally recommend to our users to create the "pduser" as following for MS SQL Server:

1.Sign into the Query Analyzer or ISQL as SA.
2.sp_addlogin pduser,password
3.go
4.use <database>*
5.go
6.sp_adduser pduser,pduser,db_owner
7.go

*Where <database> is the name of the database that you are trying to activate for PDRE.