I know that replication uses Sql Agent jobs to pull subscriptions. Are these jobs supposed to stay in an 'executing' state? (Sql 2008 SP1)
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
Replication agents run as jobs scheduled under the SQL Server Agent. They can be scheduled to run continuously or on a recurring schedule. If the replication has been scheduled to run continuously, then yes, it could be continuously 'executing'. |
|||
|
|
