I've found the ScreenshotId field in the SEUM_TransactionSteps table. Where are the historic screenshots kept at?
Hello taylorfc,
historical screenshots are stored in SEUM_StepResponseTime_Detail table in Screenshot column. As aLTeReGo wrote, by default only failed screenshots are stored there. If you have special need to have history of all screenshots, there is a way how to do it, but it can take a lot of space to store all screenshots. If you are interested in solution, let me know.
Historical screenshots are not stored in the database to limit and reduce database size. Only screenshots of step failures are stored historically in the database.
I think it is binary data stored in that table as "Screenshot".
here is a post about how to write a script to save it. asp.net - How to Download A file stored in SQL DB in Binary Format - Stack Overflow