工具:sql server profiler(分析器)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了工具:sql server profiler(分析器)相关的知识,希望对你有一定的参考价值。
打开profiler
新建->连接数据库
进行监测 任何访问该数据库的都有记录
![技术分享图片](http://upload-images.jianshu.io/upload_images/9128511-597b5f783151d0b7.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/700)
image
对于linq的检验:sql实际如何->运行程序,查看分析器记录
![技术分享图片](http://upload-images.jianshu.io/upload_images/9128511-1e4f104ad60e6a92.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/700)
image
![技术分享图片](http://upload-images.jianshu.io/upload_images/9128511-64b97e80c6b823a1.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/700)
![技术分享图片](http://upload-images.jianshu.io/upload_images/9128511-817b5f8a17b48ecc.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/505)
![技术分享图片](http://upload-images.jianshu.io/upload_images/9128511-9543ce55fe66ea0e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/700)
![技术分享图片](http://upload-images.jianshu.io/upload_images/9128511-7fd76ee0cb3e873a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/700)
参考:http://lyt7599.blog.163.com/blog/static/438400352011111392158575/
以上是关于工具:sql server profiler(分析器)的主要内容,如果未能解决你的问题,请参考以下文章
Sql性能检测工具:Sql server profiler和优化工具:Database Engine Tuning Advisor
在不访问 SQL Server Profiler 的情况下分析 ADO.NET 语句