Why we want to add second log file? It is a process that we usually perform when there is no free space in the disk …
Read More »How To Shrink SQL Server Data File
I wanted to write this article because it has been mentioned in the topic “How To Shrink SQL Server Transaction Log” and there are some …
Read More »How To Mount and Unmount ZFS Mount Points on Exadata
Before reading this article, you might want to read the article “How To Create a FileSystem on ZFS (Mount Point)” to create a mount point on …
Read More »How to Find The Size of all Databases in PostgreSQL
In Postgres you could be managing many databases on a Cluster. In some cases you may need to query the size all of these databases. …
Read More »How To Shrink SQL Server Transaction Log
Before shrinking the SQL Server log file, I recommend you read articles “What is SQL Server Transaction Log” and “What is Database Recovery Model” that …
Read More »How To Create a FileSystem on ZFS(ZFS Mount Point)
When we create filesystem on ZFS, mount process happens by default and mount point created. This mount point can then be mounted on the linux …
Read More »What is SQL Server Transaction Log
SQL Server Transaction Log is the log file with .ldf extension. Every transaction that occurs in SQL Server and database modifications performed by these transactions …
Read More »Change Database Recovery Model in SQL Server
In this article, we will change database recovery model in SQL Server via SSMS or script. Also I will share scripts to to find recovery …
Read More »What is Database Checkpoint in SQL Server
Database Checkpoint process is one of the most important part of SQL Server Architecture. Before you read this article, you need to understand the significance …
Read More »Database Recovery Mode in SQL Server
This article contains information about database recovery mode in SQL Server. You will find many information about FULL,SIMPLE and BULK LOGGED Recovery models and differences …
Read More »