Event Profiler v2025.3 release notes

What’s new

Event Profiler v2025.3 expands SSMS compatibility and improves day-to-day work with captured scripts. You can now use Event Profiler directly in SSMS 22, navigate large scripts faster with scroll bar annotations, and apply camelCase identifier formatting with updated, clearer case options while keeping existing formatting profiles compatible.

Integration with SSMS 22

Integration support has been extended to SSMS 22. You can now use dbForge Event Profiler directly in SSMS 22, in addition to the previously supported SSMS versions.

Scroll bar annotations

Scroll bar annotations are now available to help you navigate large scripts and quickly locate important areas in the editor. Colored markers on the vertical scroll bar show modified lines (saved and unsaved), bookmarks and breakpoints, identifier occurrences, server and parsing syntax errors, warnings (including Code Analyzer warnings), Code Analyzer errors, and the current caret position.

You can enable and configure annotations in Tools > Options > Text Editor > Scroll Bar by selecting Show annotations over vertical scroll bar and choosing which annotation types to display. You can also customize most annotation colors in Tools > Options > Environment > Font and Colors.

camelCase formatting for identifiers

Formatting profiles now support camelCase for identifiers to help you align scripts with common team naming conventions. A new camelCase option has been added to the Text Case settings across Alias Case, Built-in Datatype Case, Built-in Function Case, Identifier Case, and Variable Case.

To make case options clearer and more consistent, Initial caps has been renamed to Capitalized, and Initial caps each word has been renamed to PascalCase. PascalCase is also now available in Alias Case.

Previously saved formatting profiles remain compatible and continue to work without changes.