TysonLPrice
Programmer
I occasionally get an error "The conversion from datetime data type to smalldatetime data type resulted in a smalldatetime overflow error" in the system I support.
It is usually caused by dates that were mis-keyed and are far in the future like today I had two, 5/28/2204 and 5/28/5004.
The difference in the date formats is the definition in the Visual basic application and it updating SQL 2000.
Just when does SQL consider a date too far in the future? If that is really the cause, but I'm guessing about that.
It is usually caused by dates that were mis-keyed and are far in the future like today I had two, 5/28/2204 and 5/28/5004.
The difference in the date formats is the definition in the Visual basic application and it updating SQL 2000.
Just when does SQL consider a date too far in the future? If that is really the cause, but I'm guessing about that.