Jump to content

using identity


Recommended Posts

I am using identity so that everytime a new entry is entered into the db it automatially chooses the next available number

Type_# int not null identity(1,1),

I am just wondering if it is a good idea to have a constraint as well to make sure the number is in a set limit, so for example;

constraint Type_# check (Type_# between '000000' and '999999'),

Cheers

Link to comment
https://forums.phpfreaks.com/topic/50909-using-identity/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.