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…
Today, I got below Microsoft SQL Server error 3023 when I was trying to manually shrink a log file. The…
I am working on a project where we are migrating Oracle databases to SQL Server for SAP applications. We are…
We got this Microsoft SQL Server error 35250 while configuring Alwayson Availability Group on one of the SQL Server Instance.…
I have shown how to install SQL Server 2017 on Ubuntu server that have internet access in my last article.…
We can easily install SQL Server 2017 on Ubuntu server if we have internet access to the online repositories but…
I was configuring AlwaysOn Availability Group between two replicas. Everything was configured successfully but Listener was failed to create with…
Migrating data from Oracle to SQL Server is very complex process. Although, it has become little easy using SQL Server…
We know SQL Server Backups are resource intensive operation that strain on I/O and CPU (with backup compression). AlwaysOn Availability…
I installed SQL Server 2017 on Ubuntu server and tried to connect to this server using PuTTY from my local…
Today an application user has reported that he is not able to connect to the secondary replica of AlwaysOn Availability…
Sometimes we need to check the IP, Subnet mask and default gateway of our Linux machine and sometimes we need…
I had an AOAG configuration between two replicas that i have deleted in order to perform some activities. I was…
Instant file initialization is very useful feature to speedup the process of increasing or allocating data file space of a…
I was working in a project where I came to know client was using MSDN licenses on production environment. Though…
SQL Server Agent is very useful in automating any database activities. By default, it is not installed along with SQL…