Table which will become blank after a certain period.
-
Hi , I have a application in which I have to store the user's data.So that he can retrieve it between its visits to the website.But I want that after 30 days that table should become blank. Is there any way out. Please give some guidance.... Thanx in advance.
cheers, sneha
-
Hi , I have a application in which I have to store the user's data.So that he can retrieve it between its visits to the website.But I want that after 30 days that table should become blank. Is there any way out. Please give some guidance.... Thanx in advance.
cheers, sneha
-
On SQL Server, this is generally achieved by using a SQL Agent that periodically scans the table for records older than "x" and removes them.
Thanks a lot... It really worked...
cheers, sneha
-
Thanks a lot... It really worked...
cheers, sneha
-
Thanks a lot... It really worked...
cheers, sneha