I have used the ddlgen tool to export the database schemas from my DEV and UAT servers. Now I am trying to file diff the output but the order in which the DDL is generated is different from both servers.
The documentation for the tool does not appear to have an option for sorting the output. Is there one?
Alternatively, is there another tool available for this purpose?
Regarding sorting you are right, there’s no option to do it!
If you need to compare schemas, you can extract all tables and all stored procedures one at a time. Then you compare each files individually.