I have a problem about managing ldf file's size. Db's recovery mode is Full. So ldf file is reached at 360 gb. I want to decrease it by performing log backup. But currently disk does not have 360 gb free space. So backup file is growing continuously.
I tried perform backup to be sure and as i expected, it raises error which says that there is no enough space in disk.
dont have chance to increase disk size
Cant change Recovery mode to simple due to database is very important
Cant split backup file into different disks. Because there is no 360 gb space in total of all disks.
What can i do to decrease LDF file?
Thanks in advance.