if i execute this statement
Code:
select (CAST('05/13/02 19:20:45' AS datetime))
then there is no problem. I am not saying that all cannot be converted, but it only takes one to receive an error. Perhaps you can create a stored procedure that browses through the data with a cursor and using the @@error variable you can determine which one(s) create(s) the error.
Also, you have one bracket short after the 'as datetime' part, but this could be of the copy pasting.