DBA MultiTool
T-SQL scripts for the long haul: optimizing storage, on-the-fly documentation, and general administrative needs.
Get started now View it on GitHub
Getting started
T-SQL installation
Download the latest version.
Run
install_dba-multitool.sql
to install all scripts:sqlcmd -S localhost -d master -i install_dba-multitool.sql
Check the documentation for parameter use for each stored procedure.
PowerShell installation: use DBATools
If needed, install DBATools:
Install-Module DBATools
Install DBA MultiTool:
Install-DbaMultiTool -SqlInstance server1 -Database master
Check the documentation for parameter use for each stored procedure.
About the project
DBA MultiTool is © 2017-2023 by John McCall aka LowlyDBA.
License
DBA MultiTool is distributed by an MIT license.
Contributing
Read about becoming a contributor in our GitHub repo.
Code of Conduct
DBA MultiTool is committed to fostering a welcoming community.
View our Code of Conduct on our GitHub repository.