sql server - How to find MS SQL Port without admin access? -


im setting ubuntu server in office going used automatic reporting. ive set lamp stack. ubuntu 16.04 server edition.

im getting error when im trying connect 1 of companies mssql servers through php on new server:

failed db handle: sqlstate[hy000] unable connect: adaptive server unavailable or not exist (severity 9)

ive set connection default port mssql 1433. not working.

i have read rights sql database.

are there ways find out port sql server listening on? without contacting dept. (they on vacation)?

nmap great port scanner.

sudo at-get install nmap  nmap -p- 192.168.1.1 

if target not 192.168.1.1 should change ip.

read this.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -