
Make SQL Server Database Restores Easy With sp_DatabaseRestore
August 16, 2023
If you’ve read the Straight Path blog for any period of time, you’ve probably noticed more than a few posts about database backups. You may have also noticed we’re big fans of the Ola Hallengren Maintenance Solution for backups, which creates stored procedures and jobs to handle your regular backups. These scripts and jobs are … Read more

How to Setup a Standalone SSRS Server As Part of an Availability Group
August 9, 2023
SQL Server Reporting Services (SSRS) is a useful tool that can be installed on a standalone server (a license is required), or it can be installed on an existing SQL Server host (this shares the existing license of SQL Server). This blog post covers how SSRS is installed on a standalone server and how to … Read more

The Curious Case of THREADPOOL Waits
August 3, 2023
Featured image photo by alexey turenkov on Unsplash A client reached out for help with a performance problem that had been going on for over a day. The application was performing so slowly that it was nearly an outage to their users. I love working on production emergencies where there’s a severe performance problem. I … Read more

How UNsafe Is Your SQL Server? – Vulnerability Assessment and Access Audit
July 10, 2023
SQL Server is a repository of critical data, attracting potential threats from malicious individuals seeking financial gains. As a SQL Server DBA, it is essential to assess the security vulnerabilities of your SQL Server and perform an access audit to ensure the safety of your data SQL Server Vulnerability Scan I recommend you start with … Read more

How to Enable Transparent Data Encryption for Databases in Your Availability Group
May 23, 2023
Transparent data encryption is the built-in method for at-rest data encryption in SQL Server. Taking steps towards security has always been important, but it is becoming even more important every day as there is a looming cyber threat industry hungry for easy high-profit data. We should also remember that not all threats are from the … Read more

How to Provision a Low-Cost SQL 2022 Testing Lab
April 10, 2023
This month we will be covering some features in SQL 2022. Specifically, I will create a new SQL 2022 Development instance and connect it to Azure Arc. Azure Arc is not primarily for SQL 2022, but connecting it to on-premises and cross-cloud SQL servers is a very useful skill to have for managing hybrid environments, … Read more

7 Common SQL Server Transaction Log Myths
March 28, 2023
SQL Server is a complicated piece of software, so it’s understandable that some of us have some misconceptions about what the transaction log is and what it does. This post is designed to not just tell you about these myths, but also to show you a few ways how to prove (or rather disprove) some … Read more

18 Misconceptions: Your Database is [NOT] Secure!
March 7, 2023
Welcome to Myths and Misconceptions Month, or “Mythconceptions Month,” as we have lovingly referred to it in our internal discussions preparing this month’s content. We will have posts about the major Myths and Misconceptions we met as SQL Server DBA consultants. We hope you learn a lot from it! On to the content! Many companies … Read more

Ask Us Anything Webinar (March 2023)
March 7, 2023
This month’s webinar is an opportunity to ask us anything related to SQL Server. Our team will hold a panel-style webinar to answer your questions (click here to submit a question before the webinar). Mar 22, 2023 01:00 PM in Eastern Time (US and Canada) Click here to register:

10 Free SQL Server Resources We Love
February 16, 2023
Featured image photo by Susan Holt Simpson on Unsplash Everybody loves freebies, and the SQL Server community is full of them. Free scripts, stored procedures, blog posts, books, and helpful advice from some of the smartest minds are all available to you right now. So whether you’re just starting your career as a Database Administrator … Read more