I have a requirement where I need a database to be provisioned on the clients SQL Server Express database from a SQL Server database. I've defined a filtered scope containing the tables/data I need which is all fine and the sync works, however for my particular
requirement its basically a one-off synchronization per client requirement - once the initial provision and sync has been done to a client I never need to incrementally get changes again. Is this kind of scenario supported? I dont really need all the triggers
and tracking tables since Im not interested in tracking changes, only in the initial database populate. Any help would be appreciated.