top of page
Do You Know sys.dm_exec_text_query_plan?
One of the most fundamental DMF’s a SQL Server DBA should know is sys.dm_exec_query_plan. This Dynamic Management Function allows us to...

Madeira Team
Mar 12, 20132 min read


On Trends And Proportions
Assuming you’ve been on earth lately, you probably heard the terms “Big Data”, “Hadoop”, “NoSQL” and so on. Companies want to check what...

Madeira Team
Mar 5, 20133 min read
SQL Server Videos
About two weeks ago, I wrote about SQL Server Podcasts and why I love that medium so much. Today, I want to talk about the various video...

Madeira Team
Feb 26, 20131 min read
Things You Can Find In The Plan Cache
Two weeks ago I delivered a presentation called “Things You Can Find In The Plan Cache” to the israeli SQL Server user group. Among the...

Madeira Team
Feb 18, 20132 min read


SQL Server Podcasts
Photo credit: Digitalnative About a year ago, I came across an online deal for a car stereo system with a USB port. After the purchase, I...

Madeira Team
Feb 14, 20132 min read
Querying Execution Plan XML For Inaccurate Row Count Estimates
I read this awesome post by Joe Sack, titled “Detecting Cardinality Estimate Issues with sys.dm_exec_query_stats”. I was amazed by the...

Madeira Team
Jan 31, 20131 min read


What Queries From The Application Do To Your Plan Cache
Usually, a database is meant to serve some kind of application, and .Net applications have a few possible ways to query the database. In...

Madeira Team
Jan 9, 20134 min read
Show Only Specific Databases
One of our customers is implementing a very large consolidation project in which they enable users to create their own databases through...

Madeira Team
Jan 8, 20131 min read


40 Things You Didn’t Know About SQL Server
Last week I delivered a seminar in the Expert Days 2012 event by the name of “40 Things You didn’t Know About SQL Server”. The seminar...

Madeira Team
Jan 1, 20131 min read


Generate MERGE Statements for Your Tables
Today I’ll show you a special script which will let you “take a snapshot” of your table’s data, and apply it on an identical table...

Madeira Team
Dec 23, 20124 min read
bottom of page