Backup a SQL server database.

| Parameter | Value |
|---|---|
| Connection String | Database Connection String (Optional: provided by Connection Library). |
| Connection Timeout | The time it will take for the connection to timeout. |
| Database | The SQL database to connect to. |
| Name (optional) | Name for the backup. |
| Description (optional) | Description for the backup. |
| Backup Type | Choose the backup type from either Full_Backup or Differential. |
| Backup Set | Choose the backup set between either Overwrite or Append. |
| Backup Filename | The filename for the backup. |
| Compress Backup to Zip Archive | Check the checkbox to zip the backup file. |