Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup Error

Status
Not open for further replies.

Mike2287

IS-IT--Management
Mar 15, 2004
214
US
Newbe to SQL

I have a new client who's backup hasn't been running. the error says not enough disk space. the database is 10 gig and there is 14 gigs of free space on the server. I tried adding a USB drive to the system and backing up to that but is also failed with the same error. anyone have any ideas what maybe causing this?

Thanks in advance for any help
Mike
 
I'm sure it was just a test but please do not put backups on flash memory :)

How large are the transaction logs?


____________ signature below ______________
General FAQ faq333-2924
5 steps to asking a question faq333-3811
 
Wasn't a flash, it's a 160gig segate external. Not sure how big the transaction logs are.
 
Open Enterprise Manager. Expand the tree until you see the database. Click on the database. In the right window pane, look at the graphic for the size of the database. It will show space used and space free. ALL OF THAT space is 'claimed' by SQL Server. Check the transaction log size. If that uses up all the space, then the database cannot expand if needed.

-SQLBill

Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top