Enable MARS using SQLNCLI10 OLEDB

Connection string

This SQL Server Native Client 10.0 OLE DB Provider connection string can be used for connections to SQL Server 2008 and SQL Server 2005.

Provider=SQLNCLI10;Server=myServerAddress;Database=myDataBase;
Trusted_Connection
=yes;
MARS Connection=True;