Cara Menghentikan SQL Server

## Powershell
Stop-Service -Name 'MSSQL$SQLEXPRESS'
## Command prompt
net stop MSSQL$SQLEXPRESS
Undefined