Iterating through the actual differences
arbo
Posts: 5
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