SQL Server Blog

Evaluating SQL Server Managed Service Providers.

March 9, 2025

For full disclosure – this is the business we are in here at Straight Path IT Solutions. We know something about running a SQL Server Managed Services practice. While we’d love to talk to you and work with us, there are a lot of excellent firms out there like our friends at Dallas DBAs, Procure … Read more

sp_FindOrphanedUser

Managing Orphaned Users in SQL Server with sp_FindOrphanedUser

September 26, 2024

Addressing orphaned users is an important piece of SQL Server security management. When left unchecked, you can accumulate an overwhelming number of users that exist in a database but do not have a correlating login in the master database, thus preventing access to the server or the database at all. There are dbatools PowerShell modules … Read more

SQL Server database backup tool for checking recoverability issues

Introducing sp_CheckBackup: Check Your SQL Server Backups for Recoverability Issues

August 14, 2024

Whether you are backing up your SQL Server databases with Ola Hallengren’s scripts, Maintenance Plans, or some third-party software, your backups are your lifeline for recovering your data in case of a disaster. So…are your databases recoverable? Do you know WHERE your most recent backups were written? Do you know WHEN they were written? Did … Read more

SQL Server Security: 3 Homework Assignments to Start Today

June 30, 2024

This post is part of our SQL Server security blog series, 30 SQL Server Security Checks in 30 Days. We’re publishing a new security check every day in the month of June. Visit our sp_CheckSecurity page to learn about our free SQL Server tool you can download and run to check your own server. Thanks … Read more

SQL Injection- Deconstructing an Attack

SQL Injection: Deconstructing an Attack

June 29, 2024

This post is part of our SQL Server security blog series, 30 SQL Server Security Checks in 30 Days. We’re publishing a new security check every day in the month of June. Visit our sp_CheckSecurity page to learn about our free SQL Server tool you can download and run to check your own server. As … Read more

Reviewing and Optimizing SQL Server Audits

Enhancing SQL Server Security: Reviewing and Optimizing Audits

June 28, 2024

This post is part of our SQL Server security blog series, 30 SQL Server Security Checks in 30 Days. We’re publishing a new security check every day in the month of June. Visit our sp_CheckSecurity page to learn about our free SQL Server tool you can download and run to check your own server. Audits … Read more

What the SQL Server TDE Certificate Expiration Date Does (and does not) Mean

What the SQL Server TDE Certificate Expiration Date Does (and does not) Mean

June 26, 2024

This post is part of our SQL Server security blog series, 30 SQL Server Security Checks in 30 Days. We’re publishing a new security check every day in the month of June. Visit our sp_CheckSecurity page to learn about our free SQL Server tool you can download and run to check your own server. Transparent … Read more

The Real Danger Regarding the xp_cmdshell Setting

The Real Danger Regarding the xp_cmdshell Setting

June 25, 2024

This post is part of our SQL Server security blog series, 30 SQL Server Security Checks in 30 Days. We’re publishing a new security check every day in the month of June. Visit our sp_CheckSecurity page to learn about our free SQL Server tool you can download and run to check your own server. When … Read more

Fixing SQL Server Vulnerabilities With GDRs

Fixing SQL Server Vulnerabilities With GDRs

June 24, 2024

This post is part of our SQL Server security blog series, 30 SQL Server Security Checks in 30 Days. We’re publishing a new security check every day in the month of June. Visit our sp_CheckSecurity page to learn about our free SQL Server tool you can download and run to check your own server. For … Read more

Previous Next