Is it possible to rollback only with MDF
and LDF
files but without backup file?
I worked days but suddenly it's gone. It's important to me.
Is it possible to rollback only with MDF
and LDF
files but without backup file?
I worked days but suddenly it's gone. It's important to me.
Yes, it is possible, but only if:
What you need to do is:
NO_RECOVERY
option;NO_RECOVERY
;RECOVERY
and STOPAT
options. In the latter, you can specify the exact time on which you want your database to be restored.For full syntax, see RESTORE.