...
The Restore Database activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
...
- Backup File Path (text box editor type) (type: string): the path of the backup file or select it with the File Browser. Should be a The .bak extension file (E.G 'C:\BackupsFolder\BackupFile.bak' ).
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Restore Database activity:
- file path can be manually written or selected by clicking the button. In this example the backup file has the same name as the database's.
Run query
This activity runs a query on a SQL Server database.
...