top of page


Common Pitfalls When Analyzing Execution Plans
In the last SQL Server users group meeting (#120) on July 9th I spoke about common pitfalls when analyzing execution plans. Here are the...

Madeira Team
Jul 11, 20121 min read


Dynamic Stored Procedure Execution in SQL Server
In my previous blog post: Suggestion: “USE” Keyword with Linked Servers, I talked about the suggestion I’ve posted on Microsoft Connect...

Madeira Team
May 20, 20123 min read
Suggestion: “USE” keyword with Linked Servers
Using special functions for querying and executing commands at linked servers is not very convenient, and sometimes even very problematic....

Madeira Team
May 16, 20122 min read


Service Broker Sample: Multi-Threading
Introduction Service Broker is a cool new feature since SQL Server 2005. Yes, SQL 2012 just came out so it’s hardly “new” anymore. But in...

Madeira Team
May 7, 201210 min read


Foreign keys impact on inserts
In my previous post, I’ve demonstrated how Foreign keys can help the optimizer make better decisions when creating an execution plan....

Madeira Team
Mar 8, 20124 min read


Sparse Columns
One of the basic rules when creating or altering a table is to configure and adjust the right columns properties such as data types and...

Madeira Team
Feb 26, 20123 min read


A Journey into SQL Server 2012
On February 20th I attended the Microsoft event – A Journey into SQL Server 2012. The event was very interesting, and included many great...

Madeira Team
Feb 22, 20122 min read


Foreign keys and how they help the optimizer
I love foreign keys. In my opinion they just make perfect sense. They keep my data “clean” and consistent. Whenever two tables need to...

Madeira Team
Feb 17, 20126 min read


Central Management Servers
At first, let’s start with a cool relaxation exercise. Close your eyes and imagine that your DBA work environment includes only one...

Madeira Team
Feb 12, 20123 min read


Using Reporting Services as your Software Frontend
Microsoft SQL Server Reporting Services is an excellent and easy-to-use platform for creating, viewing, managing, and subscribing to...

Madeira Team
Feb 8, 20126 min read
bottom of page
