Skip to content

Commit b50132c

Browse files
committed
documentor updates
1 parent e8d5c77 commit b50132c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

support/sql/database-engine/agent/intermittent-crashes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.custom: sap:SQL Agent (Jobs, Alerts, Operators)\SQL Agent Service is unable t
66
ms.reviewer: prmadhes, v-shaywood
77
---
88

9-
# SQL Agent services crashes intermittently
9+
# SQL Agent service crashes intermittently
1010

1111
This article provides troubleshooting guidance for an issue where the SQL Agent service repeatedly crashes on a regular interval.
1212

1313
## Symptoms
1414

15-
The SQL Agent service crashes intermittently on a SQL Server Always On Cluster. When the SQL Agent service crashes the following error message is added to the ???? log: <!-- Ask SME where the error message is reported. Popup, command output, log entry? -->
15+
The SQL Agent service crashes intermittently on a SQL Server Always On Cluster. When the SQL Agent service crashes, the following error message is added to the ???? log: <!-- Ask SME where the error message is reported. Popup, command output, log entry? -->
1616

1717
> [510] SQLAgent failed, dump generated in \<SQL_Instance_Log_Directory\>
1818
> [LOG] Exception 29539 caught at line 233 of file sql\mpu\SqlAgent\src\autostrt.cpp. SQLServerAgent initiating self-termination.
@@ -23,9 +23,9 @@ These crashes occur when the SQL Agent service fails to retrieve the following r
2323

2424
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<InstanceID>\SQLServerAgent\AutoRegistryRefresh`
2525

26-
When the registry key retrieve fails, the SQL Agent service reports an exception in the log then terminates itself.
26+
When the registry key retrieval fails, the SQL Agent service reports an exception in the log then terminates itself.
2727

28-
Registry key retrieval can fail due to the following:
28+
Registry key retrieval can fail due to the following reasons:
2929

3030
- Antivirus or endpoint protection software interfering with registry access.
3131
- Missing or misconfigured registry keys.
@@ -38,14 +38,14 @@ Use the following steps to resolve this issue:
3838
### Step 1: Verify the registry key
3939

4040
1. Open the Registry Editor (`regedit.exe`).
41-
1. Navigate to the following path: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<InstanceID>\SQLServerAgent`.
41+
1. Go to the following path: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<InstanceID>\SQLServerAgent`.
4242
1. Check if the `AutoRegistryRefresh` key exists.
43-
1. If the `AutoRegistryRefresh` key is missing, create a new _DWORD (32-bit) Value_ named `AutoRegistryRefresh` and set its value to `1`
43+
1. If the `AutoRegistryRefresh` key is missing, create a new _DWORD (32-bit) Value_ named `AutoRegistryRefresh` and set its value to `1`.
4444

4545
### Step 2: Exclude SQL Server from antivirus scanning
4646

4747
> [!IMPORTANT]
48-
> The process of adding an exclusion to your antivirus or endpoint protection software will vary by publisher. Check with the publisher of your software for specific instructions.
48+
> The process of adding an exclusion to your antivirus or endpoint protection software varies by publisher. Check with the publisher of your software for specific instructions.
4949
5050
1. Configure your antivirus or endpoint protection software to exclude the common SQL Server processes:
5151
1. `sqlservr.exe`
@@ -54,7 +54,7 @@ Use the following steps to resolve this issue:
5454
1. `msmdsrv.exe`
5555
1. `fdlauncher.exe`
5656
1. `fdhost.exe`
57-
1. Also, exclude the directory where SQL Server is installed, for example `C:\Program Files\Microsoft SQL Server\`
57+
1. Also, exclude the directory where SQL Server is installed, for example `C:\Program Files\Microsoft SQL Server\`.
5858

5959
For more info on configuring your antivirus or endpoint protection software to work with SQL Server, see [Configure antivirus software to work with SQL Server](/troubleshoot/sql/database-engine/security/antivirus-and-sql-server).
6060

0 commit comments

Comments
 (0)