Skip to content

Commit d23430e

Browse files
authored
Merge pull request #7100 from jlecordier/patch-1
fix missing space in command line
2 parents 5244a5c + f417412 commit d23430e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The Microsoft SQL Server services can be started, stopped, or paused by using Mi
234234
- From a command prompt, enter one of the following commands. Replace *instancename* with the name of the instance you want to manage.
235235

236236
```cmd
237-
net start "SQL Server Agent(instancename)"
237+
net start "SQL Server Agent (instancename)"
238238
```
239239

240240
-or-
@@ -388,4 +388,4 @@ You can stop, start, or restart the SQL Server service as needed using the follo
388388
- [View and Read SQL Server Setup Log Files](../../database-engine/install-windows/view-and-read-sql-server-setup-log-files.md)
389389
- [SQL Server Configuration Manager](../../relational-databases/sql-server-configuration-manager.md)
390390
- [Start SQL Server with Minimal Configuration](../../database-engine/configure-windows/start-sql-server-with-minimal-configuration.md)
391-
- [Features Supported by the Editions of SQL Server 2016](~/sql-server/editions-and-supported-features-for-sql-server-2016.md)
391+
- [Features Supported by the Editions of SQL Server 2016](~/sql-server/editions-and-supported-features-for-sql-server-2016.md)

0 commit comments

Comments
 (0)