I'm using SQL Server 2000 and for a while my database's transaction log was not being backed up (low disk space), which I assume was making it not truncate. It showed 47GB used space and about 4GB free space.
I set a maintenance plan to backup/reindex/shrink/optimize and all that. It all completed without errors and now the transaction log file is 5GB used space (8GB DB so I think that's normal) but it still has 48GB of free space.
I manually ran a shrink database in Enterprise Manager and that didn't work. I ran a shrink file on the log file and that didn't work. I specified a specific filesize (Used Space+10%) and that didn't work. I'm getting no errors, it just isn't shrinking.
What else can be done?
Thanks!
I set a maintenance plan to backup/reindex/shrink/optimize and all that. It all completed without errors and now the transaction log file is 5GB used space (8GB DB so I think that's normal) but it still has 48GB of free space.
I manually ran a shrink database in Enterprise Manager and that didn't work. I ran a shrink file on the log file and that didn't work. I specified a specific filesize (Used Space+10%) and that didn't work. I'm getting no errors, it just isn't shrinking.
What else can be done?
Thanks!