Excel Column widths larger than 255....

  • Hi,

    I am putting together a DTS package that will import from excel.

    My users wish to populate a spreadsheet with strings upto 1000 characters in length but excel doesn't allow lengths greater than 255 and i suspect DTS will cause similar problems.

    Any advice out there on this?

    Any help welcome,

    Eamon

  • Although the maximum column width in Excel is 255 characters, that is not the maximum length of data that can be stored in a column, which is 32,767 characters.

    DTS will cope with this no problem, as far as I know.  Just map to a suitable VARCHAR field in SQL Server and you should be fine.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • Just remember that SQL only has a max record length of 8,000.


    Shalom!,

    Michael Lee

  • thanks guys !!

    this all very very helpful

    Eamon

  • Yes, but don't you have to do a disconnected edit in DTS to handle columns larger than 255?

Viewing 5 posts - 1 through 4 (of 4 total)

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