Error connecting to SQL Server 2008 R2 Express

前端 未结 3 2139
天涯浪人
天涯浪人 2021-01-25 00:54

I have installed SQL Server 2008 R2 Express on Windows 7.

When I run a web project in VS2010 I receive the following error:

A network-related or i

3条回答
  •  甜味超标
    2021-01-25 01:48

    Named instances that aren't using a TCP binding are usually referenced as .\[instance name], such as .\SQLExpress or perhaps .\SQLServer in your example.

提交回复
热议问题