INF: Replication Tasks: Disabling Logreader and Distribution 'Autostart' TasksID: Q227835
|
By default SQL Server schedules the Logreader and Distribution tasks with an 'Autostart' frequency. SQL 6.5 Tasks can be enabled or disabled from the Task Scheduling Window. Tasks can also be modified using sp_addtask and sp_updatetask.
If a task scheduled for 'Autostart' is disabled, it appears to stop running for SQL 6.5. When the 'Running Tasks' window is refreshed the disabled 'Autostart' task does not appear. However, the disabled 'Autostart' task is still running. Running tasks can be verified with the following command:
SELECT * FROM sysprocesses
If an 'Autostart' Task is re-enabled without stopping the original task, one of two situations can occur:
Another Logreader is replicating the database. Unable to execute sp_repldone on 'Server Name'.
Additional query words:
Keywords : SSrvRep kbSQLServ650
Version : winnt:6.5
Platform : winnt
Issue type : kbinfo
Last Reviewed: May 28, 1999