hi,
here i am trying to create a table in which i want give a property autonumber(i.e increments simultaneously for each new row) to a field.pls tell me the procedure for this in sql server2005
i tried as,
create table Table_Num
num int primary key,
voice int auto)
but it is not working.pls tell me the syntax for setting auto number property for a particular prperty.
thanx in advance,
rammohan