Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
安装 SQL 2012 Express 后,我无法连接到 localhost 或(本地)到本地服务器。
我必须输入我的计算机名称/实例名称才能连接到服务器。
谁能帮我这个?
如果不重新安装 SQL Server,则无法将命名实例更改为默认实例。您也许可以使用客户端网络别名和/或端口重定向来欺骗它,但是在连接时指定以下内容之一不是那么容易吗?
YOUR_PC_NAME\SQLEXPRESS localhost\SQLEXPRESS (local)\SQLEXPRESS .\SQLEXPRESS