您的位置:首页 > Web前端

TIP:Connect to remote SQL Server on different port number

2010-08-24 15:32 411 查看
It's quite simple but only for those who don't know this;)

When you want to connect to a remote SQL Server on a different port number(not 1433) in SQL Server management studio, you need to add a comma and the port number to the end of the server name.

So if you want to connect to MySqlServer.MyDomain.com on port 3821, you type...

MySqlServer.MyDomain.com,3821

Quite simple, but it's useful. Don't forget to configure the remote server to allow remote connections.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐