Has anyone implemented a ‘timer’ or ‘scheduling’ feature in .NET 2.0 with SQL Server 2005 as the back-end? I will need to implement this feature where additions or updates made on the .NET application will be scheduled to post at a future date and time as specified in the application. These changes will update the database and become live and viewable by the user only when the date and time is reached. For example, the user should be able to add a record and specify a date and time when the record will post to the database.
Any advise is appreciated!