fbpx

Disaster Recovery or High Availability

Tuning Update Statement with SQL Server

You are out doing your scheduled sweeps of the environment and you notice a huge I/O consumer is one of your update procedures. Your initial thought may be to panic because how can you test data that is changing? You have several methods to tuning queries that adjust data that allow data to revert between […]

The post Tuning Basics – Updating an Update appeared first on dbWonderKid.

[...]

Do I Need to Backup System Databases?

Great question!      Before I answer this right off, ask yourself these questions: “Do I want to lose access… [...]

Does Your Database Have any Integrity?

Corruption.  We know it is everywhere.  It is surely a hot-button issue in the news.  If you haven’t given much… [...]

Deep Dive into Bulk Logged Recovery Model

    Full disclosure time: Bulk Logged Recovery Model is  quite confusing to me.  And as it seems, to many… [...]

Validating SQL Server Backups

      You have your SQL Server Backup Plan and your Database Recovery Model set.  How do you know… [...]

SQL Server Recovery Models

In my last post (A Beginner's Guide to SQL Server Backups) we discussed the basics of SQL Server Backups.  As… [...]