I m using SQL Server 2000. I can't backup my database. Its show me a error Message.this is below ... Error Image
我使用SQL Server 2000.我无法备份我的数据库。它告诉我一个错误消息。这是下面...错误图像
What is the problem?
问题是什么?
2 个解决方案
#1
1
Have you looked in the SQL Server error log?
你看过SQL Server错误日志了吗?
You are either out of space on that drive or do not have permission to write to it.
您要么在该驱动器上没有空间,要么没有权限写入它。
#2
4
status 112 means Insuficient Space on target disk. Free some space on the backup target (where the .bak is written).
状态112表示目标磁盘上的空间不足。释放备份目标上的一些空间(写入.bak的位置)。
#1
1
Have you looked in the SQL Server error log?
你看过SQL Server错误日志了吗?
You are either out of space on that drive or do not have permission to write to it.
您要么在该驱动器上没有空间,要么没有权限写入它。
#2
4
status 112 means Insuficient Space on target disk. Free some space on the backup target (where the .bak is written).
状态112表示目标磁盘上的空间不足。释放备份目标上的一些空间(写入.bak的位置)。