Showing posts with label windows 10. Show all posts
Showing posts with label windows 10. Show all posts

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