Skip to content

Commit e9fc422

Browse files
committed
minor edits
1 parent b8f1399 commit e9fc422

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: ramakoni1, v-jayaramanp, v-shaywood
66
ms.custom: sap:Startup, shutdown, restart issues (instance or database)
77
---
88

9-
# SQL Server agent stops responding when you try to start it
9+
# SQL Server Agent stops responding when you try to start it
1010

1111
This article provides troubleshooting guidance for an issue in which the SQL Server Agent service stops responding or takes longer than you expect when you try to start it.
1212

@@ -15,7 +15,7 @@ _Original KB number:_   2795690
1515

1616
## Symptoms
1717

18-
A SQL Server agent stops responding when you try to start it, or it takes longer than you expect to start. Additionally, you might experience one or both of the following scenarios:
18+
A SQL Server Agent stops responding when you try to start it, or it takes longer than you expect to start. Additionally, you might experience one or both of the following scenarios:
1919

2020
- **Scenario 1**: The following error message is logged in the System event log:
2121
> The SQL Server Agent (MSSQLSERVER) service failed to start due to the following error:
@@ -145,10 +145,10 @@ For information about the ODBC driver requirements for different versions of SQL
145145
1. To perform a silent installation, run the following command:
146146
147147
```cli
148-
msiexec /i <ODBD_Driver_MSI> /qn
148+
msiexec /i <ODBC_Driver_MSI> /qn
149149
```
150150
151-
1. After the driver installation finishes, restart the SQL Server agent.
151+
1. After the driver installation finishes, restart the SQL Server Agent.
152152
1. Verify that the _SQL SERVER AGENT_ service is running.
153153
1. For an unnamed SQL Server instance, run the following PowerShell command:
154154

0 commit comments

Comments
 (0)