Search code examples
sql-serversql-server-2008database-replicationdatabase-administration

SQL Server Replication Process Account Error


As per below image, I am Configuring the Transactional Replication in SQL Server 2008 R2.

enter image description here

I need to give process account and password.

I tried to provide the account as the account from which i login for ex "sa" and password is password for "sa".

It fails as it is not a correct account.

Please help me.(If i need to provide any account please provide me detail how to find that account)


Solution

  • You need to use your Windows account name and password, not your database user and password.