top of page


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 25, 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


Log Shipping – As easy as 1, 2, 3
Today I want to talk about Log Shipping. Log Shipping is an easy way to implement a high availability solution. It uses SQL Server’s...

Madeira Team
Feb 2, 20123 min read
READPAST: what is it good for?
After my last post about monitoring deadlocks, I will now show a way to prevent deadlocks and unnecessary locks and to improve system...

Madeira Team
Jan 25, 20123 min read


Update Statistics and the new TraceFlag 2371
What comes first, the chicken or the egg? What happens first – update statistics or re-compilations? The Statistics life cycle As a...

Madeira Team
Jan 19, 20122 min read
bottom of page
