Latest from the Blog
Backup Databases with PowerShell and dbatools
Keeping on the recent PowerShell trend, let’s use PowerShell to accomplish a primary task of any database administrator: backups. With PowerShell and dbatools, you can do a simple backup or add a range of options to fit your needs. Starter Backup Let’s start out with taking a basic database backup using Backup-DBADatabase from dbatools. We’ll…
T-SQL Tuesday #160: Microsoft OpenAI Wishlist
Our T-SQL Tuesday topic for this month comes from Damien Jones who asks us about our wishlist for Microsoft OpenAI. AI has been a hot topic in the last few months. Some see it as the next best thing while others are a bit more fearful. I think the answer is somewhere in the middle.…
Combine CSV Files Using PowerShell
I recently had a handful of CVS files that needed reviewed. Each CSV file was the same format, and while I could have opened them each individually to sort and review, I thought it would be much easier to combine them into one file. It was time to turn to PowerShell. Let’s look at a…
Get new content delivered directly to your inbox.