Source code checked in, #dc0ef1eb14cb1a68c40c434e5bd6645a56f234dd
Updated SQL library location to use SDK directory, since there may have been an issue with the path that led to an unexpected behavior. After that I could not reproduce, so will check this in in case...
View ArticleSource code checked in, #fd849550affc653a70dfadca4b3abbe6d0fcff36
Fix for feedback email that was incorrect. Added debug tracing to file with /Debug command line switch, to log all exceptions caught, and any other diagnostic information necessary in the future.
View ArticleSource code checked in, #e8ea74e7d20a05f568d86cd977f7241f67afcb37
Initial logging identified several failure points that needed special exception handling, now added. This feature will help a lot with diagnosis of issues in the future.
View ArticleSource code checked in, #c329ca6b82b341ff6f9b2babcc48e9812c6ea2de
Added a couple more analysis queries, fixed a search/replace problem where I had replaced Trace in some output messages with System.Diagnostics.Trace.
View ArticleSource code checked in, #7c41a4806977a0917d6e958abcbad9fcfff04016
Reduced frequency of row count reporting on import to gain very slightly on speed without losing much on UI responsiveness at all. Also changed default selection to Errors, reworded to cover Hang...
View ArticleSource code checked in, #cd504f852df422682d16344b373b3df600a21477
Moved Dettach/Attach of profiler trace away from UI thread. Implemented shell of Right-Click menu on Profiler Trace Analysis to allow drilling through to overlapping queries/commands, the last...
View ArticleSource code checked in, #3f672b84932a2850ddbfd4c3858aad6ce85ec3fd
Updating contributors dialog
View ArticleSource code checked in, #794578497e842b54959b27ef05fe80ffb0918431
Added several new profiler analyses queries and further tweaked UI to improve. smoothness in a couple of places.
View ArticleSource code checked in, #4ab5b29c56d17808b19b65b155f02d3ca2128694
Fixes for a few more UI glitches discovered in testing...
View ArticleSource code checked in, #6455b5b47740094e4185c5555bb4cc8b1d71cb4f
First stages of the last subfeature for the greater Profiler Trace Analyzer v1 now implemented! The right click to drill through to affected queries works nominally on the rows where I included...
View ArticleSource code checked in, #f4a3489f3bfe06503694c732d1e70fb6f2919f9a
Added some tracing details around initial AMO connection to AS that is failing in some non-reproducible (so far) scenarios. Also added drop shadow to status and about forms a clever nice UI enhancement...
View ArticleSource code checked in, #4ec55831d3b4a28f9d509b936cf3302e075fdf2d
Updates to several things, including inclusion of incompleted queries in calculation of longest running, and commands likewise. Added trace start/end time to summary. Working through each query to...
View ArticleSource code checked in, #609db2e6f186cabb9fdfd393cb9ab738179f714d
Improvements to Profiler Analysis Query UI, allowing cancellation of queries, showing time of analysis query execution run to keep UI updated. Added status with count of rows returned also.
View ArticleSource code checked in, #57815d26dce912e58c17e496b5c42ef169b1d530
Some significant updates for Analyzer, including ability to load directly from any supported file type, as well as SSASDiag folders or zip files. Also added non-blocking cancellation for profiler trace...
View ArticleSource code checked in, #f4c5b85316eb0959a486b0f38c22f6997dae2ed1
Checking in 2 new context menus, and fixes for original partially implemented context menu.
View ArticleSource code checked in, #24540af9e409cf55cc2d2f79068275a3ba4a5e11
Couple little fixups for context menus, stabilizing that code now. Next phase is to stabilize fully and validate queries fully, then a solid refactoring, and for extra credit, possibly a Save This View...
View ArticleSource code checked in, #06f15492a61b71c6846145c0fabcff941b292526
Bit of refactoring even before I planned to get there, just to keep things from getting too overcrowded...
View ArticleSource code checked in, #c3774c58754b40c20b7f45a332807c8acb009b29
Added wiz bang feature to format SQL nicely! Other UI tweaks and improvements too. Compressed Resources.zip with higher compression to save a bit of size too, still under 2MB with all the features and...
View ArticleSource code checked in, #a316a88070f0167a799b236f9d637500bf986897
Few improvements to UI resize logic to simplify and fix problems discovered during validation and testing.
View ArticleSource code checked in, #930ed3af71b6e84e1c5a77660071f33cf8c22af3
Added null check to avoid exceptions identified by logging.
View Article