select CONVERT(datetime,value,103) from results
This statement is giving me a error
"Msg 529, Level 16, State 2, Line 1
Explicit conversion from data type text to datetime is not allowed."
VALUE column Datatype is TEXT in the RESULTS table.
How can i overcome the above problem. please help !