Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to store data when user enter incomplete data in a page.
For that i want to create temporary tables in database to store temporary data for given session of aspx page.
please anybody give the solution for this.

Thanks in advance
Posted
Comments
F-ES Sitecore 17-Nov-15 8:01am    
SQL temp tables are not suitable for this, use the asp.net Session instead.

SQL Server provides creation of session specific temporary tables which usually resides in tempdb schema. Follow below link for an indepth discussion over temp table creation.

Temporary Tables in SQL Server[^]
 
Share this answer
 
Comments
Maciej Los 17-Nov-15 9:33am    
5ed!
May this article will help you to know how to create temp tables in SQL Server http://www.sqlserverlogexplorer.com/temporary-tables-in-sql-server/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900