Ankur,
If you use the Backup and Restore functionality (^DBACK and ^DBREST) all identity values will be preserved.
If you are importing the data in another way you need to look at the $SYSTEM.SQL SetIdentityInsert ClassMethod, this allows you to insert id values when importing data through SQL statements for example.
Oliver.
- Log in to post comments