aligning CRC values across sites

marksward

New Member
I recently started look after multiple sites (same database and application at each site). CRC values across these sites do not match as delta.df have in the past been applied in different orders.

I want to get to a position of compile once and deploy to each site, rather than compiling at each site in turn.

Simple question: what the heck is the simplist way to align the CRC's on these databases and keep them aligned in future?

cheers
Mark
 
Guess its dump and load then?

With the bug in the export statement and date-time fields in 10.0b can a binary 10.0b dump be loaded into 10.1b database?
 
Yes, binary dump files are upwards compatible.

There is a CRC synchronization program floating around. As I recall you can find it on v9stuff.com.
 
Back
Top