Monthly Archives: December 2022

Converting Character Date To Datetime

I run into an interesting conversion situation when a vendor returned some birthdate data in a text format and I needed to convert it to Datetime to insert the records into the data warehouse. The obvious Cast and Convert did … Continue reading

Posted in Interesting SQL Patterns | Tagged , , | Comments Off on Converting Character Date To Datetime