Comments
Sort by recent activity
I want to make it possible to replicate an existing database to another database.
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 / comments
I want to make it possible to replicate an existing database to another database.
I do not know the database structure, tables or anything in my code, so the replication have to be done dynamicly. ...
Thank you for the quick reply !
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 / comments
Thank you for the quick reply !
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 pro...