how to check if date is greater than today in sql code example Example: mssql check if date is greater than today WHERE YourDateValue >= DATEADD(MONTH, 1, GETDATE())