Hi. I have about 3,000,000 rows of data. I have a date column with the data in format MMDDYYYY. I am trying to convert to datetime format MM-DD-YYYY 00:00:00.000.
I am getting the error: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
The statement has been terminated.
Is there any way I can find out which row is giving me this error without looking through all the rows. I'm thinking there must be some search or query I can run to identify.
This is SQL 2000.
Thanks!
Brian
I am getting the error: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
The statement has been terminated.
Is there any way I can find out which row is giving me this error without looking through all the rows. I'm thinking there must be some search or query I can run to identify.
This is SQL 2000.
Thanks!
Brian