Skip to content

Commit 6382211

Browse files
committed
Writer updates
1 parent 0618c33 commit 6382211

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/sql/database-engine/startup-shutdown/sql-server-agent-crashes-upon-start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ _Original KB number:_   2795690
1515

1616
## Symptoms
1717

18-
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:
1919

2020
- **Scenario 1**: The following error message is logged in the System event log:
2121
> The service didn't respond to the start or control request in a timely fashion.
2222
- **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:
2323
> An idle CPU condition has not been defined - OnIdle job schedules will have no effect.
2424
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:
2626

2727
```output
2828
<Time Stamp> - ? [431] Populating subsystems cache... \
@@ -78,7 +78,7 @@ This issue occurs because there are multiple job entries in SQL Server.
7878
7979
### Workaround
8080

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.
8282

8383
> [!NOTE]
8484
> 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
103103
```
104104
105105
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).
108108
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.
110110
1. You can perform a silent install by using the following command:
111111
112112
```cli

0 commit comments

Comments
 (0)