I'm familiar with basic SQL through work but I'm trying to improve. All I want to do is create my own local database on my laptop to play around with and follow online tutorials.
I've been trying all night to login to Microsoft SQL Server Management Studio 2016 but I just cannot connect. I have SQL Server 2016 Express installed and I am selecting "Database Engine", "local" / ".", Windows Authentication. I get the very generic
A network-related or instance-specific error occurred while connecting to the SQL Server
error message.
I've checked on Windows services, as many guides advise, and I can see SQL Server (SQLEXPRESS
) is running with an automatic start.
I'm sure I'm doing something wrong, I just don't know what. Can anyone help? I'm really stuck.