I am working with a database where the date was stored as a varchar (25) in the following format: 11/8/2002
I need to convert this to a type datetime, if possible without creating another column or table. I am working with a several million row database and need a quick (or at least quick as possible) way to convert this.
Thanks for the help.
I need to convert this to a type datetime, if possible without creating another column or table. I am working with a several million row database and need a quick (or at least quick as possible) way to convert this.
Thanks for the help.