I uploaded a WF custom activity library , which contains two activities: BackupDatabase : Performs a full or incremental backup of a database RestoreDatabase : Performs a restore of a database Both activities leverage the SQL Server 2005 System Management Objects (SMO). For details on the file contents...