How can I recover previous version of model?

I had a complete model, and I think I saved a previous version on top of it. Is there any way to restore a previous version of the model? I also was able to export the sql code before this happened, so would I be able to reverse engineer from the sql code?

Thanks,

Jeremy

Hi Jeremy,
you can restore previous version only if you use any version control system(SVN, GIT). In other cases there are not exists any automatic versioning or recovery.
If you have SQL and you work with db that supported re from sql file, you can use re from sql file, but you will lost logical information as layout and captions, notes etc. Maybe way can be re from sql file with combination with merge with your current model.

Regard
Petr

Hi,

you can also try use Windows function "Restore Previous Versions". But it is not working well in Windows 10 - I find some page about it: https://www.wintips.org/fix-restore-previous-versions-not-working-in-windows-10/

Regards,

Mario