In this quick post, I’ll explain how easy we can get add the benefit of the Azure Application Insights to a word press site. Before proceeding with the configuration, let us see what Application Insights is. It’s a web app monitor service that allows us to...
In this post, I would like to show how you can troubleshoot AIP (Azure Information Protection) known error messages. The Problem Sometimes while configuring the AIP you may encounter several of issues, two of the most well know are : Error Message 01 Error...
Introduction In this article, you will read how you can deal with one of the Azure Recovery Service error messages. Problem: When you trying to delete an Azure Recovery Vault instance perhaps you will see the following error message. Solution First, you need to...
SQL Nexus is a very useful utility that helps to identify SQL Server performance issues, by visualizing data logs using chart and reports. You can read how to collect diagnostics data using pssdiag in my previous article here. Before you install SQL Nexus, you must be...
Pssdiag is a data collection utility that Microsoft gives to us to collect useful data and log files for SQL Server installations. Before, start the steps you need to follow to configure all the mandatory parameters you should first download the utility latest...
Below you can find an easy explanation, how to reset sa account password. Download the PsExec tool from the Sysinternals suite. Open with elevated CMD or Powershell privileges and run the following command CMD: C:\PsExec.exe -s -i “C:\Program Files...