时间:2021-07-01 10:21:17 帮助过:71人阅读
(2)第二次还原,加上了 with continue_after_error
sql server错误日志,无系统错误日志
英文的具体内容如下:
A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a QFE from Technical Support. SQL Server Assertion: File: <bckioreq.cpp>, line=1375 Failed Assertion = ‘0‘. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted. External dump process return code 0x20000001. External dump process returned no errors.
分析,要么是备份文件出了问题,要么是源数据库上出了问题,要么是备份磁盘出了问题
dbcc checkdb了一下,没有任何问题。如果有问题,进行修复,然后再重新备份。
重新备份了一个备份文件,试试是否可以还原。
当【2.1】没有问题时。如果【2.2】可以解决那最好。如果不能,那可能是备份文件所在磁盘有坏道坏块一类的。
如果【2.2】方法不能解决,尝试备份到其他磁盘,然后进行还原看是否可以解决。
在从该备份集进行读取时,RESTORE 检测到在数据库 "CISDB" 中的页(0:0)上存在错误。系统断定检查已失败
标签:ini ide sts ESS 错误日志 turned com serve proc