Tag: SQL Server

How to Build SQL Server FCIs in AWS with Multi-Attach EBS Volumes

Need to build a SQL Server FCI in AWS but prefer not to use FSx for Windows File Server? Good news, you have other options. One option that more closely aligns with traditional FCIs that use shared disks is Multi-Attach EBS volumes. Multi-Attach EBS volumes in AWS enable organizations to use Windows Server Failover Clusters…
Read more

Side-by-Side Upgrade

7 Reasons to Choose a Side-by-Side Upgrade for Your SQL Server

So, your Microsoft SQL Server is showing its age, and you need to upgrade it. What’s the best approach—an in-place upgrade or a side-by-side upgrade? For many businesses, especially those in industries like healthcare or banking, where reliability, security, and performance are non-negotiable, a side-by-side SQL Server upgrade is often the smarter choice. But first,…
Read more

SQL Preventative Maintenance

Schedule Preventative Maintenance for SQL Server: Key Steps to Protect Your Database

“This SQL Server is critical. It’s used 24/7. So, we’re behind on patching, and we disabled our scheduled preventative maintenance jobs because they interfered with production. Our database is just too important to do that. We know that maintenance is important, but we just can’t.” Does that sound familiar? I hope not. It’s not a…
Read more

SQL Server Training Tools

Resources for the Accidental DBA: SQL Server Training, Tools, and Support

Being an “Accidental DBA” is a role some IT professionals find themselves in. Whether you’re an IT generalist, a software developer, or another professional tasked with SQL Server management on top of your primary responsibilities, the role can feel daunting. From maintaining performance to ensuring security, from verifying backups to responding to problems, SQL Server…
Read more

SQL Server Infrastructure

The Hidden Costs of Neglecting Your SQL Server Infrastructure

When it comes to running your business, a well-maintained SQL Server infrastructure is often the unsung hero. SQL Server is often behind the scenes, powering critical systems, supporting decision-making, and safeguarding vital data. However, when it’s neglected, the costs—both visible and hidden—can quickly spiral out of control. The cost of neglecting SQL Server Let’s look…
Read more

SQL Server Management Outsourcing

Maximizing ROI Through SQL Server Management Outsourcing

Managing SQL Server infrastructure in-house can present more challenges than many companies anticipate. Between constant security threats, performance monitoring, and ensuring high availability, the demands on a database administrator (DBA) are extensive. For many companies, especially those without a large IT staff, these needs can strain resources and impact profitability. Outsourcing SQL Server management offers…
Read more

SQL Server Management Outsourcing

SQL Server Disaster Recovery: Four Essential Security Measures

Since Microsoft SQL Server databases are critical for many organizations, protecting SQL Server from disasters such as security breaches and data loss isn’t optional—it’s essential. This is especially true for sectors like healthcare, banking, and FinTech. I’ve suffered a great many catastrophes in my life. Most of them never happened. -Mark Twain Mark Twain’s quip…
Read more

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

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