Skip to content

Commit 6c82e7e

Browse files
committed
minor cleanup
1 parent 4949ac8 commit 6c82e7e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/sql/database-engine/agent/error-1053-service-did-not-start-timely.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ These invalid registry keys prevent the Windows Event Log service from starting.
3434
## Solution
3535

3636
1. Verify that the SQL Server Agent fails to start by attempting to start it by using one of the following methods:
37-
* [Service Control Manager (services.msc)](/windows/win32/services/about-services)
38-
* [SQL Server Configuration Manager](/sql/tools/configuration-manager/sql-server-configuration-manager)
39-
* [Command Prompt](/sql/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services#command-prompt-window-using-net-commands)
37+
- [Service Control Manager (services.msc)](/windows/win32/services/about-services)
38+
- [SQL Server Configuration Manager](/sql/tools/configuration-manager/sql-server-configuration-manager)
39+
- [Command Prompt](/sql/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services#command-prompt-window-using-net-commands)
4040

4141
```cli
4242
NET START SQLSERVERAGENT
4343
```
4444
45-
* [PowerShell](/sql/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services#powershell)
45+
- [PowerShell](/sql/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services#powershell)
4646
4747
```powershell
4848
Start-Service SQLSERVERAGENT
@@ -56,7 +56,7 @@ These invalid registry keys prevent the Windows Event Log service from starting.
5656
NET START EVENTLOG
5757
```
5858
59-
If the Event Log service fails to start, no logs appear when you open the [Event Viewer](/host-integration-server/core/windows-event-viewer1). Proceed to the next step.
59+
1. If the Event Log service starts successfully, the problem is resolved. However, if the Event Log service fails to start (no logs appear when you open the [Event Viewer](/host-integration-server/core/windows-event-viewer1)) proceed to the next step.
6060
1. Check the Event Log folder `C:\Windows\System32\winevt\Logs` for event log files:
6161
- If the folder contains `.evtx` log files, proceed to the next step.
6262
- If the folder doesn't contain log files, the Windows Event Log might be corrupted. To troubleshoot a corrupted Windows Event Log, see [How to delete corrupt Event Viewer Log files](~/windows-server/application-management/delete-corrupt-event-viewer-log-files.md).

0 commit comments

Comments
 (0)