× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Max storage by user is not a bad idea. "IF" they are the owner and not
the users associated group profile. I actually query user profiles on a
periodic basic for those with a set maximum storage and how much space
they are using.

This is a valid SQL statement on newer versions of the OS:

SELECT AUTHORIZATION_NAME, MAXIMUM_ALLOWED_STORAGE, STORAGE_USED
FROM qsys2.user_info
where maximum_allowed_storage>0
order by (Maximum_allowed_storage - storage_used)

Keep on eye on this. If it's getting close and it's not the runaway query
but rather the month end that fills this up the results might not be
desired.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.