I\'ve got a DATETIME column in a SQL Server 2008 table called ShiftDate. I want to convert this to a DATE column in a query:
SELECT ID, ScheduleID, Shift
This bug is still present in Management Studio 2016, seems for now the only solution is to cast to a varchar and live with it if you want to use the query designer.