Possible Duplicate:
SQL Server 2005 Transaction Log too big

I am running SQL Server 2005.

My db backup scheme is: Recovery model: FULL Backup Type: Full Backup component: Database Backup set will expire: after 0 days Overwrite media: Back up to the existing media set, Append to the existing backup set

The db is writing to 250GB drive (232GB actual).

My _Data.mdf file is over 55GB and my _Log.ldf is over 156GB.

We ran into a situation where our drive was filled today. I moved our ab_Full.bak and ab_Log.bak files to another drive to make space - about 45GB. Now, free space is at 31GB.

I don't think there is any way that I can make another backup of the db and transaction log.

How can I get the size of the transaction log down? Can I shrink it without performing a backup?

Can I create a new full backup of the db that allows me do delete the existing transaction log; thus, freeing alot of space and creating a new transaction log?

I'm running out of space quickly and, I fear, options too.

Thanks, Joel

link|improve this question
you just asked this same question: stackoverflow.com/questions/2024850/… – Mitch Wheat Jan 8 '10 at 4:11
I do not know how the shrink or backup processes work for the transaction log. I did notice that the log backup file I moved earlier is 21MB. So, I can easily put it back in place. The full backup file for the db is 46GB; so, I can not move it back. If I move the transaction log backup file to its original position, can I perform the shrink without running the backup first? I just do not have much space left. – RevoJoe Jan 8 '10 at 4:23
Mitch, sorry, I'm new to the forum. It looked like the question was answered and it was marked as such. However, I don't think I can perform the normal procedure given the diskspace issue. So, I opened a new question. What should I have done instead? Thanks. – RevoJoe Jan 8 '10 at 4:27
feedback

closed as exact duplicate by Mitch Wheat, Remus Rusanu, mjv, gbn, marc_s Jan 8 '10 at 6:11

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.