HI guys,
Here's today's problem. I'm using DTS to import data from a csv file into my SQL database. The csv file has dates in the format of MM/DD/YY. My SQL database is storing them as YYYY/MM/DD.
How would I use DTS to convert the MM/DD/YY format into the correct SQL format?
Thanks,
Here's today's problem. I'm using DTS to import data from a csv file into my SQL database. The csv file has dates in the format of MM/DD/YY. My SQL database is storing them as YYYY/MM/DD.
How would I use DTS to convert the MM/DD/YY format into the correct SQL format?
Thanks,