I have a number of PowerShell scripts that are being executed via an "Execute Script" monitor. These scripts store that data with $mon.RecordStat(). I would like to do some fancy mathing for a custom report. I have my system connected to M$ SQL, however; when going through the database, I cannot find my script generated data anywhere.

Can someone help me find that data?

asked 13 Oct '16, 14:04

TheSemicolon's gravatar image

TheSemicolon
33810
accept rate: 0%

edited 13 Oct '16, 14:09


Hi -

The data is stored in the StatData table. To find the data you will need the StatID which you can find in the Statistic table. Hope this helps.

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

link

answered 17 Oct '16, 14:30

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×79
×22
×10
×6
×4

Asked: 13 Oct '16, 14:04

Seen: 4,060 times

Last updated: 17 Oct '16, 14:30