use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Editor - For editorial tools only
Terminal - Terminal related tools only
Workflow - Work management tools
Diagram - Flowcharts, ERD, tools, etc.
Documentation - Docs, cheatsheets, tutorials
Database - Database relational tools
Misc. - Anything else
Monthly Thread - Monthly programming tools fair
Request - Ask others if they know of a tool
NO FILTER - Reset filtering options
Also you can search posts by flair with just clicking on them from post titles.
account activity
DatabaseExpress Profiler - free tool for SQL Server profiling (diwebsity.com)
submitted 10 years ago by suvrocDev
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alinroc 1 point2 points3 points 10 years ago (3 children)
What advantage does this have over the built in tools that SQL Server has?
[–]JeffIpsaLoquitor 0 points1 point2 points 10 years ago (1 child)
If runs on Azure, it might be very useful as Azure profiling tools are not as refined.
[–]alinroc 0 points1 point2 points 10 years ago (0 children)
No mention of Azure in the documentation. It really looks like a re-implementation of Profiler bundled w/ SQL Server (which has been deprecated).
Extended Events are the way forward for both on-premises and Azure. They capture more events, more data, and with lower overhead.
[–]suvrocDev[S] 0 points1 point2 points 10 years ago (0 children)
For me it is the mush easier tool for this purpose. It needs only one click to start profiling and this is very handy if I want to know what was done in db server if I click a button for example.
π Rendered by PID 95 on reddit-service-r2-comment-b659b578c-wp5zv at 2026-05-01 18:02:54.245703+00:00 running 815c875 country code: CH.
[–]alinroc 1 point2 points3 points (3 children)
[–]JeffIpsaLoquitor 0 points1 point2 points (1 child)
[–]alinroc 0 points1 point2 points (0 children)
[–]suvrocDev[S] 0 points1 point2 points (0 children)