Results 1 to 7 of 7

Thread: Error 3047: Record is too large

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    VBAX Expert Imdabaum's Avatar
    Joined
    Jun 2006
    Posts
    652
    Location
    Append query does not work.

    I copied the SQL Server table and pasted Definition only so all fields should be exactly the same.

    I then did an unmatched query to find the missing records from the local table that were in the production data (this was all of the production records).

    Then I did an append query to append all the data in missingquery to the local table. It does not work I get this same error message stating that the record is too large. This apparently happens if the record contains more than 2K of data. Help suggests that I split the data into tables.. A great idea if I had control over the server and anything else related to the data here.
    Last edited by Imdabaum; 08-19-2010 at 07:02 AM.
    Someday I'll understand everything...
    Even then...I'll still pretend I'm a beginner.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •