I have an event set to run every 5 minutes. When I trigger it manually, it works perfectly. But it doesn't seem to want to fire on its own schedule.
; The only thing I can think of is that it doesn't finish in 5 minutes, so it doesn't queue itself up for another go. The procedure the event calls (dba.sp_update_page_table) runs in about 68 seconds when I run it from ISQL. Changing the background priority seems to have no impact on the time. Do events run at a lower priority than a user connection? I'm running SQLA 9.0.2.3850 Comment Text Removed
Comment Text Removed
Comment Text Removed
|