Options

Updating SNP Files.

keithrkeithr Posts: 16 Bronze 2
edited November 29, 2005 5:58AM in SQL Toolkit Previous Versions
This may sound like an unusual question, and probably not a possiblity..

My company produces a database application that is changed and updated by both my company and another company. The changes from the other company come in the form of a SNP file. Currently, we have to make our changes through a stored sql code.

Is there anyway that we can have changes from a snapshot of our db copied/added/inserted/sychronized into the SNP file from the other company? (aside moving everything into a database) Currently our tests have been very limited, and used the SQL Compare application. This would allow us to see compare our changes to theirs and determine how they effect each other and allow for a more consistent build process.

We currently run 3.1.7.218
Keith Rupert
Software Developer
Local Government Division
Tyler Technologies, Inc.
P: 888.654.3293 ext. 175111
www.tylertech.com

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello Keith,

    Not at the moment, this isn't possible. You would need to synchronize your database to the snapshot and then run the synchronization script against your database and snapshot it.
Sign In or Register to comment.