Hi,
Just wondering if it's possible to compare "equivalent" programmatic entities. I am comparing Oracle and SQL Server DDL scripts, so the data types vary on a direct compare and I was wondering if we can add "equal" pairs for compares? For example, SQL server varchar and Oracle varchar2, SQL Server datetime, Oracle Date and so forth would be considered the same for comparison purposes.
Thanks
Rob
Just wondering if it's possible to compare "equivalent" programmatic entities. I am comparing Oracle and SQL Server DDL scripts, so the data types vary on a direct compare and I was wondering if we can add "equal" pairs for compares? For example, SQL server varchar and Oracle varchar2, SQL Server datetime, Oracle Date and so forth would be considered the same for comparison purposes.
Thanks
Rob
Comment