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?
Here's a link. Use at your own risk.
You could also do a search for SqlExpressProfiler-0.1.1094.67.zip
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.
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.zipSqlExpressProfiler-1.2.1708.7.zip
SqlExpressProfiler.1.2.1624.78.zipSqlExpressProfiler-1.1.1423.75.zip
I'll be testing them out and eliminating the dud ones.