DangerM0use Posted May 11, 2007 Share Posted May 11, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/50909-using-identity/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.