sql server 服務
1.sql server 服務
netstat
netstat -na
netstat -na | find "1433"
SSMS
SQL SERVER > 1433
SQL AGENT > JOB
SQL INTEGRATION SERVICE X <-
SQL REPORT SERVICE < X
SQL ANALYSIS < X
指令
netstat help
可顯示目前的網路狀態
netstat
netstat -na
1.-a :顯示所有連線狀況 3.-n :顯示位址與port號碼
netstat -na | find "1433"
將 netstat -na 全部搜尋到的,篩選出 PORT 是 1433 的
回覆狀態
CLOSED ---- Closed. The socket is not being used.
LISTEN ---- Listening for incoming connections.
SYN_SENT ---- Actively trying to establish connection.
SYN_RECEIVED ---- Initial synchronization of the connection under way.
ESTABLISHED ---- Connection has been established.
CLOSE_WAIT ---- Remote shut down; waiting for the socket to close.
FIN_WAIT_1 ---- Socket closed; shutting down connection.
CLOSING ---- Closed, then remote shutdown; awaiting acknowledgement.
LAST_ACK ---- Remote shut down, then closed ;awaiting acknowledgement.
FIN_WAIT_2 ---- Socket closed; waiting for shutdown from remote.
TIME_WAIT ---- Wait after close for remote shutdown retransmission.
Windows服務是指Windows NT作業系統中的一種執行在後台的電腦程式。
小小進階版~ ^口^
用這個去查出,誰偷偷躲在電腦裡面 =>