• If you have access to SQL server error logs...which any DBA would....just check the time when the SQL server was last started, and in the startup parameters, it gives the port that the instance is listening on.

    or open sql server configuration manager, and click on the tcp properties where you can set the port on which SQL should listen.