I need to import data of a table from prod environment to my dev DB.
This table is having one identity column and also there are gaps in between as some records have been deleted from prod.
Now I want all columns value including identity column to dev DB same as Prod DB table.
How can i achieve it using SSIS ?