C
Cowboy \(Gregory A. Beamer\)
You can seed these values, as a GUID is a GUID (not quite true, but as long
as you are not using a CLUSTERED key on the GUID (and sequential guids (SQL
SERver 2005)). BUt, if you do not want to, alter the INSERT query to not
include the key. This can get tricky if you are running related data and
need to redisplay, so think the full set of use cases through before making
a decision or you will be altering.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
*************************************************
Think outside of the box!
*************************************************
as you are not using a CLUSTERED key on the GUID (and sequential guids (SQL
SERver 2005)). BUt, if you do not want to, alter the INSERT query to not
include the key. This can get tricky if you are running related data and
need to redisplay, so think the full set of use cases through before making
a decision or you will be altering.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
*************************************************
Think outside of the box!
*************************************************