Complete/Total compare
maZZoo
Posts: 4
We need to be able to merge DB1 into DB2 ( from a class in out .NET project) . This include both table structure and data.
If this can be done with your current software solution, how is it done ?
-Philip
If this can be done with your current software solution, how is it done ?
-Philip
This discussion has been closed.
Comments
Please have a look into SQL Packager. It can synchronize schema and data and opposed to just the schema like SQL Compare. SQL Packager can create a file that will create a whole new database, but it can also produce a file that will synchronize the changes between two databases.
Can the SQL Packager make the "snapshots" runtime, from our own code ?
The functionality we want, requires ud to be able to make snapshots at a given time in our problem. So that DB1 can be "copied" to DB2 runtime.
-Philip
I'm not sure I understand your question... Do you want to add your own custom SQL Script to the Package? Packager produces a SQL schema and data migration script, then it creates an executable that runs these scripts.
I do not know the database structure, tables or anything in my code, so the replication have to be done dynamicly. Not with a script of a previously known database structure.
Hope this makes it clearer.
-Philip