I want to create a job which deletes records from a database after a period of time has passed. For example I have a field in news table Time Stamp and each month a
You will need to create a SQL Agent Job to schedule a job to periodically run. If you want to create the job with T-SQL, refer to How to: Create a SQL Server Agent Job (Transact-SQL).