January 14, 2010 at 8:08 am
hi all,
it might be simple question but i am having big trouble on loading some flat files. I have ssis package that will load file to sql server database. some load file has been failed i found there are uni code character like:
MAGA�A, ROSEMARIE 2855 COLIMA AVE
i am just wondering about how i can handle this issue.. what is the best and eagiest things to do?
can we replace or delete those uni code character without affecting;-) on the length of rows?
i would really need any help??
Thanks
Sagar
January 15, 2010 at 4:00 am
Hi,
Your question is not clear. If you want to insert data into sql server with unicode then you can take help of data conversion.
Regards,
Ashis
January 18, 2010 at 8:33 am
Thanks for the reply,
My load from flat file to sql server table was failed, i thought because file contain special character as below.
MAGA?Aa
Before, there was no problem loading because when there is no such character . One thing i noticed when file has such character the encode type for that file was UTF8 otherewise it would be ANSI. if i savefile by forcing manually ANSI that character will changed to ? for example MAGA?Aa in this case atleast dataload fine without having any problem to other column. if this is the case how can i handle in automation or is there any best solution for this?
Thanks
Sagar
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply