I have a varchar field in where I have the following value: 03/09/2012 11:40:25 a.m.
I need to convert this string in datetime. When I try to apply CONVERT but I get error.
Thanks in advance.
I have a varchar field in where I have the following value: 03/09/2012 11:40:25 a.m.
I need to convert this string in datetime. When I try to apply CONVERT but I get error.
Thanks in advance.