HomeHome Product Discus... Product Discus...SmithCartSmithCartCleaning out test data from databaseCleaning out test data from database
Previous
 
Next
New Post
9/14/2010 8:06 AM
 

What is the easiest way to clear out test orders from the table? I don't want to screw anything up.

Thanks,

Tom

 
New Post
9/14/2010 9:56 AM
 

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

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartCleaning out test data from databaseCleaning out test data from database