makinacorpus/DbToolsBundle

Add backup and restore for SQL Server

pounard opened this issue · 1 comments

SQL Server only implement anonymizers until now.

It seems there is no easy way to do this.

We can use sqlcmd (the CLI for SQL server) to backup a database, but this utility could only create a backup file on the database server. It does not allow to download the backup on the machine running the CLI.