I'm running Sql Server 2005 Enterprise Edition. Actually, looking
closer, this looks like a remote server. I probably need to see if I
can convert it to a linked server, but my question still remains:
Does replication actively use this remote/linked server and if so, how
can I tell? Or am I safe to alter it?
Thanks for any help you can provide.
Paul
You can modify the properties of your linked server for data access=true
without breaking replication.
"Paul" <paulb...@gmail.com> wrote in message
news:27e060b7-702c-405f...@g23g2000vbr.googlegroups.com...
I was thinking that I would just modify the security so that other
users that use this linked server use a remote login on another box.
That doesn't seem like it would affect replication.
Thanks for your help!