mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-02 09:35:38 -05:00
added restore errors to resx (#407)
* added restore errors to resx * including the restore error messages in the result * added more error handling and tests
This commit is contained in:
@@ -1823,4 +1823,28 @@
|
||||
<value>Completed</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="ConflictWithNoRecovery" xml:space="preserve">
|
||||
<value>Specifying this option when restoring a backup with the NORECOVERY option is not permitted.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="InvalidPathForDatabaseFile" xml:space="preserve">
|
||||
<value>Invalid path for database file: '{0}'</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="Log" xml:space="preserve">
|
||||
<value>Log</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="RestorePlanFailed" xml:space="preserve">
|
||||
<value>Failed to create restore plan</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="RestoreNotSupported" xml:space="preserve">
|
||||
<value>Restore database is not supported</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="RestoreTaskName" xml:space="preserve">
|
||||
<value>Restore Database</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user