Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ststeiger committed Mar 14, 2019
1 parent 1b1b0da commit a8cb934
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ExpressProfiler.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressProfiler", "ExpressProfiler\ExpressProfiler.csproj", "{74D3E3A1-9DBC-4880-841C-FA5583611A73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07871079-E5DF-40D9-8E02-24403C4D38E7}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,4 +34,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76AA3C14-BA68-4178-B9E4-7AFFBEC0E00E}
EndGlobalSection
EndGlobal
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
*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 <server name>
* -user, -u <user name>
* -password, -p <user password>
* -maxevents, -m <value> : set maximum events in event list (1000 by default)
* -duration, -d <min duration> : 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


0 comments on commit a8cb934

Please sign in to comment.