Can You Dig It? – StmtCursor and StmtReceive Elements

Follow the rest of this series at the Can You Dig It? - Plan Cache series introduction post. She can dig it! D Sharon Pruitt A few posts ago in the plan cache series I discussed the children for the Statements element.  I’ve gotten through two of the elements and in this post we’ll be … Continue reading Can You Dig It? – StmtCursor and StmtReceive Elements

Can You Dig It? – StmtCond Element

Follow the rest of this series at the Can You Dig It? - Plan Cache series introduction post. She can dig it! D Sharon Pruitt A couple posts ago in the plan cache series I discussed the children for the Statements element.  This next post will focus on the second of the five possible child … Continue reading Can You Dig It? – StmtCond Element

Can You Dig It? – StmtUseDb Element

Follow the rest of this series at the Can You Dig It? - Plan Cache series introduction post. She can dig it! D Sharon Pruitt The last post in the plan cache series discussed the children for the Statements element.  As I noted in that post, there are five possible children.  This post will focus … Continue reading Can You Dig It? – StmtUseDb Element

Can You Dig It? – SHOWPLAN XML Structure

Follow the rest of this series at the Can You Dig It? - Plan Cache series introduction post. She can dig it! D Sharon Pruitt In the last couple plan cache posts, I talked about a couple items that are available within the SHOWPLAN XML for an execution plan.  These posts looked at how to … Continue reading Can You Dig It? – SHOWPLAN XML Structure

SQL Server 2005 Service Pack 4 RTM

Just in time for Christmas, SQL Server 2005 Service Pack 4 has RTM’d.  If you are using SQL Server 2005 make sure you take a look at this and the Microsoft SQL Server support lifecycle to see that you have the coverage that you need. As I mentioned a few months back, it is important … Continue reading SQL Server 2005 Service Pack 4 RTM

SQLRally Session Submissions

Go SQL! Go SQL! Since I mentioned the SQLRally Call for Presenters, I figured I should also be one of those people submitting a session.  I’m not going to be a pot calling the kettle black. Below are the two sessions that I submitted.  Hopefully they will appeal to enough people that I’ll get a … Continue reading SQLRally Session Submissions

Viewing RING_BUFFER_OOM Errors

A client asked a co-worker to take a look at a query for reviewing  RING_BUFFER_OOM messages in sys.dm_os_ring_buffers.  He remembered that I’ve recently had a thing for XQuery and asked me to take a look at it. To play around with the output of this query, generate some RING_BUFFER_OOM messages in the sys.dm_os_ring_buffer.  This can … Continue reading Viewing RING_BUFFER_OOM Errors