Hi @Winnie Lin,
This is an English forum. In order for other members to be able to search for similar questions, it is recommended that you use English.
檢查過硬碟、磁碟了,另外也有嘗試執行DBCC CHECKBOX命令,但要執行單一使用者模式時也會出現上述錯誤訊息。
That should be a corrupted data file issue. Have you run DBCC CHECKDB?
You can try to fix this error by checking the disk for errors and repairing them. You can also try to restore the database from a backup. Restoring backup files is always the best practice.
If you don't have backup files, you may need to use the DBCC CHECKDB repair_allow_data_loss option for maximum data repair. Of course, this is not a recommended practice. Again, Restoring backup files is always the best practice.
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".