valeryk2000
Registered User.
- Local time
- Yesterday, 20:12
- Joined
- Apr 7, 2009
- Messages
- 157
Existing Access database contains a lot of data. I need to upsize all tables to SQL Server. Many Access tables have autonumber field. When I use DTS it would drop autonumber, e.g. it would keep the values of this field but in SQL Server it would not keep the Identity (autonumber) property. If I change it in Edit SQL window poped-up by clicking Edit Mapping... button in DTS it will renumber existing numbers. Question: how to keep both current values and autonumber/identity property?