Michael J. Ryan
Michael J. Ryan
@EduardoSantanaSeverino sorry, should be public now.
@arahmancsd I'm not sure if alpine is a supported target for SQL Server itself. You may be better served with the Azure SQL Edge image if you are wanting a...
@pthoelken again, I don't think Alpine is a supported platform. Why not run the official image?
@pthoelken gotcha... as to the install folder, not sure if the files themselves match the download for the separate (non-docker) SQL Server Linux installation. I've always just used the official...
I would suggest reducing the "me too" comments and simply thumbs up on the primary post at the top. I'm not working for MS, but would be surprised if this...
It might be worth considering using a scripted language/tool such as Python or JavaScript(Node) for the import/export. It may not be quite as optimized, but may be more reliable and...
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/server-memory-server-configuration-options?view=sql-server-ver15
@kklok Did you try `-e MSSQL_MEMORYLIMIT_MB=100` in your `docker run` command? I don't know anything about the internals for MS SQL Server in this regard. The link I shared indicates...
I tried setting limits via Docker, but it keeps recycling the node, didn't dig too much into it myself.
Just curious, what are you sending the CSV file to? Since many/most systems should be able to import from UTF-8 with or without (may want to strip it) BOM...