I am having a problem with the dates. In my database the dates are stored as varchars in the format yyyyddmm and I would like them changed to yyyymmdd. However when I try to cast them to a date to allow me to do a convert operation. I am am getting an out of range error.
Is there an other way of doing it.
Thanks in advance