I am using merge replication with pull subscriptions and Web Sync.
What is the easiest way to start a SQL script on the publication database when a subscriber starts the synchronization process?
There is this, sp_addscriptexec, but that specifies a script to run at the subscription database which isn't what I am after.