I transferred a MS Access database to SQL Server. It appears that all data was transferred.
The primary key values were placed it the appropriate columns and can be found by there value. However I can not add a new row to that table. My research says that the problem is that there is no identity property added to this column. As these primary keys and identity field need to be the same number. Identity_insert ?