摘要: 1.查看sqlserver占用了哪此端口--查询端口号exec sys.sp_readerrorlog 0, 1, 'listening'; 2.查看端口号对应的进程(PID) netstat -ano|findstr "<端口号>" netstat -ano|findstr "1433" 也可以在 阅读全文
posted @ 2020-11-12 11:14 vikingwei 阅读(426) 评论(0) 推荐(0) 编辑