I have a delete query that I would like to run on a table that would delete all records before I import into that table again.
I would like this to happen with out any user intervention at all like "you are about to delete 50 records"
how could that be achieved?
Also is there a better way than a delete query
I want to remove data and leave table structure.
thanks in advance
Honor401
I would like this to happen with out any user intervention at all like "you are about to delete 50 records"
how could that be achieved?
Also is there a better way than a delete query
I want to remove data and leave table structure.
thanks in advance
Honor401