Hi,
I received backup file from vendor. When I run restore script,
restore database xxxx
from disk='path\backupfilename'
with
move 'datafile' to 'newpath\filenaem',
move 'logfile' to 'newpath\logfilename',
replace,recovery
database created but say in restoring mode. There is error:
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
Msg 5243, Level 22, State 6, Line 1
An inconsistency was detected during an internal operation. Please contact technical support.
How to resolve this issue?
Thanks