Sql-server – How to Export MS SQL DB from Docker-Linux to Access format

csvdockerms accesssql server

I have a MS SQL database which is currently up and running on my Mac within a Docker container that is hosting the Ubuntu Linux version of MS SQL Server. I need to export the database to a format that can be imported into an Access (yes, Access) database.

Alternatively, I would need to export all 300+ tables to CSV, and hopefully would not need to do them one by one. Is there any way to export all tables en masse to CSV? But this is an alternative option. I still prefer the Access-compatible export since our new SIS vendor apparently uses it. Thanks!

Best Answer

Follow step by step guidance using Microsoft SQL Server Management tool. Invoke context menu on your database Tasks -> Export Data..., where you can choose proper file name, encoding, delimiters.

enter image description here