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
How to find focused control in Silverlight
Current Event between print records...
Adobe Acrobat 7 printer on Windows 7 64bit doesn't install
What new threading features are now available in Visual Studio 2010?
How do I search my hard drive for files of a specified size or larger?
HP 1505N cannot change static IP
Simple File Sharing Question
DataKey Parameter causes errors on page
how to remote wipe iPad from Exchaneg 2007 server?
SQL SERVER 2005 CANNOT GENERATE SSPI CONTEXT