How to run an SQL discovery against an SQL server that does not use the default port 1433
说明
How do you configure the discovery to collect from an SQL server that does not listen on the default port of 1433
解决办法
When adding the SQL scope, type the name of the SQL server and port and then press Enter. The format for the name should be SQLServerName,PortNumber if there is no instance or SQLServerName\InstanceName,PortNumber if there is a named instance