You are not authorized to post a reply.
|
|
Author |
Messages |
|
gtoepfer Posts:1
|
09/19/2009 9:39 AM |
Alert
|
We have a need to delete all the customer information (about 32000) entries, one at a time will not do, any way to do this would help us a lot..
|
|
|
|
|
Mixer Posts:69
|
09/19/2009 3:33 PM |
Alert
|
Launch RMS Administrator. Connect to the database. Open New QUery. Type in:
DELETE FROM Customer
Run the query. It will delete all customers from your database.
|
|
|
|
|
|
You are not authorized to post a reply. |
|
|
|