top of page

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
0
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
0
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
0
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
0
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
0

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
0

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
0

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
0
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
0

Yaniv Etrogi’s sp_helpindex2
Recently I have made my self aware to the old fact that when I tune a query, I always use the same 3 procedures over and over again:...
Madeira Team
Apr 12, 20102 min read
0
bottom of page