Unfortunately you didn't provide us enough information. How are you trying to connect to the DB? Are you using SSMS, Data Sources, etc? Screenshots and more information would be greatly helpful in speeding up getting answers.
The error itself indicates there is no SQL instance listening. This could be for a variety of reasons:
- There is no SQL instance on that machine.
- The SQL instance is using a non-default SQL instance name. You have to specify the instance name if it is not the default.
- You are attempting to connect over the network and the remote SQL instance does not have network listening enabled.
- On the local machine you can use
(localhost)
or.
instead.