You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A SQL Server agent crashes when you try to start it or takes longer than expected to start. Additionally, you may experience one or more of the following scenarios:
18
+
A SQL Server agent crashes when you try to start it or takes longer than expected to start. Additionally, you might experience one or more of the following scenarios:
19
19
20
20
-**Scenario 1**: The following error message is logged in the System event log:
21
21
> The service didn't respond to the start or control request in a timely fashion.
22
22
-**Scenario 2**: The status of the agent displays as "Starting" in the Control Panel, and the following error message is logged in the *SQLAgent.log* file:
23
23
> An idle CPU condition has not been defined - OnIdle job schedules will have no effect.
24
24
25
-
Additionally, the following entries may be logged in the *SQLAgent.log* file:
25
+
Additionally, the following entries might be logged in the *SQLAgent.log* file:
@@ -78,7 +78,7 @@ This issue occurs because there are multiple job entries in SQL Server.
78
78
79
79
### Workaround
80
80
81
-
To work around this issue, delete the jobs that you don't require.
81
+
To work around this issue, delete the jobs that you don't need.
82
82
83
83
> [!NOTE]
84
84
> If there are many job entries because you unintentionally set up many subscriptions, delete the unnecessary subscriptions by using Reporting Services Configuration Manager.
@@ -103,10 +103,10 @@ This issue can occur if the Open Database Connectivity (ODBC) driver is removed
103
103
```
104
104
105
105
1. Confirm that the ODBC driver for SQL Server is missing. <!-- Need to confirm with SME what the user should look for to confirm the driver is missing -->
106
-
1. If the driver is missing continue to the next step.
107
-
1. If the driver is not missing, see [Cause 1](#cause-1-multiple-job-entries)
106
+
1. If the driver is missing, continue to the next step.
107
+
1. If the driver isn't missing, see [Cause 1](#cause-1-multiple-job-entries).
108
108
1. [Download the ODBC Driver for SQL Server](/sql/connect/odbc/download-odbc-driver-for-sql-server)
109
-
1. Install the driver using the GUI or a silent install.
109
+
1. Install the driver by using the GUI or a silent install.
110
110
1. You can perform a silent install by using the following command:
0 commit comments