Hi @Hamed Vaziri ,
In addition, please check if there is any corruption in the database. You can use DBCC CHECKDB to check.
If there are any error is reported by DBCC CHECKDB, it is recommended to restore the database from the last known good backup. If this happens to be no good backup, then you have to use the repair option with DBCC CHECKDB after the database placed in emergency mode.
Best Regards,
Amelia
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.