Export failure from SQL to excel
hi,
i trying export table excel following error (and if ignore error cuts content after 255 char):
- validating (warning)
<dir><dir>
messages
</dir></dir>
warning 0x802092a7: data flow task 1: truncation may occur due inserting data data flow column "oneliner" length of 500 database column "oneliner" length of 255.
(sql server import , export wizard)
anyone has tips of how export data large amount of text in cells excel?
would appreciated!
sry if posted in wrong forum, did not know question belongs..
br,
jennie
to pass more 255 characters connection or sourcedata arguments, convert long string array. see if helps.
https://support.microsoft.com/en-us/kb/105416?wa=wsignin1.0
another option export flat file.
SQL Server > SQL Server Data Access
Comments
Post a Comment