Afternoon,
I’ve been asked to export a load of tables to CSV files. I’m trying to use SQL Server Import and Export Wizard, the error im getting is:
Error 0xc0208030: Data Flow Task 1: The data type for "input column "CD_Document" (44)" is DT_IMAGE, which is not supported. Use DT_TEXT or DT_NTEXT instead and convert the data from, or to, DT_IMAGE using the data conversion component. (SQL Server Import and Export Wizard)
The error makes sence, I cannot have binary data in a CSV… As the error suggests I’ve gone back a few steps and in the ‘edit mappings‘ changed the requested collumn output to both DT_TEXT and DT_NTEXT… I keep getting the same error message….
Head scratching here, I must be doing something wrong but not sure what….. Any ideas?
Thanks