top of page
How to Measure IO Latency for Database Files in SQL Server
In order to get information about the amounts of PHYSICAL reads we perform on database files, SQL Server exposes a DMV called...

Madeira Team
Apr 8, 20152 min read


Can Log Shipping Work Without Shipping the Log?
When you configure log shipping, there are 4 SQL Server Agent jobs that are set up: Backup: Performs a backup log operation on the...

Madeira Team
Mar 30, 20152 min read


SQLRally Nordic 2015
Last week I attended SQLRally Nordic 2015 in Copenhagen. SQLRally is a regional conference organized by PASS, kind of a mini PASS Summit,...

Madeira Team
Mar 10, 20151 min read
SQLRally and SQLBits Slides and Demos
It’s been a great a busy week. On Wednesday, I presented my session, “Query Progress Tracking in SQL Server” at SQLRally in Copenhagen....

Madeira Team
Mar 6, 20151 min read
Spring 2015 Advanced Programming in SQL Server
The Advanced Programming in SQL Server course takes your programming in SQL Server to a new level. [table “5” not found /] Course...

Madeira Team
Mar 4, 20151 min read
Spring 2015 SQL Server Integration Services
The SQL Server Integration Services course teaches you to use this SQL Server program to build data integration solutions. [table “6” not...

Madeira Team
Mar 4, 20151 min read
How to Fix Latch Problems when Working with Ascending Keys in SQL Server
Traditionally, we want our Clustered Index to have the following attributes: Narrow: So that our clustered index and the non-clustered...

Madeira Team
Mar 3, 20151 min read
Spring 2015 SQL Server Integration Services
The SQL Server Integration Services course teaches you to use this SQL Server program to build data integration solutions. [table “6” not...

Madeira Team
Mar 2, 20151 min read
Spring 2015 Advanced Programming in SQL Server
The Advanced Programming in SQL Server course takes your programming in SQL Server to a new level. [table “5” not found /] Course...

Madeira Team
Feb 28, 20151 min read


Monitor Query Statistics
One of the most common tasks that DBAs are required to perform is monitoring. This is not just a task. Monitoring is a strategy, and a...

Madeira Team
Feb 26, 20158 min read
bottom of page
