Andrey Gamarnik's blog

SQL Server Dynamic Management Views & Functions

Recently we were asked to develop a tools set for monitoring SQL queries performance in one of the ASP.NET plus MS SQL project we're working on. In particular, we were required to make some pages with reports containing information about the heaviest stored procedures and any other relevant information.

Customer suggested using Dynamic Management Views and Functions himself. Honestly, I've heard about DMV's first time myself, therefore asked for help from our SQL gurus.

Dynamics CRM Debugging & Diagnostics

How much I love various corporate platforms: Exchange, Active Directory, SharePoint, Dynamics CRM. It's so interesting to tune them! Quite usual diagnostics of errors becomes an amazing quest, and to understand the cause of the error, you got to collect information bit by bit, only then revealing the whole picture. Recently I had to deploy Microsoft CRM in our company, so this article is about from where the developer should start if there are errors in Dynamics CRM.