Firewall Port 1433 not opening

前端 未结 5 2093
栀梦
栀梦 2020-12-06 02:50

I am using MS Server 2008 with MSSQL 2008-R2 as database server.

Each time for some work i have to login to server via Remote connection.I tried to configure the S

5条回答
  •  春和景丽
    2020-12-06 03:19

    In the SQL Server Configuration Manager->SQL Server Network Configuration->Protocols, check that named pipes and tcp/ip are enabled.

    If that doesn't work then it may be your firewall blocking it, try this link: http://msdn.microsoft.com/en-us/library/cc646023.aspx

    This may be useful too: http://support.microsoft.com/kb/287932

提交回复
热议问题