DB SynchroComp - Version 3.3.1 DB SynchroComp compares two SQL Server databases,determines differences between them, and generates thescript that will change the target database structureto match the source database structure. After youexecute the synchronization script, two databases willhave the same structure, and existing data in thetarget database will remain intact.Database differences will be shown graphically andtextually. It is possible to select the objects thatare to be synchronized or to synchronize all theobjects (this is the default option). You can changesome of the comparison options before the comparison ofdatabases. After creating the synchronization script,it will be possible to change it. But usually, therewill be no need to change this script.DB SynchroComp changes the database structure only butnot the data. After the synchronization of databaseschemas, the target tables will be populated with thedata that existed on the target database before thesynchronization, except for newly created fields thatcan be either null, or populated with some default datathat are generated by the program or by the user.