Datasource Tables in FORMSPIDER scheme grow up with similar rows. For example, I have DS_12218 with 627 rows. It is much more then number of rows in my application base table. I don't want unregulated growth process in my DB. What I have to do? |
Hi Konstantine, As Yalim already pointed out, there is a procedure in Formspider schema clear dead sessions, which is BDF_DELETE_OLDSESSIONS. You can execute this procedure manually but it is also a good idea to create a database job to run this procedure in a regular periodic manner. Kind regards, |