Where can I get the old, free version of Anjlab's SQL Profiler? [closed]

我只是一个虾纸丫 提交于 2019-11-30 05:59:50

I've managed to find the following:

SqlExpressProfiler-1.2.1812.13.zip <-- You have to pay to use the performance dashboard.

SqlExpressProfiler-1.2.1708.7.zip

SqlExpressProfiler-1.2.1708.7.zip

SqlExpressProfiler.1.2.1624.78.zip

SqlExpressProfiler-1.1.1423.75.zip

I'll be testing them out and eliminating the dud ones.

Here is a simple alternative if you need just a monitoring tool for queries:

http://expressprofiler.codeplex.com/

I hope it won't disappear soon.

I'm currently using it with SQL Server Express 2012 to monitor queries form my NHibernate applications (didn't want to add log4net just for this purpose and show_sql outputs only to console window which I don't have in my WCF service).

Really nice and stable utility. I find it much easier to use than MS SQL Profiler which needs various settings, trace profiles for various server versions and what not. Express Profiler - just launch, hit Run, and all the T-SQL and sp_execute queries are displayed.

It's open source, you can add even more features if you wish. I guess, Clear button would be useful because now you have to Stop and Run again to clear the list.

Here's a link. Use at your own risk.

You could also do a search for SqlExpressProfiler-0.1.1094.67.zip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!