M.-A. Lemburg wrote: > Is there some SQL statement I could execute to get the current > database fill state ? >
select * from <sysdba>.SERVERDBSTATISTICS will help if you call it as the sysdba or as an dba. other users will receive error 100 row not found Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
