Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-08-29 : 07:46:17
|
| Joe writes "I'm trying to setup Merge replication across between 2 non-trusted SQL Servers. I'm running Sql Server 2000 on the publisher/Distributor and MSDE 2000 on the subscriber. I'm trying to use dynamic filters, so that I only need one publication for all my potential subscribers. I can get merge replication to work with static filters, but I'd rather not setup 250 publications. I'm trying to setup dynamic filters, but I have to impersonate the SQL Agent account because of the non-trusted network. When I use Host_Name() or SUSER_SNAME() in the dynamic filter, it is always using the publisher's machine name or SQL Server agent.How can I get Merge Replication working with dynamic filters over a non-trusted connection?" |
|
|
|
|
|