Easy Steps to Your Shrink SQL Database Log
Hi Folks,
Today we are going see to how to Shrink your MS SQL Database log file.
This article requires the use of Microsoft SQL Server Management Studio. If you do not have this installed, Microsoft SQL Server Management Studio Express is available for free from Microsoft
Now let’s see how to do it.
Before that first you have change MS SQL database recovery model to simple
- Log into Microsoft SQL Server Management Studio
- Right Click on your Database
- Then choose Properties
- Change the recovery model to Simple
- Then Click OK
- Once you changed recovery
- Right click on the database
- Select Tasks > Shrink > Database
- Click OK
- Now you have change the recovery model to Full. Right click on the database
- Select Properties
- Click on Options
- Change the recovery model to Full
- Click OK
Finally Restart your database service
Hope this tutorial will be helpful 🙂