i have varchar col in the table which store the date in the format '22-Jul-2009 12:35:29.998'
when i use convert(datetime,qdate) or cast(calldate AS smalldatetime) in sql statement
it gives an error Syntax error converting datetime from character string.