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
ActiveSync Small Business Server 2003 Exchange
HttpUnit visual display?
Exec(SQLString) does not return an Output value in SQL Server 2005
Pass-Through Authentication from Active Directory to ASP.Net
Border on first and last record
Can not find a RSS feed on my home page.....
Facebook deny/allow on SonicWALL with Enhanced 4.0
Send an email automatically when a new file arrives to a folder
How to execute two queries simultaneously
Upgrading SQL Server 2008 64-bit database