Hi,I'm migrating a SQL Server database to DB2 with ddlutils. Using the ant task almost everything works fine. I only found one error: the manually inserted foreign keys in the database are not migrated. This is because in SQL Server the select are case-insensitive, but in db2 all is case-sensitive.
Any advice? Thanks.
