I'm using SQL 2005. I have a DB whereby the tables are refreshed every evening. Over time the .ldf file has increased to 60GB. Currently, the disk's logical size is 72GB.
This has created multiple failures during updates and backups of the disk's contents.
I know that the logfile can be backed up with truncation, but there is only about 2GB of free space left on the disk and when I try doing the backup the size does not change.
Can I delete the logfile? If so, should I do a detach, delete and then attach? Will this cause the DB to recreate a logfile?
This database will become obsolete in a few months, but in the meantime it's critical to the operation of business.
Anyone have any suggestions?
Thanks,
Vic
This has created multiple failures during updates and backups of the disk's contents.
I know that the logfile can be backed up with truncation, but there is only about 2GB of free space left on the disk and when I try doing the backup the size does not change.
Can I delete the logfile? If so, should I do a detach, delete and then attach? Will this cause the DB to recreate a logfile?
This database will become obsolete in a few months, but in the meantime it's critical to the operation of business.
Anyone have any suggestions?
Thanks,
Vic