How can I do automatic updates in sql server 2005? I have some records in a table that are more than 30 days old, everyday I would like sql server to delete all records that are more than 30 days old automatically.
Is this possible in sql server? Or do I have to do this manually.
Any help will be appreciated.
Thanks a lot.