Data Import formatting issue

  • 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

  • look at the help for CONVERT and see if you can provide a style code.

    Atlantis Interactive - SQL Server Tools
    My blog[/url]
    Why I wrote a sql query analyzer clone

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply