Activity overview
Latest activity by mplan
We have always maintained schema and data with scripts.
We implemented a work around when synchronizing data by:
a) create a new database
b) synchronize the schema
c) run "meta-data" scripts (insert statements)
d) run sql data compare
The dual representation of the data ("meta-data" .sdcs files) does not really make our deployment task easier. We still have to ensure that both files are in sync. We will most likely produce another work around to produce the .sdcs files from the "meta-data" files. But I think we would most likely remain with our current work around.
We would rather take a performance hit and use only the slower "meta-data" scripts.[/list] / comments
We have always maintained schema and data with scripts.
We implemented a work around when synchronizing data by:
a) create a new database
b) synchronize the schema
c) run "meta-data" scripts (inser...