Share via


Orders System Post-Migration Steps

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This section describes the steps that you should perform after you complete the migration of your Orders system data. Use SQL Enterprise Manager (for SQL Server 2000) or SQL Server Management Studio (for SQL Server 2005) to remove any database tables that you no longer need. For more information, see the SQL Server 2005 Books Online Web site at https://go.microsoft.com/fwlink/?LinkId=69569.

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