Search
Home
Articles
Backup
Books
Certification
FAQ
Products
Replication
Scripts
Seminars
Training
TSQL

MSDN Fourms
Philippine SSUG
Fort Worth SSUG
Oklahoma City SSDG

Resume

MHS Enterprises
BlowFrog Software
FilAm Software
AcrylicAcetate.com
Bargain Humidors
Western Humidor

Replication Primer 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

Prerequistes

The replication setup procedure that will be described here is a simplified version in that it utilizes only one server. In order to replicate data to a single server or multiple servers, there are a few things that need to be configured to begin with.

  • Configure the SQL Server Agent to run under a named NT account
  • The SQL Server Agent will manage all of the replication activities. In order for it to login to other SQL Servers, it must run under a named NT account. If it is still set to the local system account when you set up replication services, an error message will be displayed stating that replication will fail.
  • Ensure the server that is being replicated to is defined as a remote server

replication09.gif (18247 bytes)

Registered remote servers

Replication Primer 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

Michael R. Hotek

All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.