Kirk,
Craig Rutledge offers a utility which can scan a user's SQL sessions which involves use of the DMPSYSOBJ command:
http://www.jcrcmds.com/jcrdown2.html#JCRSSQL_tag
You could just run the command yourself with:
DMPSYSOBJ OBJ(ISQLSTxxxxxxxxxx*) CONTEXT(QRECOVERY) TYPE(19) SUBTYPE(EE)
with xxxxxxxxxx as the user profile for the sessions you want to look at then review the print output (command pulled out of the source in Craig's utility). Likely you won't see the session if it wasn't saved but maybe there is some trace of the previous session if they don't start another SQL session.
Paul
Principal Programmer Analyst
IS Supply Chain/Replenishment
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Kirk Goins
Sent: Friday, August 20, 2010 1:34 PM
To: Midrange-L
Subject: STRSQl - Recovery of Non Saved Session, can it be done?
If a person fails to 1. Save and exit session and does a 2=Exit without
saving session, Is there anyway to recovery the previous session?
Thanks
As an Amazon Associate we earn from qualifying purchases.