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
Windows XP administrator remote acces - how to forbid?
Windows xp All Network Adapters wont start code 39
How to bring in more clientel
Sql Help Must declare the scalar variable "@TotalRecords".
Failed to create a trust - "The specified account already exists." - when creating new domain tree
What is the issue with this profile
want row
How do I pause a running program in VBA
How do I hide the Start button and keep a black screen until after a startup program launches
How do I convert Thick to Thin on ESXi?