Deploy SQL Server With This One Script (dbatools)

deploy sql server with one script

In this and the next two blog posts I will be bringing diverse dbatools commands into scripts that can handle a complete deployment, do a checkup of major health and configuration metrics, and do a true up of a pre-existing instance. This post will cover the complete deployment, which if you have been reading the … Read more

Save Time On SQL Server Installs With Install-DbaInstance (dbatoools)

save time on SQL Server installs with Install-DbaInstance

As DBAs we install SQL Server for various reasons regularly. If you could save time for each installation for more critical tasks, would you? In this blog post, we will audit the dbatools command Install-Dbainstance. I will test, review, and evaluate the script based on a series of identical steps. Our goal is to provide … Read more