![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
Weyus wrote: 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. There is also a DBCC command: DBCC CHECKIDENT ('table_name', reseed, new_value) -- Best regards, Marcin Guzowskihttp://guzowski.info |
#4
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |