SQL Server Administration

How to Enable, Disable or Check SQL Server Trace Flags?

Trace flags are used to gather in-depth information about certain logs during some transactions. We use DBCC commands to enable…

Fix Error 1101: Could not allocate a new page for database

We get error 1101 because of space issues. Database engine doesn’t able to allocate new pages to the database because…

Understanding Database Shrink Operation and Why Should We Avoid It?

Database Shrink is a process to remove unused space allocated to the database or database files to the disk. When…

SQL Server Evaluation Period has Expired and How to Upgrade it?

Generally, we download SQL Server evaluation edition to learn or do some testing before deployments. Evaluation edition of SQL Server…

Manage Transaction Log File during Data Load

Have you even face that your transaction log file is growing exceptionally and you have to manage log file to…

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…

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

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…

Fix SQL Server Error 4064: Cannot open user default database. Login failed.

Today, I got Microsoft SQL Server error 4064 while I was trying to connect to my SQL Server Instance using…

Fix SQL Server Error 3023: Shrink failed for LogFile “Log File Name”

Today, I got below Microsoft SQL Server error 3023 when I was trying to manually shrink a log file. The…