Enable MARS using MSOLEDBSQL

Connection string

This Microsoft OLE DB Driver for SQL Server connection string can be used for connections to SQL Server 2019, SQL Server 2017, SQL Server 2016, SQL Server 2014 and SQL Server 2012.

Provider=MSOLEDBSQL;Server=myServerAddress;Database=myDataBase;
Trusted_Connection
=yes;
MARS Connection=true;