mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-26 09:35:38 -05:00
Feature/restore db (#403)
* Added service handlers for restore database operations
This commit is contained in:
@@ -812,3 +812,11 @@ Backup_TaskName = Backup Database
|
||||
Task_InProgress = In progress
|
||||
Task_Completed = Completed
|
||||
|
||||
|
||||
###########################################################################
|
||||
# Restore
|
||||
ConflictWithNoRecovery = Specifying this option when restoring a backup with the NORECOVERY option is not permitted.
|
||||
InvalidPathForDatabaseFile = Invalid path for database file: '{0}'
|
||||
Log = Log
|
||||
RestorePlanFailed = Failed to create restore plan
|
||||
RestoreNotSupported = Restore database is not supported
|
||||
|
||||
Reference in New Issue
Block a user