G
Gabriel
Hi,
In my application I have several jobs to executed (called from one
procedure) :
- Deleting table A (temp table)
- Deleting table B (temp table)
- Deleting table C (temp table)
then
- Inserting new records to table A (from select query)
- Inserting new records to table B (from select query)
- Inserting new records to table C (from select query)
Is it possible to have a form that inform the users what is the status of
the job executed, for example :
Current job executed :
- Deleting table A (completed in xxx seconds)
- Deleting table B (completed in xxx seconds)
.....
I need this information to monitor the jobs performance and future tuning
process.
TIA
In my application I have several jobs to executed (called from one
procedure) :
- Deleting table A (temp table)
- Deleting table B (temp table)
- Deleting table C (temp table)
then
- Inserting new records to table A (from select query)
- Inserting new records to table B (from select query)
- Inserting new records to table C (from select query)
Is it possible to have a form that inform the users what is the status of
the job executed, for example :
Current job executed :
- Deleting table A (completed in xxx seconds)
- Deleting table B (completed in xxx seconds)
.....
I need this information to monitor the jobs performance and future tuning
process.
TIA