-1

We have two application servers that a configured quite similarly, however there is a discrepancy between them when they attempt to connect to a server name with a space appended to the end.

So, for exnmple, given the server name 'MySQLServer' (without quotes):

  • Machine 1 connects to MySQLServer with the names 'MySQLServer' and 'MyServer '

  • Machine 2 connects to MySQLServer with the name 'MySQLServer' but not 'MyServer '

Any thoughts anyone?

1 Answers1

1

Check the alias setup on each application server.

You should use the program named "Client network utility" into MSSQL group.

lg.
  • 4,649
  • 3
  • 21
  • 20