Query to Check the Percent Complete of a Backup Query Execution (From Azure)

Monitoring the progress of a database backup or restore operation in Azure SQL Server is crucial for effective database management. Knowing how far along the operation is allows administrators to estimate completion times and plan their tasks accordingly. Below, we discuss a T-SQL query that provides real-time insights into the progress of backup or restore … Read more

Event ID 46 Source: volmgr

This issue may occur if the computer boots without a configured dump file. The default dump file is the pagefile. During a clean Windows OS installation, the very first boot will hit this condition as the pagefile has not been set up yet. https://learn.microsoft.com/en-US/troubleshoot/windows-server/performance/event-id-46-start-a-computer

WSUS Registry Value Configuration

The Windows Server Update Services (WSUS) registry configuration is a critical component for managing Windows Update behaviour in enterprise environments. Configuring WSUS settings via the Windows Registry allows administrators to ensure that client systems use the appropriate update server and follow the desired update policies. Below is a detailed explanation of a WSUS registry configuration … Read more

NSG Flow Logs

https://learn.microsoft.com/en-us/azure/network-watcher/traffic-analytics https://azure.microsoft.com/en-us/pricing/details/monitor/ https://learn.microsoft.com/en-us/azure/azure-monitor/logs/basic-logs-configure?tabs=portal-1#set-a-tables-log-data-plan https://learn.microsoft.com/en-us/azure/azure-monitor/logs/basic-logs-query?tabs=portal-1#kql-language-limits https://learn.microsoft.com/en-us/azure/azure-monitor/logs/basic-logs-configure?tabs=portal-1#when-should-i-use-basic-logs https://learn.microsoft.com/en-us/azure/network-watcher/network-watcher-nsg-flow-logging-overview#how-nsg-flow-logs-work

Event ID 7006

This even ID 7006 and event error “scregsetvalueexw” might be related to Antivirus protection installed on the server. We suspect that the Antivirus self-defense doesn’t allow “services.exe” to modify the registry values which is the usual behavior of a protection software. We kindly recommend checking with the Antivirus team to proceed further with this issue. … Read more