Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ststeiger/expressprofiler
SQL-Express Profiler, with quick-fix for datetime-format and xml-parameters
https://github.com/ststeiger/expressprofiler
csharp profiler sql-server sql-server-database sql-server-management-studio
Last synced: about 2 months ago
JSON representation
SQL-Express Profiler, with quick-fix for datetime-format and xml-parameters
- Host: GitHub
- URL: https://github.com/ststeiger/expressprofiler
- Owner: ststeiger
- Created: 2017-04-21T14:59:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T14:30:19.000Z (about 3 years ago)
- Last Synced: 2023-10-20T23:16:16.259Z (about 1 year ago)
- Topics: csharp, profiler, sql-server, sql-server-database, sql-server-management-studio
- Language: C#
- Homepage: https://github.com/OleksiiKovalov/expressprofiler
- Size: 86.9 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*ExpressProfiler* (aka *SqlExpress Profiler*) is a simple and fast replacement for SQL Server Profiler with basic GUI and integration with Red Gate Ecosystem project.
Can be used with both Express and non-Express editions of SQL Server 2005/2008/2008r2/2012/2014 (including LocalDB)
Distribution package contains both standalone version of ExpressProfiler (can be used without installation) and installation package.*Breaking news!* ExpressProfiler is now part of Red Gate ecosystem project ([url:http://documentation.red-gate.com/display/MA/SSMS+ecosystem+project])! (framework is not included in installation package and should be downloaded and installed manually).
If you don't have SIPF framework then installation package simply installs ExpressProfiler.
Both standalone ExpressProfiler application and Ecosystem installer are digitally signed.*Features*
* Tracing of basic set of events (Batch/RPC/SP:Stmt Starting/Completed, Audit login/logout, User error messages, Blocked Process report) and columns (Event Class, Text Data,Login, CPU, Reads, Writes, Duration, SPID, Start/End time, Database/Object/Application name) - both selectable
* Filters on most data columns
* Copy all/selected event rows to clipboard in form of XML
* Find in "Text data" column
* Export data in Excel's clipboard format*Did you know?*
You can filter your trace
[image:filter1.png]
[image:filter2.png]*Command-line parameters.*
Can be used to set default GUI values
* -server, -s
* -user, -u
* -password, -p
* -maxevents, -m : set maximum events in event list (1000 by default)
* -duration, -d : sets filter on duration column
* -start : automatically start profiling*Plans/Roadmap*
* online query normalization
* online extraction of actual query from prepared statements/sp_executesql
* online execution statistics grouped by normalized statements
* save/load captured trace