sql-compare

SQL Compare-Like tool for Oracle?

We're a .NET team which uses the Oracle DB for a lot of reasons that I won't get into. But deployment has been a bitch. We are manually keeping track of all the changes to the schema in each version, by keeping a record of all the scripts that we run during development. Now, if a developer forgets to check-in his script to the source c...

SQL Compare GUI works, but command line gives problems

I recently purchased SQL compare 7.1 pro for the command line capabilities. We have been using the GUI version with no problems for some time now. I am trying to exclude items from the sync, however its not working. I am using the .scp file created from the GUI. My syntax is: SQLCompare.exe /pr:"file.scp" /v sync >> Log.txt. I have trie...