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…

How to Avoid Page Split in SQL Server?

This is very interesting topic. How to Avoid Page Split in SQL Server? Let's start with basics. Page split is…

Difference between Index Rebuild and Reorganize

Fragmentation exists when indexes have pages in which the logical ordering, based on the key value, does not match the…

What should be the Best Value for Fill Factor in SQL Server

Lot of SQL Server resources ask what is the best value for fill factor in SQL Server and should we…

Understanding SQL Server Indexes

SQL Server Indexes are similar to book indexes that we use to search any content in that book. They are…

How to Improve SQL Server Bulk Data Import Performance?

I am working on a project where we are migrating Oracle databases to SQL Server for SAP applications. We are…

Understanding Cloud Security & Data Protection

These days lot of organizations are moving to cloud but one thing every customer ask and that is about Cloud…

Top 5 Cloud Service Provider Accreditations and Third-Party Auditor Reports

Cloud Service provider is responsible for protecting its infrastructure that runs all the services in the cloud. The Infrastructure is…

What is Cloud Computing?

In today’s digital world, all our data is travelling every second from one place to other electronically. Most of the…

Install sqlcmd & bcp (SQL Tools ) on Ubuntu Server

I have described step by step process to install SQL Server 2017 on Ubuntu server in my last articles. Here…