Click here to Skip to main content
15,891,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i cannot shrink the log file in sql server 2012.it is not giving any error.but the size is remaining same.why it is not shrinking.please let me know solution .
Posted

1 solution

In SQL Server Management Studio:
1) Right-click on your database -> Properties
2) Go to 'Options' tab, and set the recovery mode to 'Simple' if it is 'Complete'
3) Click OK
4) Save your database
5) Shrink the log file
6) Set revocery mode to 'Complete' if you have changed it in step 2

This should give a fresh minimal-sized log file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900