Microsoft
Software
Hardware
Network
Question : Usin SSMS how do I add a unique ID field?
If I were to create a new table using SQL Server Management Studio, how would I go about making the first column a unique auto generated int value? When ading a record I want it automaticaly populated with a unique value that's one larger than the previously added row.
Thanks,
newbieweb
Answer : Usin SSMS how do I add a unique ID field?
set up the column with the IDENTITY property choose your seed value (1) and increment value (1)
choose a datatype of Integer (or bigint)
Random Solutions
PHP Directory List Group and Sort
cucumber and webrat not finding rails flash message
Exchange 2007 BCC field Limit?
Does anyone have any experience with marketing their software at CNET / Upload / Download dot com ?
Dell Powerconnect 2816 and Cisco 871w - VLAN
unable to send email to ditribution group though blackberry
Cannot find Domain Controller while trying to join the domain
VBA routien - simple code help
Create INFO popup macro in Office 2003.
Storing attachmentd in SQL Server