I am trying to copy a Microsoft Access table called Forms to SQL server 2005 database table called Forms, using the Tasks >> Import Data facility. However, I am getting the following error message:
Error 0xc0208265: Data Flow Task 1: Failed to retrieve long data for column "formNotes". (SQL Server Import and Export Wizard)
The ‘formNotes’ column data type is ‘Memo’ in Access and I tried different type format (Text / ntext / varchar(max) / nvarchar(max)) for the server side formNotes column. Unfortunately I am still getting the same error message and so couldn’t import data.
Any help will be highly appreciated. Thanks in advance.