Reputation: 1617
I need to create a SQL server database backup in DBeaver and restore it. Is that possible?
Using SQL Management Studio would not be a turnaround solution in this case, as we are not allowed to use it here.
Upvotes: 15
Views: 36982
Reputation: 861
According to DBeaver documentation:
DBeaver supports native database backup/restore functions for following databases:
PostgreSQL MySQL
So it looks like currently DBeaver (as of version 7.3) does not support this featire for SQL Server.
DBeaver Backup/Resore documentation
Upvotes: 7