2
I have an application that connects to SQL Server, but in a client terminal is returning a random error.
I wonder if there is a way to test the connection of this terminal with the Sqlserver server, isolated from my application. And if possible make a query.
When the bank is oracle I can do this with Tnsping and Sqlplus, but I don’t know how to test with Sqlserver.
It’s dripping on the bank server, the only test I could do.
S.O.: Windows 10
You can do a test with Telnet, Udl, or if you have the sql server client tools installed you can try with sqlcmd
– Caique Romero
There is no client of sqlserver installed in this terminal, telnet and sqlcmd does not work.. now I saw in the answer that has this udl.. I will test. Thank you. Thank you
– David
You have to consider some things, by default SQL Express comes with remote connection disabled so if it is you have to enable, and in case of other version you have to check port 1433.
– Caique Romero
So the error is and one terminal only, the others are working.
– David