migramir
20th May 2002, 16:37
Do you know if Informix statistics can be run selectively?? I mean, if Id like to run the statistics for one company and not for the other, would it be possible?? :confused:
JamesV
20th May 2002, 19:16
As you can do a UPDATE STATISTICS [HIGH,MEDIUM,LOW] FOR TABLE tablename you can generate a list of the tables for one company and then execute this command for just the top ten tables for one company for example.
-- Jim