I try to upsize 2 tables from access to sql 7.0. This tables have a relation with referential integrity. I get a error from server with 2 messages:
1st: sp_addmessage 778578,16,'Cannot add or change record. Referential integrity rules require a related record in table "mytable"
The second message - server error 15279: you must add the us_english version of this message before you can add the 'Português' version.
I did the same thing with SQL Server 6.5 and everything works fine.
Any help ?