SQL Query to delete records older than two years

Posted by Garrett Dumas on Stack Overflow See other posts from Stack Overflow or by Garrett Dumas
Published on 2010-06-03T20:58:03Z Indexed on 2010/06/03 21:04 UTC
Read the original article Hit count: 144

Filed under:

I need to clean out a very bloated SQL database by deleting records that are older than two years from a number of tables. What is the most efficient way of doing this? Thanks in advance.

© Stack Overflow or respective owner

Related posts about sql