Is it possible to have DATETIME parametrised queries on the Stack Exchange Data Explorer, e.g:
DECLARE @MyDate DATETIME = ##MyDate##
SELECT @MyDate
The output is usually completely unrelated to the input ('2010-01-01' converted to '1905-07-02') - date conversion functions don't seem to be much help either.
:stringhint auto-quotes when that process happens. – Jon Seigel Jan 25 '11 at 18:20