Orders System Post-Migration Steps

This section describes the steps that you should perform after you complete the migration of your Orders system data. Use SQL Server to remove any database tables that you no longer need.

Removing Old SQL Tables

Run the following SQL commands to remove the old tables for the Transaction Resource.

Drop Table BasketGroup

Drop Table OrderGroupAddresses

Drop Table OrderFormLineItems

Drop Table OrderFormHeader

Drop Table OrderGroup

Run the following SQL commands to remove the old tables for the TransactionConfig Resource.

Drop Table ShippingConfig

Drop Table TableShippingRates

Drop Table Decode

Drop Table Region

See Also

Other Resources

About Orders Site Code Migration to Commerce Server 2007