sybase数据库备份的问题
<p>小弟菜鸟,第一次发贴求助,请大家帮忙。</p><p>我用的sybase11.9.2 的数据库(win2K的系统),在用dump 命令备份数据库时出了点状况。</p><p>对话框提示如下:</p><p> E:\cwdata>c:\sybase\bin\isql -Usa -P -ie:\cwdata\backup7.sql</p><p> Backup Server session id is:5。Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server。</p><p> Backup Server:6.38.1.1:Header labels of the volume on 'e:\cwdata\7\cwbase1.dup':</p><p> Backup Server:6.34.2.5:</p><p> VOL1</p><p> 4</p><p> HDR1cwbase1070980A8CA00010100010000000100 07098 07098</p><p></p><p>Backup Server:64.49.1.1:OPERATOR:Uolume to be overwritten on e:\cwdata\7\cwbasel.dump has not expired:creation date on this volume is Backup Server:6.78.1.1<br/> EXECUTE sp-volchanged<br/>@session-id=5<br/>@devname<br/>e:\cwdate\7\cwbase1.dump<br/>@action={PROCEED|RETER|ABORT}</p><p></p><p></p><p></p> e:\cwdata\backup7.sql这个文件的内容提供一下参考 <p>sql 文件的内容如下:</p><p>use master</p><p>go</p><p>dump database cwbase1 to 'e:\cwdata\7\cwbase7.dump'</p><p>go</p><p>exit</p><p></p><p> </p>
页:
[1]