evilhomer
evilhomer

Reputation: 9254

Do I need to set up Kerberos to use Replication in SQL Server 2005?

I want to setup replication on three SQL servers and one is not configured for Kerberos. (The SPNs are not setup yet)

Do I need Kerberos and Pass-through delegation working to use replication in SQL Server 2005?

Upvotes: 0

Views: 267

Answers (1)

Mitch Wheat
Mitch Wheat

Reputation: 300559

No. But you will need the replication agent(s) to run under the context of account with the relevant permissions. See MSDN here.

Upvotes: 1

Related Questions