Database task to delete table records periodcally in sql server 2008

Posted by Marwan Aouida on Stack Overflow See other posts from Stack Overflow or by Marwan Aouida
Published on 2010-04-23T13:32:20Z Indexed on 2010/04/23 13:43 UTC
Read the original article Hit count: 313

Filed under:
|

I want to add a database task that runs on a 6 hours interval. The task is to delete some records that matches certain condition.

What is the best way to achieve this in Sql Server 2008 ?

I know I can do this on the app side but I want it on sql server side.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about sql-server