I have a SQLExpress & xb2.net application that seems to be leaking memory. I am currently looking at the xbsession():SaveSessions(), it can be 50+mb depending on how long the application is running.  I am also finding that the oConn:ActiveStatements() seems to be climbing with every few hits on that thread.

Is there any way to see what statements are currently active for each connection?

Thanks,

Erik