我在SQL Server Management Studio中使用以下连接字符串。连接失败:
mycomputer.test.xxx.com:1234\myInstance1
但是下面这一条是可以的:
mycomputer.test.xxx.com\myInstance1
那么如何在连接字符串中指定端口号呢?
https://stackoverflow.com/questions/5294721
相似问题