SqlServer2005 Enterprise Fast Recovery, SqlAgent Availability, and Replication
Posted
by
automatic
on Server Fault
See other posts from Server Fault
or by automatic
Published on 2011-02-03T20:50:40Z
Indexed on
2011/02/03
23:27 UTC
Read the original article
Hit count: 336
I have a database under SqlServer2005 Enterprise 64bit sp3, that is in phase 3 of 3 of recovery after a reboot without normal shutdown.
It looks like with fast Recovery, the database became available when recovery moved into phase 3. However, it seems (based on message in SqlAgent log), that SqlAgent is "started" but not available to run jobs until recovery completes. I have other databases on the same server that are transactional publications.
It seems to me that if I let users update the published databases, transactions will start to build up in the log, but won't be moved to the distribution database or onto the subscribers because SqlAgent isn't running jobs. Should I be overly concerned about performing updates before
© Server Fault or respective owner