Question : bodytype.

Need to fix the index.
The index is at 30?
I need to make it 28.

Answer : bodytype.

Delete from tblname where bodTypeID = 30

After that:

SET IDENTITY_INSERT table_name ON
INSERT INTO tablename(bodyTypeID,BodyType) Values (28, Other)
SET IDENTITY_INSERT table_name OFF
Random Solutions  
 
programming4us programming4us