You can translate the question and the replies:

Compare between two schema or databases

Hi, Is there a smart way to compare two schema or databases using denodo itself? Fro Eg, I have two versions of the same database say DB_v1 and DB_v2. I have added few more functionalities or logic correction / modification on top of DB_v1.vql and created DB_v2. Now that a third person wants to understand the difference between these two vql's in my absence. How can it be possible using denodo itself? Any help will be much appreciated. Thanks.
user
04-05-2016 04:57:28 -0400
code

1 Answer

Hi, You could try using the Version Control System (VCS) provided by the Denodo Platform. Enabling VCS for a database allows you to compare a particular element such a view, data source,... from that database with the last version saved in a repository. If you want to compare two different databases entirely I think the better way would be to export both databases to a .vql file and then compare both .vql files using a text comparison tool. Hope this helps
Denodo Team
04-05-2016 11:06:57 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here