2

SQL SERVER - Logs are Full and Can't Switch Recovery Models - SQL Authority with...

 3 years ago
source link: https://blog.sqlauthority.com/2021/08/02/sql-server-logs-are-full-and-cant-switch-recovery-models/?utm_campaign=sql-server-logs-are-full-and-cant-switch-recovery-models
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Logs are Full and Can't Switch Recovery Models

SQL SERVER – Logs are Full and Can’t Switch Recovery Models

While I mostly get questions from my client during Comprehensive Database Performance Health Check, recently I got questions from my friend who usually works in the legacy system. His question was about their database Logs, which were Full and they Can’t Switch Recovery Models. Let us discuss this problem today.

SQL SERVER - Logs are Full and Can't Switch Recovery Models RecoveryModels-800x129

Can’t Switch Recovery Models

After his email, we quickly got on the call and I found out that he was using the database SQL Server 2000. I felt that he was using the earlier version of SQL Server, which is out of support and not many people nowadays are using it. They had a log file on the disk and now the disk was 100% full by the log file. The recovery model of the database was also a full recovery model.

Now the issue was they were not able to change the recovery model from Full to Simple to clear the log file. The reason for this is very simple and straightforward. In SQL Server 2005 and earlier versions of SQL Server, changing the recovery model was the logged operation. This means you need a space in your log file to change the recovery model. This put them into a catch 22 situation. As there is no space, they want to change the recovery model but to change the recovery model they need space. – Catch 22!

Finally, my friend was able to remove some other data from the disk and was able to change the recovery model. There is no real solution to this situation.

SQL Server 2008 and Onwards

Thankfully, SQL Server 2008 and onwards when we change the recovery model it is not logged operation. This means even though your disk is 100% full and you want to change your recovery model, you can successfully change them. I recommend all of my clients upgrade to the latest versions of SQL Server.

If you liked this blog, please do not forget to subscribe to my YouTube Channel – SQL in Sixty Seconds.

Here are my few recent videos and I would like to know what is your feedback about them.

Reference: Pinal Dave (http://blog.SQLAuthority.com)


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK