Activity overview
Latest activity by snkscore
Ok thanks for the info.
The use case I'm working on is that we'd like to run the compare, produce a script that we know will run w/o errors (here is where it would be nice to do a test-run of the script), and then schedule that script along with other changes to production servers that are not database related to all execute at some specified time in the future.
Without knowing that the script would work, it would be hard to go down this path where we wouldn't have to manually be watching the updates happening @ 1am, we could just schedule them and have confidence that the database scripts would work.
I'm guessing we could possibly wrap the script in our own transaction and roll it back to do our own testing of the script, but it would be a nice feature to have that built into the tool in the future. / comments
Ok thanks for the info.
The use case I'm working on is that we'd like to run the compare, produce a script that we know will run w/o errors (here is where it would be nice to do a test-run of the s...
Is it possible to simply *test* the synchronization script?
I don't see any way in the UI to test the synchronization script from the sql compare application?
I'd like to use the synchronization manager, but not have it commit any changes. Run it, report a...