Orders System Database Tables

The Orders System stores data in two SQL Server databases. Orders runtime data is stored in the transactions database. By default, this database is named sitename_transactions. Orders configuration data is stored in the transaction configuration database. By default, this database is named sitename_transactionconfig.

Dd451463.alert_caution(en-US,CS.90).gifImportant Note:

Do not modify the tables, columns and values in the orders databases directly, except in the cases in which doing this is recommended in the documentation. Use the APIs and business user applications to modify the databases. If you modify the databases directly, data integrity issues might result.

The topics in this section describe the tables in the Orders System databases.

In This Section

See Also

Other Resources

Developing with the Orders System

Orders Mapped Storage

Mapping Purchase Orders to the Database