I have to add "service based database" in my visual studio 2017 community, but i found this message:
"Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=211; handshake=14787;"
can anyone tell me what i must to do?
Asked
Active
Viewed 3,194 times
2

Suci 0605
- 61
- 3
- 8
2 Answers
0
The “Connection Timeout expired” error commonly occurs in the following cases:
- An instance of the SQL Server Database Engine is not running.
- The SQL Server Browser service is not running.
- The TCP/IP is disabled.
- The server name was typed incorrectly.
- There are network problems.
- The TCP/IP port for the Database Engine instance is blocked by a firewall.
- The client and server are not configured to use the same network protocol.
this link might help you, Connection Timeout expired

Hiba T
- 41
- 8
0
I´ve had same issue. It was Network issue. Firewall was dropping the packets in application level. We have able to access Ip and port by telnet ok, but does not by any SQL Client. Please contact your network administrator