A conversation with a friend over email got me to thinking that this info might be useful to a few of you. It’s common for SQL Server application developers to want to “normalize” the query text returned in a Profiler trace such that executions of the same query with different parameters can be easily compared
Similar Posts
Overview Problem Presented A few weeks ago, I posted a blog similarly titled, Growing Number of Object Attributes in Relational Databases . In that blog
A deadlock is a circular blocking chain, where two or more threads are each blocked by the other so that no one can proceed. When the deadlock monitor
Here's another case where you might see intermittently poor performance that is by design . Suppose you see that a delete, insert, or update query in a
Welcome back to what's going to end up as LINQ to SharePoint The Cruel Sequel -). The last couple of days, LINQ to SharePoint has been a full-time job