cara menghentikan sql sajian

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