Installing Redgate SQL Toolbelt with Chocolatey (Video with Transcript)
Category:
devops-automation
Chocolatey is a package manager that helps you install, upgrade, and uninstall packages (applications) on Windows quickly and easily from the command line.
Spoilers:
- The command I show in the video is simply:
choco install sqltoolbelt - Fun fact, you can also upgrade:
choco upgrade sqltoolbelt - And uninstall:
choco uninstall sqltoolbelt
