The information in this article applies to:
SUMMARYBy 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. MORE INFORMATIONIf 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:
If an 'Autostart' Task is re-enabled without stopping the original task, one of two situations can occur:
Additional query words:
Keywords : SSrvRep kbSQLServ650 |
Last Reviewed: May 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |