Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
scelamko
Constraint Violating Yak Guru
309 Posts |
Posted - 2005-03-28 : 08:47:18
|
| Folks, I have maintainance plan to schedule DB backup. Apparently it failed and I get error as "write on 'C:\SQLDATA\MSSQL\TEST\TEST.BAK' failed, status = 112"can you guys give me any inputs as to why this has been caused and how I can eliminate this errorThanks |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-03-28 : 14:25:41
|
| Do you have enough disk space on C to backup the database? Is the path correct? Does the backup command work fine in Query Analyzer?Tara |
 |
|
|
|
|
|