i have a table in which one coloumn is varchar(30) but it contains
dates in a format 30.08.2002 i want to make that coloumn to datetime
but when am changing that it is giving a error like
Unable to modify table.
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error
converting datetime from character string.
what should i do to change the coloumn from varchar to datetime