Skip to content

Instantly share code, notes, and snippets.

@langheran
Created May 19, 2024 17:09
Show Gist options
  • Save langheran/3092a5070480a4e26049f7784cb7a23d to your computer and use it in GitHub Desktop.
Save langheran/3092a5070480a4e26049f7784cb7a23d to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\stop_sql.bat
net stop MySQL80
net stop MSSQLSERVER
taskkill.exe /IM sqlbrowser.exe /F
taskkill.exe /IM sqlceip.exe /F
taskkill.exe /IM sqlservr.exe /F
taskkill.exe /IM sqlwriter.exe /F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment