you'll probably wanna take the single quotes off of 'MYDATE', and tell it what table to select from.
I've never actually used mssql, but it probably has a function that will return the current time. You could compare that.
In mysql this would look like:
"SELECT * FROM mytable WHERE mydate >= CURRENT_TIMESTAMP"