top of page


Dynamic Search Queries versus SQL Injection
Dynamic Search Queries SQL Injection is a widely known issue with databases that work as back-ends for websites and applications. In the...

Madeira Team
Aug 1, 20127 min read


SQL Server 2012 Snippets For Download
SQL Server 2012 introduced a new feature – code snippets inside Management Studio. And even better, you can create your own snippets....

Madeira Team
Jul 27, 20123 min read


SQL Azure default isolation level
I came across Bob Beauchemin’s post, stating that the SQL Azure default isolation level is read committed snapshot. This is generally...

Madeira Team
Jul 27, 20121 min read
Free TempDB allocation performance booster
One of our main processes was performing badly. During the investigation, we found that most of the time is wasted on creating temporary...

Madeira Team
Jul 27, 20121 min read
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
bottom of page