4 Different Usages of DBCC SQLPERF in SQL Server

DBCC SQLPERF is very useful command that we use to get multiple statistics related information in SQL Server. This command…

How to Use Resumable Online Index Rebuild Operation in SQL Server?

Resumable Online Index Rebuild is a new feature introduced in SQL Server 2017. Index Rebuild operation is very expensive task…

Disk and Performance Impact of Online Index Rebuild Operation

Here, we are going to talk about disk and performance Impact of online Index rebuild operation. As we know index…

Should We Clear Wait Statistics Data from DMV sys.dm_os_wait_stats in SQL Server?

Should we clear or reset Performance Wait Statistics Data present in DMV sys.dm_os_wait_stats in SQL Server? The answer to this question is depends…

How to Change Putty Cursor Color or Mouse Pointer Color?

Sometimes, cursor or mouse pointer does not visible on your putty terminal console. The reason behind that is cursor color…

How to Change Putty Background Color?

If you want to change putty background color from black to white or any color as per your choice then…

How to Change Putty Text Color?

If you want to change PuTTY text color that are more visible to your eyes and make you understand what…

Fix SQL Server Error 18456: Login failed for user ‘User_Name’.

Yesterday, a developer has reported an SQL Server error 18456 Login failed for user ‘username’. (Microsoft SQL Server, Error: 18456)…

How to Reset or Change User Password on RedHat Linux

Password change is a routine task to keep your login secure. We use passwd tool on most of the Linux…

Fix: SQL Network Interfaces Error 28 – Server doesn’t support requested protocol

Today I am going to discuss about Microsoft SQL Server Error 28 that most of the SQL Server users might…