I have a somewhat antiquated version of Visual 7.0.0 that I am working on upgrading. My thought was to initially jump to 9.0.8 and then afterwards migrate to version 10.
My conversion finishes successfully, but the log file contains may errors like below on various tables.
2023-06-09 23:33:04:55: [DBNAME] ALTER TABLE PURC_ORDER_LINE WITH check CHECK CONSTRAINT FKEY0272
[Microsoft][ODBC SQL Server Driver][SQL Server]The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FKEY0272". The conflict occurred in database "DBNAME", table "dbo.ACCOUNT", column 'ID'.
I was trying to have a productive weekend but I am a little concerned if I continue on, that I will end up with corrupted tables that don't necessarily show up right away.
I'm not a DBA, just a seasoned IT Admin. I've managed to do a few successful upgrades in the past from the 6.X versions to 7.X but I became hesitant after our resident Visual Admin was no longer with us.
I'm curious if any of you have ran into this in the past and know if it can be safely ignored, or if I need to investigate further.
Any help would be greatly appreciated.