What is the easiest way to clear out test orders from the table? I don't want to screw anything up.
Thanks,
Tom
I figured it out. Dropping the data from the following tables seems to do it without causing any issues.
DROP FROM
Smith_StoreOrders
Smith_StoreOrderDetails
and if you want to clear the user data
Smith_Customer