SQL Query to delete records older than two years
- by Garrett Dumas
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.