In SQL Server, I have a varchar column with value such as:
07/May/2012:00:06:22
07/May/2012:00:06:22
07/May/2012:00:06:22
07/May/2012:00:06:22
07/May/2012:00:06:22
QUESTIONS
- How do I convert this column to a datetime column with real datetimes?
- If this is not possible, how do I just create a new column and copy this values into it but as datetime values?
Many thanks