DBCC SQLPERF(LOGSPACE) This will return the logfile size in percentage then shrink the logfile based on your wish
before shrinking try to truncate your log file which may resolve the issue using BACKUP LOG
↧