I have a Dimension with DateTime field which shows Date and Time when browsing the dimension in Visual Studio.
But when I execute the query in Query Builder, it only shows the Date in Report Builder (2009-06-06 00:00:00:000). I would prefer not to separate Date and Time into different fields, because I would eventually like to add Start and End Date and Time parameters (which is another thing I still need to conquer).
The source field in SQL Server is an actual DateTime field.