Enable remote connections for SQL Server Express 2012

前端 未结 17 803
栀梦
栀梦 2020-11-22 03:33

I just installed SQL Server Express 2012 on my home server. I\'m trying to connect to it from Visual Studio 2012 from my desktop PC, and repeatedly getting the well-known e

17条回答
  •  渐次进展
    2020-11-22 04:09

    Having problems connecting to SQL Server?

    Try disconnecting firewall.

    If you can connect with firewall disconnected, may be you miss some input rules like "sql service broker", add this input rules to your firewall:

    "SQL ADMIN CONNECTION" TCP PORT 1434

    "SQL ADMIN CONNECTION" UDP PORT 1434

    "SQL ANALYSIS SERVICE" TCP PORT 2383

    "SQL BROWSE ANALYSIS SERVICE" TCP PORT 2382

    "SQL DEBUGGER/RPC" TCP PORT 135

    "SQL SERVER" TCP PORT 1433 and others if you have dinamic ports

    "SQL SERVICE BROKER" TCP PORT 4022

提交回复
热议问题