I am trying to create a SQL linked server between two SQL servers.
- Logged into SSMS as my domain account, created the linked server with another domain service account on both source and target servers.The created linked server was unable to connect
- Then I tried - created a 'Test' SQL login and database user with db_dataread on the remote server. With Server authentication changed to SQL and Windows authentication, on both source and target servers, I logged into the source server as the 'Test' account and tested the linked server connection unsuccessfully.
Error message I get is "...A network-related or instance-specific error has occured while establishing a connection to SQL Server. Server is not found or not accessible...
Please note tcp port 1433 is open between source and target servers bi-directional.
The Security option I chose is "Be made using this security context" and I supplied the username and password.
Would anyone know what I'm missing please? I've tried different security options.