I am trying to shrink my log file using DBCC SHRINKFILE(db_2.ldf)
, which is the name for log file
It gives me error every time:
8985, Level 16, State 1, Line 1 Could not locate file 'FIelD' for database db in sys.database_files. The file either does not exist, or was dropped.
Can you please suggest what can I do to fix it.