top of page


Can query performance be dependent on the client?
This question sounds really easy! The query performance depends essentially on the execution plan, which in its turn isn’t dependent on...

Madeira Team
Jan 20, 20102 min read


SQL Azure
SQL Azure is a Microsoft solution for relational database cloud computing. It comes as part of the Azure platform. As with the Azure...

Madeira Team
Jan 19, 20103 min read
Things To Know About Analysis Services Server Properties
In most sites I’ve been working at, developing Analysis Services solutions, most people were treating the Analysis Services server as a...

Madeira Team
Jan 17, 20103 min read


Moving System Databases in SQL Server 2005/2008
This article may be useful when you want to relocate your system databases to another disk on the same server (same instance). There...

Madeira Team
Jan 13, 20108 min read


Windows Azure
In the last 12 months, virtualization and cloud computing have become one of the hottest issues in the hosting world. It started with...

Madeira Team
Jan 3, 20103 min read


Statement-Level Query Statistics Script
One of the powerful tools that the DBA can use when tuning queries is the “sys.dm_exec_query_stats” dynamic management view. This view...

Madeira Team
Dec 21, 20091 min read


Maintenance plan exporting problem on named instance
Problem I installed SQL server 2005 Developer edition with a named instance on my computer. I created a database in order to check some...

Madeira Team
Dec 20, 20092 min read


Business or Pleasure
When I was young and free (and stupid, let’s be honest – we were all quite stupid when we were young and free), I dreamed about living on...

Madeira Team
Dec 20, 20092 min read


Renaming databases and database files in SQL Server
Overview Sometimes there is a need to rename a database. There may be variable causes: Restoring/moving the database from...

Madeira Team
Dec 16, 20095 min read


Partitioning on SQL Server
Overview Partition views have been part of SQL Server since SQL Server 7.0, but the maintenance and benefits they provided were limited....

Madeira Team
Dec 14, 200915 min read
bottom of page