![]() |
Sergey Kornilov admin 1/18/2017 |
Check this article for inspiration: |
![]() |
jadachDevClub member 1/18/2017 |
I use MS SQL Server and for cases like this, I schedule jobs to move data from one table to another based on some criteria. Example would be archiving old data that is 30 days old. |
![]() |
Tandy author 1/18/2017 |
I use MS SQL Server and for cases like this, I schedule jobs to move data from one table to another based on some criteria. Example would be archiving old data that is 30 days old. You can then allow users to re-post from the archive table back on to the list. I use a stored procedure to do my work and schedule it to run each night. Just a thought.
|
![]() |
Tandy author 1/19/2017 |
I found out the Save old data record in another table. |