The TCP/IP connection to the host localhost, port 1433 has failed. Error: βConnection timed out: no further information.. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.β.
SQL Server Configuration Manager
=> SQL Server Network Configuration
=>Protocols for {Your Instance Name}
and change the status to Enabled
for TCP\IP
protocol.MSSQLSERVER
is the default instance name.Services
( Ctrl + R and type services
and Enter ).SQL Server (MSSQLSERVER)
(MSSQLSERVER
is the default SQL Server instance name. If your instance name is different, select that instance name) and right click and restart.