I'm using the dts import/export wizard to import a csv file into sql - all works well apart from one long text field, which is always truncated at 256 characters - even though it throws no error messages. I've tried importing as a varchar, text, nvarchar but none of them import the field correctly. Any ideas?
thanks!