Is there a way to obtain the sql scripts with the changes applied to a client after calling the SynchronizeAsync method? #1042
Unanswered
marlonchosky
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think In my opinion, the best solution for you would be to:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a case in which I have a server and a client databases with no communication between them (they are on different networks).
So a proposed solution was to put a copy of the client database in the same network of the server database, run the code to synchronize them and try to obtain the sql script that was applied in the moment the SyncAgent.SynchronizeAsync() method was called. In this way, I can save the script in a file and then carry it to the network where the client database lives and execute the script.
I'd like to know if there's a way to make my scenario true. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions