I have installed SQL Server (mssql
) extension in my VS Code then tried to connect to SQL Server Express with ./SQLEXPRESS
, master
, integrated log in detail. It should work perfectly as by default there's a database named "master".
But instead I get two errors:
mssql: Error: Unable to connect using the connection information provided. Retry profile creation?
mssql: Error 3: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Please can anyone help me with that?
Expecting to connect VS Code with SQL Server Express