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
Can I have code created in VBA to allow Outlook Email messages to save to sharepoint folders?
Getting a "postbacktrigger is not a known element" ASP.NET waring
SQL Express 2008 can't login using windows authentication
Permissions of file server
Using a variable in the ORDER BY clause of an SQL stored procedure.
Virtualization Training
How can I put a text editor inside a Access form?
phpMyAdmin
Adjust the tabel height in an ASP.NET page - Review
Need to connect two Windows workstations to one scanner using TWAIN...