Options

Synchronize Database Against Script(s)

cnotleycnotley Posts: 2
I want to build a simple executable for our users that includes a SQL script representing the schema of our database. The executable would be run by the users against their database, which is an older version of our database. The executable would essentially synchronize the schema of their database with the schema specified in the script(s).

From what I have read, this appears to be possible, but any guidance on where I might read documentation on how to do this specifically would be appreciated.

Thanks.

Chris

Comments

Sign In or Register to comment.