Comments
-
I've managed to resolve the issue by doing the following. Modify connection string in config wizard to use DB's hostname instead of IP. (E.g. HostDB:1433) If using domain/service account to connect to DB, use the "@" notation. (E.g. mySW@domain) This resolved the occasional instances where sql sees the domain account as a…