I have a database in MS SQL Server 2017 express, in ubuntu 16.04, I am administering it DBeaver and I do not set an option to make a backup, I have tried with terminal and it does not work: $ tsql -S localhost -U SA
BACKUP DATABASE prolo TO DISK = '/ home / user / bakup' go but it does not work says there is a syntax error.