vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi - Via the UDB / LUW Control Centre I have tried in vain to identify when a utility was last run. (e.g. Clicking on a given Table) Any idea as to how this information can be retrieved? Thanks |
| ||||
| alex.mcshane@btinternet.com wrote: > Hi - > > Via the UDB / LUW Control Centre I have tried in vain to identify when > a utility was last run. > (e.g. Clicking on a given Table) > > Any idea as to how this information can be retrieved? RUNSTATS updates the STATS_TIME in syscat.tables and/or syscat.indexes; REORG is be visible in the database history (use the Journal app or the LIST HISTORY command). |