Hi ,
Can you try this ?
DBMS=OLEDB
DATABASE=
LogId=sa
LogPassword=sasa
AutoCommit=1
DBPARM="PROVIDER='SQLNCLI10',DATASOURCE='COMPUTERNAME',DelimitIdentifier='Yes',PROVIDERSTRING='database=MyDatabse'"
checkencryptedpass=no
I have the above in a start in file.
Pay attention at the provider, SQLNCLI10. For SQL server 2008 R2 I'm using the above. For SQL 2012 I think it wants SQLNCLI11.
Here you go something that works. I used oledb
thank you