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
Data Source=myServer;Initial Catalog=test;Trusted_Connections=true;
Please change connectionstring to:
Data Source=myServer;Initial Catalog=test;Trusted_Connection=true;
HTH