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

Speaking at PASS Summit On Tour: NYC

I’ll be speaking on Tuesday, 8/19, at the PASS Summit on tour in New York City. I’ll be giving a talk in the “professional development” world this time.. And I’ll be doing the same session at the PASS Summit in Seattle this fall. This time, rather than talk about SQL Server DBA tips, upgrades, migrations, … 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

Updates and improvements to sp_CheckBackup

SQL Server database backup tool for checking recoverability issues

Since we introduced sp_CheckBackup last year we’ve gotten some great feedback on ways to improve this tool that helps you quickly and easily review the backup history for your SQL Server databases. We’ve even noticed a few things ourselves that we wanted to change as we used it more internally here at Straight Path Solutions. … Read more

How to Quickly Load CSV Files Into SQL Server Using Import-DbaCsv (dbatools)

Import-DbaCsv

Most businesses are rotten with Excel sheets and CSV exports from various tools and as my mentor puts it “Excel is the world’s database”. The dbatools command Import-DbaCsv enables the quick load of CSV tables into SQL Server, which then opens up the world of fast transformation and use in other tools such as PowerBI, … Read more