Cannot register default instance MSSQLSERVER in SQL Server 2008

后端 未结 2 492
独厮守ぢ
独厮守ぢ 2021-01-04 00:48

I have installed SQL Server 2008 Developer on Windows 7 (64 bit). In SQL Management Studio I cannot register the default instance MSSQLSERVER. It cannot find it although the

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 01:13

    I always connected as:

    [machine_name]/[instance_name]

    and it wasn't able to connect. What works is connecting simply as:

    [machine_name]

    This is probably due to the fact that I am running a DEFAULT instance.

提交回复
热议问题