当前位置:首页 > 服务器技术 > IIS

如何查看IIS与MSSQL数据库连接池

如何查看IIS与MSSQL数据库连接池 - 文章图片

2、 打开dos命令提示符窗口,输入netstat –ano |findstr “6408” >d:6408.txt

如何查看IIS与MSSQL数据库连接池 - 文章图片

3、 打开对应的数据库实例,查询以下结果
        SELECT hostname, hostprocess,status,* FROM master..sysprocesses where hostprocess = ‘6408‘

 

如何查看IIS与MSSQL数据库连接池

标签:master   ima   任务管理   window   mssql   服务器   log   images   round   

本文系统来源:http://www.cnblogs.com/graspfx/p/6937107.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!