Hello
I need some to help to understand why SSMS is not able to connect.
On the local server, I can connect with 'sa' using :
- 172.20.32.3
- localhost
During installation I've specified :
Instance name : MSSQLSERVER
Instance ID : MSSQL15.MSSQLSERVER
Features : SQLEngine
Edition : Standard
Version 15.0.2070.41
Firewall is disabled. SQL Configuration Manager report name 'SQL Server (MSSQLSERVER)', TCP/IP is activated for the LAN IP.
But I'm not able to connect using the full url localhost\MSSQLSERVER, why ?
(the next step will be using SSMS from another computer)
Thanks for help,
Vincent