“Waits, Waits, Do Tell Me”* – how to analyze bottlenecks in SQL Server

First published on MSDN on Dec 10, 2012
“Waits” in SQL Server are often a major source of performance issues. “Waits” as they are known in the SQL Server world essentially indicate that a worker thread inside SQL Server is waiting for a resource to … Continue reading “Waits, Waits, Do Tell Me”* – how to analyze bottlenecks in SQL Server

DbMgrPartnerCommitPolicy::SetSyncState May Seem More Mysterious than It Actually Is

First published on MSDN on May 24, 2017 AlwaysOn has become a major SQL Server technology. In my own process of learning it, I have often wondered what this mysterious message means. DbMgrPartnerCommitPolicy::SetSyncState: 00000026BD96D330:4 Decoding… Continue reading DbMgrPartnerCommitPolicy::SetSyncState May Seem More Mysterious than It Actually Is

Dealing with error 8169 “Conversion failed when converting from a character string to uniqueidentifier. “

First published on MSDN on Dec 07, 2017 Customer was receiving the following error:
Msg 8169, Level 16, State 2, Line 1 Conversion failed when converting from a character string to uniqueidentifier.
Here are all the ways that you can recreate this e… Continue reading Dealing with error 8169 “Conversion failed when converting from a character string to uniqueidentifier. “

Create a monitoring and notification mechanism for HADR worker thread Pool

First published on MSDN on Dec 07, 2017 A customer approached us asking for help on automatic a monitoring process. The goal was to send some type of notification when a particular threshold was reached. He had already discovered this blog but still … Continue reading Create a monitoring and notification mechanism for HADR worker thread Pool