my date column type NVARCHAR(50) example date 02 September 2010 Friday i want to CONVERT DATETIME for can make ORDER BY ..
i use ORDER BY CONVERT(DATETIME,M.DeletedDate,102) DESC and i tried 103,104,105......
error message = Conversion failed when converting date and/or time from character string.
how can i convert that value to DATETIME or SMALLDATETIME please help me !