My LDF file is too big (almost 500 GB) because we had some problems.
I know that is not good to shrink file, but we need to do it this time.
My database is FULL RECOVERY MODE and it is in a Alwayson High Availability.
I runned DBCC SHRINKFILE (N'My DB_Log' , 250) and it not worked
I've checked DBCC SQLPERF(logspace) and it returned:
Database .....| LogSize (MB) | Log Space Used (%)
MyDatabase | 450994.6 .........| 0.4529642
I runned DBCC LOGINFO too and returned 2293 lines and all with Status = 2
Any Idea???