Viewing Storage Parameter Tables

Use this procedure to check the current values in any of the storage parameter tables.

To view the storage parameter tables

  1. Connect to the database with the user name and password used to create tables and indexes.
  2. At the SQL command prompt, type the following statements:
    use DATABASE_NAME 
    go
    select * from law_dba_table
    go
    select * from law_dba_index
    go

    where DATABASE_NAME matches the name of your data area/data ID or the DBNAME parameter set in your database driver configuration file (%LAWDIR%\ dataarea|dataid \MICROSOFT).

  3. To view the query results in the output file, use the text editor of your choice.