Hi All,
In our web app, we are creating session table in database to store temporary data. So the temp table will be created and destroyed for every user. I have some 300 users for this web app. So for every user these table will be created and destroyed.
i heard that this way of design is not good due to performance issues. I am using MS Sql server 2005. Is there any way to store a result set temporarily without creating any table.
Please suggest me some solution. Thanks.