I would like to know whether it is possible to create a temporary SQL table dynamically in database when ASP application starts.<br><br>I plan to execute table creation SQL command from Application_onStart in global.asa file. Then delete the table when Application_onEnd. The purpose of this table is to temporary store user inputted information without using ASP session or cookie variables.<br><br>Subsequently, insert user record by SessionID on Session_OnStart. And delete the user record on Session_OnEnd. <br><br>Has any one done this type of thingbefore ?<br>I would appreciate your feedback.<br><br>Thank-you<br><br><br>