I thought SQL Server Express didn't include a Replication Synchronization
engine??? Or is it just not supported in the interface??
So based on what you said here I should be able to pass through the
commandline the appropriate parameters and SQLExpress will force
synchronization with the SQL Server "mothership" even when I have set the
SQLExpress subscriber as a Pull Subscription in a Merge replication
scenerio????
> Yes, and doing so is not as "artificial" as it appears since these are the
> same executables run by the SQL Server Agent jobs that are configured
[quoted text clipped - 4 lines]
>> synchronize a Pull Subscription on the SQL Express machine to the
>> publisher (SQL Server)?
Raymond Mak [MSFT] - 30 Nov 2005 17:42 GMT
Off the top of my head, SQLExpress does not include components that allow
you to set up your SQL Express instance as a publisher but components for
synchronizing subscriptions on SQL Express instances should be included.
This should include both the distribution agent executable (distrib.exe) and
the merge agent executable (replmerg.exe). So as long as you can figure out
the appropriate parameters for the executables, you should be goood to go.
-Raymond
>I thought SQL Server Express didn't include a Replication Synchronization
>engine??? Or is it just not supported in the interface??
[quoted text clipped - 13 lines]
>>> synchronize a Pull Subscription on the SQL Express machine to the
>>> publisher (SQL Server)?