Skip to content

Commit babd625

Browse files
authored
Merge pull request #14523 from MikeRayMSFT/20200414-ramakoni1-patch-1
Replacing KB
2 parents 2b7dc14 + 4ef506c commit babd625

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,10 @@ For more information about the **SHUTDOWN** statement, see [SHUTDOWN (Transa
333333
# Display the state of the service.
334334
$DfltInstance
335335
```
336+
337+
## <a name="ServiceController"></a> Using Service Controller Class
338+
339+
You can use ServiceController class to control SQL server service or any other Windows service. For an example on how to do this, see [ServiceController Class](https://docs.microsoft.com/dotnet/api/system.serviceprocess.servicecontroller?view=netframework-4.8).
336340

337341
## Manage the SQL Server service on Linux
338342

0 commit comments

Comments
 (0)