enable per database override of uses/usedby
Brought to you by:
jparrai
On large databases the usedby logic, whilst working fine, is not necessarily the fastest solution. In Sybase at least, a system stored procedure would provide the list of dependent objects much faster than the default code can. Could the database adaptor override the default method?