What is the result of the following statement: select cast(floor(cast(@MyDateTime as float)) as datetime)
Next Sunday relative to @MyDateTime
Only date part of @MyDateTime
Only time part of @MyDateTime
Doesn't work because you cannot cast float to datetime