List managed tables


  1. Start a database command prompt session and connect to the staging or authoring database.

  2. Issue one of the following SQL commands...

    Option Description
    Site data select tabname from STGSITETAB
    Merchant data select tabname from STGMERTAB
    Mixed site and merchant data select tabname from STGMRSTTAB

Some of the managed tables returned by the SQL commands do not have staging triggers associated with them. Any changes that we make to these tables in the staging database are not captured in the STAGLOG table. When you run the stagingprop utility, changes in these non-staged tables are not propagated from the staging database to the production database.

To view a list of tables that contain staging triggers, issue the following SQL command:


Related tasks
Creating a database table filter list
Filtering data for the stagingprop utility to propagate