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
Database in transition
HTML - Frames - how to make the heading frame to show the full pictures in iit?
What is the best way to test a USB port.
VB.Net - Combine two text files into one with matching first column
DNS on Dual NIC 2003 Server
Problem with Crystal Reports Numbers Format
Do a logical AND in REGULAR EXPRESSIONS
VB Macro recorder function
Maximizer Enterprise 9.5 ODBC / Btrieve Err 11 Error
doing math in a bash script.