我来回答
set identity_insert table_name on
set identity_insert yourtable on
insert yourtable (no,...) values(3,...)
set identity_insert yourtable off
go