Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Autonumber
Message
 
To
05/03/2004 06:09:42
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Miscellaneous
Thread ID:
00883411
Message ID:
00883417
Views:
7
if you are using Enterprise manager to create you fields, select the field you need to be autonumber (which must be of any of the numeric type) and in the properties of the field (just below), set the Identity property to True.

if you create your table by SQL statement, add the word IDENTITY (create table Test(id int IDENTITY, lname varchar(50), ...)


>I didnot find autonumber field type .. is it possible for me to get this field type in Ms. SQL Server? I need advice .. thanks a lot in advance
>
>Regards
>Winanjaya
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform