I'm pretty sure that there is an easy solution/fix for my issue. I have an application that imports data from a web page to an excel workbook and then it uses SSIS to import a data range into my SQL table. The issue that I am having is trying to figure out the proper importing format for one of my cells. It is supposed to come in as yy-mmm which makes me think that is should be a date or possibly a text format. When I import it into SQL, SQL sees it as dd-mm-yyyy. How do I correct my formatting?
Or could I just import directly from the web page into SQL?
Terry