Can SQL Server 2000 replicate system databases and/or logins?
Posted
by Kev
on Server Fault
See other posts from Server Fault
or by Kev
Published on 2010-04-28T12:10:50Z
Indexed on
2010/04/28
12:13 UTC
Read the original article
Hit count: 682
Can SQL Replication be used to publish SQL Server 2000 system databases to another SQL Server 2000 server, i.e master, model, msdb?
If this is not possible, what is the correct strategy for keeping SQL Logins synchronised (more specifically their passwords) between a publishing server and a subscriber?
© Server Fault or respective owner