Importing from Access Error

  • Access Memo field equates to SQL text field and allows for text greater than 255 for Access and 8000 for SQL. If you try to DTS a memo column that has text longer than the destination (7000 in your case) then you get this error.

    Far away is close at hand in the images of elsewhere.
    Anon.

  • I thought a solution might be to use left(remarks,7000) on the source field but this made no difference. I thought I might then try to trim trailing white space in the transformation. This actually worked without the left function removing the traling 1500 characters over 7000! Not sure why this worked?

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

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