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
Adjust a bound combobox.
SQL Timeout when Changing Char Field Length
Cisco 3560 connecting to Dell switches
using regular expression to ensure only digits no matter the length are entered in a field
Freebsd Configure firewall
combo boxes feeding id number into table and not name
What value does the second lock statment provide?
How do i make Timeslips 2009 work in Citrix Xendesktop on Windows XP
Rewrite a VB script ( Visual Basic ) to send SMS message from another Telco SMS website
How to set up a remote personal server & run own software such as Outlook & Access on server