Hi Community,
I get the following errors whenever I try to establish a SQL Server connection by entering the same name of DB as the "Connection Name" and "Host".
Error encountered: ERROR [08001] [Microsoft][ODBC Driver 18 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [53].
ERROR [HYTOO] [Microsoft][ODBC Driver 18 for SQL Server] Login timeout expired
ERROR [08001] [Microsoft][ODBC Driver 18 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
I do not get the above mentioned errors whenever I make a SQL Server connection using the IP of the DB as "Host" and use the name of the DB as "Connection Name" but I end up receiving this:
Error encountered: ERROR [08001] [Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: The certificate chain was issued by an authority that is not trusted.
ERROR [08001] [Microsoft][ODBC Driver 18 for SQL Server] Client unable to establish connection.
Please advise as to how I resolve these errors.