-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I'm using the database plug-in to export to a SQL Server database, but only from MY Archi-client, with no data changes (read-only to insert into your own datamarts for analysis and quality checks). However, time and time again, the synchronization comparison detects changes on the database side (which causes a synchronization on export). Worse still, after a few more exports, the Archi-model is corrupted and I have to restore a previous version from Git and truncate all the tables in the database.
Although I can see which data/views have been affected, I have no clue as to the cause. But I'm more interested in
(1) what could cause changes to the database in general (considering the fact that my database serves as a slave)
(2) An “export only” option, so that there is no synchronization; the differences between Archi-model and the database will only update the database.
I saw on the forum that someone else had the same problem, so I've just reproduced it here
