'Is there a linux command line tool for MSSQL/SQLSRV that would allow creating dumps and importing them?
Im looking for a linux command line tool for MSSQL/SQLSRV that would allow me to do equivalent commands to these -
pg_dump --clean --dbname=postgresql://username:password@host:port/database >b database/dump.sql
psql postgresql://username:password@host:port/database < database/dump.sql
This is meant for automatic browser automation testing where base data gets generated and before every test gets reverted to the base state.
The project uses docker for everything and is written mainly in PHP but I will gladly look at other ways of accomplishing these needs if you have any suggestions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
