"Zabach, Elke" wrote: > > 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
Thanks, that's exactly what I was looking for. I suppose PCTUSEDPERM is the column which I have to look at, right ? (It's at 100.0 for the full DB.) -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Company & Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
