Problem:

sql server 2012 安装完毕后,连接数据库只能使用 机器名\数据库实例 的方式,想用 localhost. 作为服务器名称不可以

SQL Server2012如何更改服务器的名称

Solution:

参考:https://blog.csdn.net/qq_26545305/article/details/50748161

  • 打开SQL Server配置管理器
  • SQL Server网络配置的协议:TCP/IP,若没启动就启动
  • 属性----IP地址----找到IPALll----将TCP动态端口改为空,将TCP端口改成1433
  • 重启动SQL Server服务

SQL Server2012如何更改服务器的名称

 

相关文章:

  • 2021-08-01
  • 2022-12-23
  • 2021-12-26
  • 2021-12-16
  • 2021-12-26
猜你喜欢
  • 2021-12-30
  • 2022-12-23
  • 2021-05-19
  • 2021-07-24
  • 2021-11-22
  • 2021-09-25
相关资源
相似解决方案