SQL Server Export Unicode & Import via SSIS -
SQL Server Export Unicode & Import via SSIS -
(sql server 2008)
so here's task .. need export query results file, , import file using ssis db.
specific task, info contains every awkward unicode character can think of, delimiting commas, pipes etc out of question.
here options ssms gives me export format:
column aligned comma/tab/space delimited custom delimiterand here options ssis gives me flat file info source:
delimited (custom) fixed width ragged rightso given delimiter character out of question ... cannot see method both ssms & ssis agree on. such fixed width ?
seems unusual 2 closely related ms products have such different options. or have missed here ?
any advice appreciated !!
it seems need seek out different combination of options while creating delimited flat file(for exported query result).
try setting code page utf-8 , without unicode. utilize text qualifier " or of selection thought might work. seek using different alternative column delimiter.
once able create delimited file have apply same setting on file while importing db.
sql-server-2008 unicode ssis delimited-text
Comments
Post a Comment