top of page
max data types performance
On some occasions, migrating from text, ntext or image to varchar(max), nvarchar(max) or varbinary(max) can hurt performance. How is that...

Madeira Team
Jul 27, 20121 min read


SQL in the City 2012
Today I attended SQL in the City in London. The event was (very well) organized by Red Gate. I got to meet some great SQL Server MVPs and...

Madeira Team
Jul 15, 20121 min read


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
bottom of page
