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
Adding blogger feed to Facebook page - still track Google analytics?
Sql question for Access
music and effects on plants
Inter VLAN routing Cisco 3750 apparent same config not working now.
Write a batch file in windows and schedule it to copy certain files to Linux server?
How do I see Windows 7 Group Policies in Group Policy Management?
logon script only on the specific server
How can C# match substrings very fast?
Protect Document
Excel. Disable "Do you want to save a shared version of this workbook?"