Viewing post 1 (of 1 total)
You can do it as follows,
1. SET IDENTITY_INSERT Table_name ON
2. INSERT into Table_Name (Column_1, Column_2......) Values (Value_1, Value_2.....)
(make sure while inserting you specify name of required columns...
February 1, 2012 at 7:17 am
#1441206