Compared objects encrypted?
coavlanche
Posts: 12 New member
in SQL Compare
We currently use Oracle Schema compare in an SSIS solution to keep DB objects in sync. With this solution we are able to use the project files (.ocp) to do further processing on the DB objects by reading the XML in the project file to get the names/schemas of the DB objects that are being compared and deployed. We wanted to use SQL Compare in the same manner to manage our SQL Server DB objects. I downloaded the trial and setup a project with the DB objects I need to keep synced. I then noticed that the list of DB objects that are selected seem to be encrypted in some manner. Is there a way to turn this off so that these DB object names can be read with XPath?
Thanks,
Alan Sloan
Thanks,
Alan Sloan
Tagged:
Best Answer
-
Michelle T Posts: 566 Gold 1Not currently - the object names aren't encrypted, they're compressed (because you can end up with some very large project files otherwise).
Instead of trying to use the project file, you can generate an XML report of a comparison (either via the command line or Generate Comparison Report from the Tools menu), which you may be able to use in a similar fashion?Software Developer
Redgate Software
Answers
Redgate Software