For years I have two databases that I keep in sync with my own database schema synchroniser.
4 years ago when I started with LLBLGen Pro I was able to do database first sync to LLBLGen from one of the Db's (Ms Access) and then click something like 'map unmapped entities and fields' and the mapping for the Sql server was also created without having to synchronize this also.
From version 5 this is al magically in one routine, but I suffer from the extra synchronization on the SQL server, because now there are two syncs, and low level there are probably some differences with naming that it with everychange this doesnt work very well. much hand work to correct things.
I have to be keeping my own schema syncrhoniser, but are there some hints as to follow for making this as smooth as possible?
thanks!