Saturday, March 15, 2014

Deleting Test Orders from the AspDotNetStoreFront Database

If you need to clean up your AspDotNetStoreFront database by removing and deleting any test orders from the database, then you will need to follow the instructions described in these articles:

http://manual.aspdotnetstorefront.com/p-1286-clearing-oldtest-orders-from-the-database.aspx

http://manual.aspdotnetstorefront.com/p-411-clearing-test-orders-from-the-database.aspx

However, neither of these articles FULLY address cleaning out and deleting out all of the order data from the database.

You will need to also run these statements to delete ALL of the order data:

DELETE FROM OrderShipment
DELETE FROM OrderNumbers
DELETE FROM ShoppingCart


No comments:

Post a Comment