I have a scenario whereby the hosting provider will only provide a backup SQL script of a MSSQL database. This results in DateTime values being scripted as '05/12/2011 17:04:00'.
Hence the error,
"The conversion of a varchar data type to a datetime data type resulted in an out-of-range value."
Does anyone know a way whereby I could find all DateTime values and wrap them with Cast(... As DateTime)?