top of page


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


Thirty Things You Didn’t Know About SQL Server
Last Sunday I presented a session by the name “30 Things You didn’t Know about SQL Server” together with Noam Brezis. We presented this...

Madeira Team
Aug 5, 20101 min read


SSAS Reports in Reporting Services
Microsoft is working hard on pushing a SharePoint server and integrating every reporting aspect in it, from the new PivotTable to...

Madeira Team
Jun 27, 20105 min read
Answer to the SQL Server Challenge
Our presentation booth at the Data Platform conference included an SQL Server challenge. Many people participated in trying to solve the...

Madeira Team
Jun 1, 20102 min read
bottom of page
