Hello @Mozart_Sindeaux,
I concur with @thiagoglima, the link provided should be able to help you.
You need to focus on: the encoding (specially if single-byte or double-byte) from origin data source (MSQL) and destination (the SAS table, bases in your SAS sessions encoding, which you can check with %put _ALL_;
Then, you need to use the transcoding.
Indeed, problem is that SAS-ODBC connections have trouble with trans-coding but the referred SAS note 36652 provides a great example to workaround it.
... View more