标签:
public static String driver = "com.microsoft.sqlserver.jdbc.SQLServerDriver";
public static String url = "jdbc:sqlserver://ender-pc\\sqlexpress:1433;DatabaseName=test;";
public static String user = "sa";
public static String pwd = "xx2000";
一定要手动设置sqlexpress的端口号为1433
protocols for sqlexpress->tcp-ip->ip all->1433
eclipse ssh连接sqlserver express
标签:
原文地址:http://www.cnblogs.com/coolyylu/p/4687963.html