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
Problesm setting up the first web page in Dreamweaver...
Add WMI Query to Existing VBscript
The news page in SharePoint 2007 is narrow and does not look like the master or sub master page
How to configure 24 time on a windows 2003 server
Silverlight Question on raising event by keyboard's Enter Key
Permissions of file server
How can I display the current column widths of an Excel worksheet?
Windows 7 unable to access network shares error code 0x800704cf
oracle session count
Good method of deploying windows 7 in XenServer