Hi All,
i make a table let ABC in this table i am giving first column StudentID(int) setting primary key and also Is Identity =yes , second column Name(varchar),
Now i have inserting some values in the table (i.e only Name and StudentId is Autoincremented).
my problem is that i am deleting all row ...now i am adding new row but StudentId doest not start with 1... it start last value (say 15) ... how can i set when i am deleting all record
it must be start with 1 ...
Thanks.