SQLMobile

What is merge when I update the row on SQLMobile(Subscription) is it Publication will updates too




Answer this question

SQLMobile

  • David N.4117

    if you're talking about merge replication, if you update row on the subscriber, the change should be propagated back to the publisher when you synchronize. You can find more information in Books Online.
  • SQLMobile