arthuro111
Programmer
I am importing data from Access to SQL Server.
The challenge is that one of the fields I am importing is a Memo field, and sometimes it is VERY long. The maximum length I found via a query was about 28,000 characters.
How can I get this successfully imported without cutting these fields off? I know char fields can be up to 8000 long, but there are quite a few longer than that.
Any help is appreciated. Thanks, Arthur
The challenge is that one of the fields I am importing is a Memo field, and sometimes it is VERY long. The maximum length I found via a query was about 28,000 characters.
How can I get this successfully imported without cutting these fields off? I know char fields can be up to 8000 long, but there are quite a few longer than that.
Any help is appreciated. Thanks, Arthur