Saturday, January 13, 2018

Keyword not supported: 'trusted_connections'.

If you get above error:

Data Source=myServer;Initial Catalog=test;Trusted_Connections=true;

Please change connectionstring to:

Data Source=myServer;Initial Catalog=test;Trusted_Connection=true;

HTH