Enable MARS using SQLNCLI OLEDB

Connection string

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

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