SELECT COUNT(*) FROM MyTable WHERE MyDate BETWEEN DATEADD(DAY, -30, GETDATE()) AND GETDATE()
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)