Month: October 2024

Maximizing SQL Server Security with CIS Benchmarks

Maximizing SQL Server Security with CIS Benchmarks

Keeping SQL Servers secure is essential, especially in highly regulated industries like finance, healthcare, and government. The Center for Internet Security (CIS) offers a valuable resource for SQL Server administrators: a set of security benchmarks that provide actionable, best-practice guidance to secure SQL Server instances effectively. Implementing these standards helps reduce vulnerabilities, achieve compliance, and…
Read more

How to Encrypt Sensitive Text in SQL Server with ENCRYPTBYPASSPHRASE

How to Encrypt Sensitive Text in SQL Server with ENCRYPTBYPASSPHRASE

Storing sensitive information in a database, like passwords or social security numbers, is common practice. However, storing them securely is less common. Unfortunately, one of the most typical approaches is to store sensitive information in a table as clear text. That means that anyone with access to that table can see all of that sensitive…
Read more

Reduce the Cost of a SQL Server Estate

8 Ways to Reduce the Cost of a SQL Server Estate

Whether in the cloud or a data center, the cost of maintaining a SQL Server estate can escalate quickly. Beyond the direct expenses, indirect costs can quietly unbalance and outpace your IT budget. Let’s look at 8 ways to reduce the costs of your SQL Server estate. Direct and Indirect Costs of a SQL Server…
Read more

Prevent SQL Server Outages by Monitoring Transaction Log Growth

Prevent SQL Server Outages by Monitoring Transaction Log Growth

I’ve lost count of the times I’ve been called after hours due to a drive filling up. The usual culprit? Transaction file log growth. Monitoring the growth of your SQL Server transaction log files is crucial for maintaining database performance and ensuring system reliability. Unchecked transaction log growth can lead to disk space issues and…
Read more

Why SQL Server 2022?

Should You Upgrade to SQL Server 2022 Now, or Wait?

If you’re running an older version of SQL Server, you might be wondering if it’s time to upgrade. SQL Server 2022 brings powerful new features for both on-premises and cloud environments. It promises better performance, stronger security, and real-time analytics. But with the potential announcement of SQL Server vNext looming, is now the right time…
Read more