Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Reports database property information.
sa_db_info( [ dbidparm ] )
dbidparm Use this optional INTEGER parameter to specify the database ID number.
If you specify a database ID, sa_db_info returns a single row containing the Number, Alias, File, ConnCount, PageSize, and LogName for the specified database.
If dbidparm is not supplied, properties for all databases are returned.
None
The following statement returns a row for each database that is running on the server:
CALL sa_db_info( );