I have a table that has the date separated into 3 columns, month, day and year. All three columns are varchar in the database. I need to recombine those parts into a full date and convert the result into a datetime. I have tried casting and coverting combinations to no avail. One of the problems is that there are blank rows in the database and any attemept to convert those rows gives an error that says the date time is out of range. This is probably simple but it's driving me crazy. Does anybody know an easy way to do the conversion and keep it from crashing on the blank rows?
thanks
thanks