DEV Community

Discussion on: sqlcmd failed due to "locale::facet::_S_create_c_locale name not valid"

Collapse
 
scientronic92 profile image
scientronic92

Thank you for sharing. But I found this helpful commands:

export LANG=en_US.UTF-8
locale-gen en_US.UTF-8

It helped me with using mssql-tools.

Collapse
 
nabbisen profile image
nabbisen

Dear scientronic92,
Thank you for your comment.
That is an easier and simpler.
I have updated my post to add the link :)

Collapse
 
scientronic92 profile image
scientronic92

Thanks a lot, heddi.