-
Hi, I made a table on the server that I want to be on the client but I don't want it to have any type of Bidirectional, Upload or Download synchronization, is it possible to do it? If I just add it to the SyncSetup, it throws me this error
I do not require any type of change tracking |
Beta Was this translation helpful? Give feedback.
Answered by
Mimetis
Mar 27, 2021
Replies: 1 comment 4 replies
-
You just want to recreate the table on the client ? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
maxrodro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just want to recreate the table on the client ?
If yes, do not use DMS for that, just create the table on the client with any ORM or SQL Script.