I have a primary key and identity issues when migrating databases and tables from SQL Server 2000 to SQL Server 2008.
In SQL Server 2000, some tables have primary key ID
and I set Identity yes. When I export to SQL Server 2008 a few tables already do not have a PRIMARY KEY and Identity No.
I've tried the Edit Mapping in Export with check list export identity, but the result is the same, NO PRIMARY KEY and Identity NO
How to solve this problem?