Iterating through the actual differences
![arbo](https://us.v-cdn.net/6029854/uploads/defaultavatar/nZUSABQN8JEE0.jpg)
Having identified each object that appears to be different - is there any way of showing the actual SQL code of the two compared objects and the lines that are actually different?
I need to compile a report that identifies the objects that are different / new and how they differ.
Best wishes,
Arne
I need to compile a report that identifies the objects that are different / new and how they differ.
Best wishes,
Arne
Comments
Schema-wise, you can get to the underlying SQL code of an object using Work.ScriptObject(obj):
It works nicely.
Arne