我只写了
SqlConnection objcon = new SqlConnection("user=sa;pwd=;database=pubs");
就连上了数据库。但我不明白,如果机子上有多个数据库实例,程序还能只靠"user=sa;pwd=;database=pubs"这点信息连接么?