I just installed SQL Server 2014 Management Studio and when I tried to connect to my local db server, I get this message:
What could be the problem, and what can I do to solve it?
I just installed SQL Server 2014 Management Studio and when I tried to connect to my local db server, I get this message:
What could be the problem, and what can I do to solve it?
Are you sure the instance name is correct? You can open SQL Server Configuration to get the correct instance name.
If SQL is installed on another server then you have to allow remote connection from SQL Configuration Manager
As answer above says, you probably got your instance name wrong A thing you could do is next
Select like on image below
I recommend you type the IP address, this is another option to try connect the MS SQL Server, the other thing is that you can review if your Server accept open remote connection.
Here a link for help you:
Put correct instance name and ensure that in Services, SQL server service in running. If it's not running then select appropriate service and start.