Jorriss / StatisticsParser

Parses and formats SQL Server Statistics IO and Statistics Time output.
http://statisticsparser.com
88 stars 42 forks source link

Create new column in STATISTICS TIME tables to format Elapsed Time as hh:mm:ss.000 #10

Closed Jorriss closed 10 years ago

Jorriss commented 10 years ago

A new column should be created in all STATISTICS TIME tables to format the Elapsed (ms) column into the hh:mm:ss.000 format.

Jorriss commented 10 years ago

completed in v 0.3.1. Used moment.js to accomplish.