MwTV
MIS
- Mar 9, 2007
- 99
Have several update queries that will be set with Windows Scheduler to "run" at 2:00 A.M. in the morning.
Is there any way to capture the time that each query began, time that the query ended, and the number of records that were updated and store in a local Access table.
For example,
tblQueryExecution
Fields; QueryName, Date/TimeStarted, Date/TimeEnded, RecordsUpdated, RecordsAppended
Is there any way to capture the time that each query began, time that the query ended, and the number of records that were updated and store in a local Access table.
For example,
tblQueryExecution
Fields; QueryName, Date/TimeStarted, Date/TimeEnded, RecordsUpdated, RecordsAppended