Manvendra Deo Singh

I am working as a Technical Architect in one of the top IT consulting firm. I have expertise on all versions of SQL Server since SQL Server 2000. I have lead multiple SQL Server projects like consolidation, upgrades, migrations, HA & DR. I love to share my knowledge. You can contact me on my social accounts for any consulting work.

How to Fix SQL Error 1005: A Comprehensive Guide

If you're working with SQL databases, you might have encountered error 1005 at some point in your development process. SQL…

How to Fix SQL Server Error 207 – Invalid Column Name

SQL Server is a powerful relational database management system (RDBMS) used by many organizations for managing and storing data. However,…

How to Fix SQL Error 1045: Resolving Access Denied Issues

If you are a database administrator or a developer who works with SQL databases, you may have encountered the dreaded…

How to Fix SQL Server Error 18456: A Comprehensive Guide

SQL Server, developed by Microsoft, is a popular relational database management system (RDBMS) used by millions of businesses worldwide. However,…

How to fix SQL Error 1064: You have an error in your SQL syntax

Are you struggling with SQL Error 1064 while working with MySQL or other SQL statements? Don't worry, you're not alone!…

Fix SQL Error 18456: failed to open the explicitly specified database

This article will help you fixing SQL Server Error: 18456, Severity: 14, State: 38, Reason: Failed to Open the Explicitly…

Fix Always ON Connection Timeout Error 35206 in SQL Server

Recently, my company has migrated all critical SAP systems from on prem Linux based Oracle databases to Azure Cloud windows…

How to Enable Preview Features in Azure Data Studio

Microsoft always releases new features and enhancements as part of preview features in Azure Data Studio before making it publicly…

Fix SQL Server Error 121 – The Semaphore Timeout Period Has Expired

Yesterday one of my teammate got a weird error while executing a T-SQL script. We are talking about SQL Server…

How to Change Authentication Mode in SQL Server?

Authentication is a process to establish a successful connection. SQL Server provides two types of authentication modes to connect to…

Fix SQL Server Error 802: There is insufficient memory available in the buffer pool.

We receive SQL Server error 802 when buffer pool of SQL Server instance is full and cannot grow further. Here,…

SQL Server Update Statistics Best Practices

Update Statistics in SQL Server is very important maintenance activity to keep database's statistics up to date. This helps SQL…

Understanding Hybrid Buffer Pool in SQL Server

Microsoft introduces a new feature called Hybrid Buffer Pool in SQL Server 2019 CTP 2.1. Read this article to understand…

Fix:VIEW SERVER STATE permission was denied on object ‘server’, database ‘master’

Yesterday, one of the app user was complaining that he is not able to execute some of the queries and…

SQL Server Error 5184: Cannot use file ‘I:\Path\Techyaz.mdf’ for clustered server

Today, one of my team mate was trying to attach a database on one of the clustered SQL Server instance.…