Is your feature request related to a problem? Please describe.
For the next milestone I want to add the feature where the consumer of the library can use a new Operator to restore a database from a backup file.
Things to consider:
The SQL script.
Backup file location.
Connection to an existing database.
Restore as a brand new database with new name and different data/log locations -> maybe for a future milestone.
Describe the solution you'd like
For the consuming application to create an instance of the RestoreOperator and call its restore method using a connection string and backup file name and location.
Describe alternatives you've considered
The other alternative is for the user of the consuming application to use a tool like MSSQL Server Management studio to do the restore for them (manually).
Additional context
Some investigative work is required first to find all of the pitfalls and "how" to do the restore.
Is your feature request related to a problem? Please describe. For the next milestone I want to add the feature where the consumer of the library can use a new
Operator
to restore a database from a backup file.Things to consider:
Describe the solution you'd like For the consuming application to create an instance of the
RestoreOperator
and call its restore method using a connection string and backup file name and location.Describe alternatives you've considered The other alternative is for the user of the consuming application to use a tool like MSSQL Server Management studio to do the restore for them (manually).
Additional context Some investigative work is required first to find all of the pitfalls and "how" to do the restore.