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
VFP strategic migration to DBC
C++
SQL Query - Autonumbering with prefix
' vs " in CONCATENATE
NTLDR missing when istall winxp on CF card
Asp.Net I need help on a HTTP Handler that will stream binary data in order to display an image.
phpmyadmin no negative numbers
Add multiple products to a database with one submit
Batch or VBScript to add a shortcut to Desktop for certain users
What is hhumbek.sys?