Connection String Error (error : 40)

后端 未结 2 407
故里飘歌
故里飘歌 2021-01-16 20:43

I have installed SQL Server 2012 Express on a Windows Server 2008 Machine. The name of the machine is \"THEMACHINE\". While installation, I set SQL Server 2012 as \"Default

2条回答
  •  礼貌的吻别
    2021-01-16 21:24

    Change Data Source=THEMACHINE to Data Source=THEMACHINE\SQLEXPRESS. Also check that the database service is running.

提交回复
热议问题