View Single Post

   
  #1 (permalink)  
Old 03-01-2008, 02:23 PM
Weyus
 
Posts: n/a
Default Forcing an IDENTITY column to have a certain value

All,

Is there any way to _set_ an IDENTITY column to have a certain value
so as to create a gap in the set of identity values on purpose?


All I've found is SET IDENTITY_INSERT.

Thanks,
Wes

Reply With Quote