Can someone please show me how to write a T-SQL query to return date range from 1st of current month to forever?
In other words, where all records have a date greater than August 1, 2012.
Thanks!
EDIT: SQL Server 2000 I don't need date range. I just need all dates after the beginning of the current month. But I can't hard code the current month since I won't know it.