I am attempting to use a DTS job to import a csv file into a pre_existing table. The problem I have is the csv file has the dates stored as straight text with no /'s in them. (ie: 03062001) This is causing out of range errors on my import job.
What is the best way to get this type of data into a datetime field?
Thanks in advance.
What is the best way to get this type of data into a datetime field?
Thanks in advance.