Hi,
After inheriting a SQL Server, I discovered no one was managing the .ldf files. I have one that is now 120GB, and I would like to save & truncate the file.
I get this error when I try:
Write on "\\srvfile\IT Department\backups\SQL\Content_02-28-2019.TRN" failed: 112(There is not enough space on the disk.)
Msg 3013, Level 16, State 1, Line 11
BACKUP LOG is terminating abnormally.
Funny thing is there is plenty of space on the server - 150GB
Any ideas?