A simple and necessary features is the possibility of informing the name and description of the backup, I noticed that when backing up the description comes as SQLBackupAndFTP, for those who work with multiple banks would need to change the name and description. Example below:
BACKUP DATABASE [DB_NAME] TO DISK = N’D:\DB\MSSQL14.SQL2017\MSSQL\Backup\DB_NAME.bak’ WITH DESCRIPTION = N’Backup Database Client xxxxxxx’, NOFORMAT, NOINIT, NAME = N’Backup DB_CLIENT_X’, SKIP, NOREWIND, NOUNLOAD, STATS = 10
Tks.
Roger Amaral