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 do I create a drop-down in MS Excel that allows a user to select a file path
Login user using xml as database(C#)
GPO for Printer Preferences not applying to Windows 7 clients
Cheap Gateway/Firewall Solution
With an Intel I7-920 CPU -- am I wasting money buying DDR3 1600 RAM
Form seems like it is hang during Directory.Getfiles on a large directory structure.
Loading Multiple RSS feeds into specific Divs
installing the package
Mac OS 10.4.10 into Intel Core2Duo Desktop PC
Create array based on variable value with javascript