[quoted text, click to view] > Are you backing up the log?
In Enterprise Manager I Select all tasks, Backup the database. I see that
there is a radio for backing up the transaction log but I can not find a way
to make it active (un-dimmed).
[quoted text, click to view] > Another option if you are sure you don't need the log for
> your recovery, restore plans is to set the database to
> simple recovery model.
As I mentioned in the post above I am using Simple recovery. That is, I
have a database called Corp and from analyser I ran the following:
Alter database Corp
SET
RECOVERY SIMPLE
The bottom line is that I have a database of about 50MB and a log file of
about 150MB. I am reading the help files and other documentation but I it
still is not clear to me what I need to do to get rid of the big log file
and then to fix it so that in the future it doesn't get too big.
Anyone?