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?
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.