I notice that my database size is over 5GB in size around 98% of this is taken by log file while .mdf
file size is around 10MB.
I tried shrinking database that reduced space by 2MB
Then I tried shrinking data file both
.mbf
&.ldf
which hardly reduced space by 10-15mb.
When I take full backup my .bak
file size is around is 18MB why so and how can I reduce the log file so that I don't have to worry about disk space?
I am running SQL Server 2008 R2