Adaptive Server Enterprise System And Catalog Procedures - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Adaptive Server Enterprise system and catalog procedures

CHAPTER 1
Overview of Adaptive Server IQ System Administration
Table 1-2: Stored Procedures for the IQ Store
Procedure name
sp_iqcheckdb
sp_iqcommandstats
sp_iqdbsize
sp_iqdbstatistics
sp_iqestjoin
sp_iqestdbspaces
sp_iqestspace
sp_iqindex
sp_iqindexsize
sp_iqjoinindexsize
sp_iqstatus
sp_iqtable
sp_iqtablesize
Adaptive Server Enterprise provides system and catalog procedures to carry
out many administrative functions and to obtain system information. Adaptive
Server IQ has implemented support for some of these procedures.
Purpose
Checks the validity of the current
database and repairs indexes
Gives statistics on execution of
various commands
Gives the size of the current database
Reports results of the most recent
sp_iqcheckdb
Estimates the space needed to create
join indexes for the tables you specify
Estimates the number and size of
dbspaces needed for a given total
index size
Estimates the amount of space needed
to create a database, based on the
number of rows in the underlying
database tables.
Lists indexes and information about
them. Omitting the parameter lists all
indexes in the database. Specifying the
table_name parameter lists indexes for
this table only.
Gives the size of the specified index
Gives the size of the specified join
index
Displays miscellaneous status
information about the database
Lists tables and information about
them. Omitting the parameter lists all
tables in the database. Specifying the
table_name parameter lists columns
for this table only.
Gives the size of the specified table
9

Advertisement

Table of Contents
loading

Table of Contents