Skip to content

Instantly share code, notes, and snippets.

@kitroed
Created November 21, 2012 15:49
Show Gist options
  • Save kitroed/4125572 to your computer and use it in GitHub Desktop.
Save kitroed/4125572 to your computer and use it in GitHub Desktop.
Start MSSQL (Full) Services with PowerShell script.
Start-Service -DisplayName "SQL Server (MSSQLSERVER)"
Start-Service -DisplayName "SQL Server Browser"
Start-Service -DisplayName "SQL Server Agent (MSSQLSERVER)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment