I am on sql server 2008 r2. A transaction log file is grown a lot. Transaction log backups are done only 4 hours so information in log file should have been deleted. When I tried to shrink logfile using
dbcc shrinkfile(mydb_log, 32000)
It is not shirnking, size of log file remains same, why?
How can I shrink the log file?