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
ZM 400 Label Printing
How to add a tool box to a web site?
What to use: application or virtual directory on windows 2008?
Excel 2010 - Simple Conditional Format Question
User Security Issue on Server 2003 R2 Standard
Sync MS Project 2010 tasks with MS Outlook 2010 tasks without Project server or add-in
Replace pc4200 with pc6400
Draytec Vigor3300, static Address allocation.
psexec problem on 64bit target systems
Weird grouping query