Replies: 1 comment 1 reply
-
Not sure, but I guess you can use Multi Scopes |
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
-
Hello everyone, I have the following case:
I have a database with X number of tables for example:
dbo.Table1
dbo.Table2
dbo.Table3
dbo.Table4
dbo.Table5
I have 2 projects that synchronize certain tables for example
Project 1
Table1 Type: DownloadOnly
Table2 Type: DownloadOnly
Table3 Type: DownloadOnly
Project 2
Table1 Type: UploadOnly
Table4 Type: DownloadOnly
Table5 Type: DownloadOnly
How can I do a synchronization of these tables per project in Dotmim?
Beta Was this translation helpful? Give feedback.
All reactions