With all due respect to Kishore's answer, this approach is valid if you modify packages. Since you are using the import / export wizard, a more direct approach is to check the Enable Identity Insert field on the Column Mapping tab.
In the Export Import Wizard, after selecting the table to copy, click the Edit Mappings... button

In the window that appears, click the Enable Identity Insert property, and your identifiers will be replicated.

The same clean result returned by SET IDENTITY_INSERT TableName ON and OFF, but this is done automatically during build.
billinkc Jan 06 '14 at 15:40 2014-01-06 15:40
source share