Hi,
I have a database of 'Sql Server 2008R2 Express' with Simple Recovery Model.
When I delete lots of database records, the physical size of the log file increases.
how can I reduce the size of log file?
i donot need to reclaim space occupied by the Log File to disk so i guess i don't need to run DBCCShrink command.
But i do want to truncate the log file so log files doesnot grow too big.
Thanks.