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
JavaScript Variable Variable
FM - Limiting a Second "Sub-Type" Drop-Down Box by Choice in "General Type" field
Please, urgent... where can I see all logs about shutdown ?
Visual Studio VB
MySQL Query Error: Column count doesn't match value count at row 1
How to consume a webservice (external) in VS2010
SQL 2005 - Partitioned Table Refresh
Regex newbie question
How do a update the results of a calculated field all records in a table?
Oracle Enterprise Manager -- Scheduled TEXT file ?