As MS SQL server 2005 does not have a pure "date" datatype, i'm forced to use datetime columns.
Is there any way to suppress output of the time part (which is 00:00:00 anyway) in myDBR reports and charts?
Of course, i could just convert the column to a string using transact sql, but i fear that will break the sorting in myDBR.