I've been testing a new program, however I'm done a particular phase.
Now I would like to clear all the garbage test records out of my table and start fresh. I can clear all the records no problem with a delete * statement, however the primary key column does not reset, continueing to add new records with a row number starting after the last record inserted.
Simply put, how can I clear the primary key so when I insert new records, they start with an index of 0 again.
I cna't believe it's so hard with SQL 2000, I used to do this with one little command in My SQL. :/
Jeff W.
MCSE, CNE
Now I would like to clear all the garbage test records out of my table and start fresh. I can clear all the records no problem with a delete * statement, however the primary key column does not reset, continueing to add new records with a row number starting after the last record inserted.
Simply put, how can I clear the primary key so when I insert new records, they start with an index of 0 again.
I cna't believe it's so hard with SQL 2000, I used to do this with one little command in My SQL. :/
Jeff W.
MCSE, CNE