SQL Studio - Recover previously unsaved .sql
SQL Studio - Recover previously unsaved .sql
Recover previously unsaved .sql files with SQL Studio?
Re: SQL Studio - Recover previously unsaved .sql
You can select the restorable file types in the 'Environment -> Documents -> Restore' section of the 'Options' window (select 'Tools -> Options...' from the main menu).
Re: SQL Studio - Recover previously unsaved .sql
Right...but how do I recover previous .sql files?
Re: SQL Studio - Recover previously unsaved .sql
The restorable files with corresponding paths are specified in the *.xml file that is located in the following folder:
Code: Select all
%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for SQL Server\
Re: SQL Studio - Recover previously unsaved .sql
First...it's strange that I have to find a hidden .xml file and decipher it to locate the files. Second, it's even stranger that the saved files are stored as .cache files and I have to rename them to .sql. SQL Studio doesn't have functionality within the program to explore and recover previously saved files???
The previously unsaved files are not in the recovery directory - why would they have been deleted?
The previously unsaved files are not in the recovery directory - why would they have been deleted?
Re: SQL Studio - Recover previously unsaved .sql
This may happen due to abnormal program termination or system shutdown.
Did you exit dbForge correctly before the files were lost?
Did you exit dbForge correctly before the files were lost?
Re: SQL Studio - Recover previously unsaved .sql
I'm not sure...but the point of being able to restore is largely applicable to application crashes. This should be a standard feature. I've used other SSMS alternatives that do exactly this.
Recovering from a crash is the main purpose of restoring unsaved files
Also, why doesn't SQL Studio have the functionality to restore previous files from within the program, rather than have to open an .xml file??
Recovering from a crash is the main purpose of restoring unsaved files
Also, why doesn't SQL Studio have the functionality to restore previous files from within the program, rather than have to open an .xml file??
Re: SQL Studio - Recover previously unsaved .sql
Can someone help me understand the purpose fo this functionality if it can't recover .sql files after a crash?
Re: SQL Studio - Recover previously unsaved .sql
We will investigate this issue and will answer you as soon as possible.