Where can I get the old, free version of Anjlab

2019-02-04 04:02发布

Note: Although this question probably does not fit in with SO's usual programming questions, out of StackOverflow, ServerFault, SuperUser and Programmer's Exchange, only SO has any questions that make mention of this software, which is why I decided to post here.

I used to use Anjlab's open source SQL Profiler tool, and found it to be invaluable. Unfortunately, it looks like the software has been converted to a paid version, with the all access to the open source version completely removed. Since this software is mentioned several times in questions here on SO, I was wondering if anyone still has a copy of the old, free, open source version and would be willing to share it?

3条回答
姐就是有狂的资本
2楼-- · 2019-02-04 04:17

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

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

查看更多
淡お忘
3楼-- · 2019-02-04 04:28

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.

查看更多
时光不老,我们不散
4楼-- · 2019-02-04 04:37

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.

查看更多
登录 后发表回答