Hi,
Is there any way where we can check when was the database last compiled on ?
Version - 8.0
Thanks.
Hi,
Is there any way where we can check when was the database last compiled on ?
Version - 8.0
Thanks.
I do not have version 8.0 but in 8.2.1 is possible to use this query
SELECT qtp.LastExecutedAt FROM QBMDBQueueTaskPerf qtp WHERE qtp.UID_Task = 'QBM-K-QBMSystemCompiled'