or scan port 1433 on the server machine, :-)

解决方案 »

  1.   

    then scan that port, if you do not know the port number, you cannot connect to the sql server even if it is started
      

  2.   

    1433是SQLSERVER 通过TCP/IP和CLIENT通讯的默认段口.你也可以改变你自己需要的,不过CLIENT也要跟着改变!
      

  3.   

    你可以TELNET IPADDESS 1433
      

  4.   

    是想在程序里面判断是否SQL SERVER 已经启动,启动了才好写入数据。
    因为前端对数据的响应要求比较高。所以须先判断一下.