码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-06-03 15:11:09      阅读:302      评论:0      收藏:0      [点我收藏+]

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

1、 打开IIS服务器windows任务管理器,进程,找到对应进程的PID,如下图;

技术分享

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

技术分享

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!