Hey,
A uniqueidentifier is different. The field is actually a GUID, and you got to use the NewID() to create a new guid for the row. If you want identity insertion, use an integer type (int, bigint) or numeric (numeric and decimal can specify a custom length).
Brian
|