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
IP Configuration settings for T1 line on my Router
force a screen resolution
Is there a way to get rid of the faint scroll bar when there is not enough items in a ListBox?
Macro to merge columns in Word tables
laptop ram
Passing foxpro variable to Visual studio project
db_datareader - access to all tables/views
Outlook 2007 doesn't receive email until click Send\receive
Remote desktop options
How to set the datagridview column header text to a mixedCase+windows programming vb.net 2005