Cannot connect to SQL Server express from SSMS

后端 未结 2 1320
南方客
南方客 2021-01-01 17:21

\"enter

\"enter

2条回答
  •  失恋的感觉
    2021-01-01 17:37

    Use . or (local) or localhost for server name if you installed the server as default instance.

    Use .\sqlexpress or localhost\sqlexpress if you have SQL Express.

    The server name syntax is

    Servername\InstanceName

    If the instance is default you use just Servername.
    For SQL Express, instance name is sqlexpress by default.

提交回复
热议问题