The transaction log for database 'XXX' is full

I'm getting the error like this "The transaction log for database 'xxx' is full. 

Example.


Solution:

There are several potential causes for this, for example:
1. The SQL server's hard drive is full
2. The relevant database (for example 'XXX') has been configured to have a maximum log file size.
This maximum limit has now been reached.

To Increase Log file size 
Example:





** Problem resolved **

Post a Comment

0 Comments