SQL Server

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.…

How to Add Data File to Availability Database?

Sometimes, we need to add data file to availability database in Always on Availability Group. Adding database file is a…

SQL Server Native Client Error 50000: A network error occurred while attempting to read from the file

Yesterday i have received SQL Server Native Client Error 5000 while installing SQL Server Management Studio on one of the…

What is Enhanced Database Failover and How to Enable it for Availability Group?

As we know Always on Availability Group is the set of user databases that are combined to failover if primary…

Upgrade or Patch SQL Server Failover Cluster Instance Running with Availability Group

I have explained step by step process to upgrade or patch SQL Server instance that hosts an Always on Availability…

SQL Server Error 5009: One or more files listed in the statement could not be found or could not be initialized

I had to add a log file to a database and then extend the size of this log file to…

How to Change Failover Mode of Availability Replica in Always On Availability Group?

Today, i will describe about the overview of failover modes in AOAG and how to Change failover mode of an…

How to Enable Lock Pages in Memory for SQL Server?

Lock Pages in Memory is a Windows policy that assures the SQL Server or any other application to keep data in…

How to Install SSMA for Oracle to Migrate Oracle Database to SQL Server

Today, I am going to discuss about Oracle to SQL Server Database Migration. This article will give you step by…