...too large for the specified buffer size

  • I have an Excel Spreadsheet, which I want to import into SQL Server 2000. One of the columns (Passenger Names) contains over 300 characters.

    When I do the import, I get the following error:

    "Data for source column 62 ('Passenger Names') is too large for the specified buffer size."

    I'm guessing that it is because this column is so long.

    I thought this might help, but does not:

    In the 'Select Source Tables and Views' screen of the DTS Wizard, I select the table, then click the button in the Transform column, select the column 'Passenger Names' and change the datatype nvarchar size to 350.

    But, as I said that does not work.

    any help or suggestions?

    Thanks,

    Ryan.

  • You have to change your registry settings to correct this problem.

    Take a look at this article in MS KB : article #Q281517

  • Thanks for your help, but please excuse me if this sounds stupid,

    What is MS KB?

    Thanks,

    Ryan

  • Microsoft Knowledge Base

    Cheers,

    Frank

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

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

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