sanjdhiman
Programmer
Hi there I have a field, that is set up as follows
CallStartDate char(6)
e.g. 011204
1st Dec 2004
I need to copy this field for each row across to another table but convert it into a date field, i.e. 01-12-04 but i have tried to do it using the DTS transformation package but no joy.. any ideas on how to convert this char to a date value in the format dd-mm-yy (Note my regional settings are set to dd-mm-yy already)
Any help would be great
Thank u in advance
Sanj
CallStartDate char(6)
e.g. 011204
1st Dec 2004
I need to copy this field for each row across to another table but convert it into a date field, i.e. 01-12-04 but i have tried to do it using the DTS transformation package but no joy.. any ideas on how to convert this char to a date value in the format dd-mm-yy (Note my regional settings are set to dd-mm-yy already)
Any help would be great
Thank u in advance
Sanj