top of page


SAN Basics and Actual Execution Plans
Last week we organized the 24 Hours of PASS event, and we watched together 24 professional webcasts about SQL Server (well, not all 24)....

Madeira Team
Sep 15, 20112 min read
Answer to the Quiz
Hi Everybody, Congratulation to Yair Gutman who won a free ticket to the Advanced Programming in SQL Server 2008 R2 Course ! Here’s the...

Madeira Team
Aug 28, 20112 min read


Win a Ticket to the “Advanced Programming” Course
We are opening another class of the “Advanced Programming in SQL Server” course on 28/08. You can find all the details here. Here is an...

Madeira Team
Aug 20, 20112 min read


Redundant Indexes
This query returns redundant indexes. An index is considered redundant if there is at least one other index for the same table or view...

Madeira Team
Jul 19, 20111 min read


Copy Login
Sometimes you need to create a new login from an existing login. For example, recently I helped one of my customers to move all the...

Madeira Team
May 23, 20111 min read
Efficiently UPDATE and DELETE using TOP and ORDER BY
Since SQL Server 2005, Microsoft added the nice addition to the common DML statements UPDATE and DELETE by allowing the use of the TOP...

Madeira Team
Apr 4, 20113 min read
Remove the IDENTITY property from an existing column
How to remove the IDENTITY property from an existing column using T-SQL (without changing the order of the columns or moving the data...

Madeira Team
Feb 2, 20113 min read
Profiler for SQL Server Express
Profiler is a great tool. Everybody knows that. You can catch almost any event that occurs in the server while choosing the columns to...

Madeira Team
Nov 10, 20101 min read
Truncating and Rounding Results
Last month, in the SQL Server Users Group meeting, I presented a session called “Things You didn’t Know about SQL Server”. The first...

Madeira Team
Oct 26, 20102 min read


SQLTrace and Profiler
Many people get confused, thinking that SQL Server Profiler is the actual tracing feature of SQL Server, while in fact it is only an...

Madeira Team
Sep 13, 20102 min read
bottom of page