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
iMac G4 speaker scratches and then 3 beeps
Excel VBA to open other excel file and copy cell value to active excel sheet
Saving 3ds Max 2009 files taking ages !!
How to disable php version .htaccess
Excel Formula to search 2 lists to produce a 3rd list
Subform not showing related records
restore mail from backup exec information store backup
SQL Server 2005 Replication
Outlook-Mail signatures
Sql query to get latest blog post from each blogger