BCP import of special characters....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanjith
    New Member
    • Mar 2010
    • 3

    BCP import of special characters....

    In using BCP to import records into a table SQL server, but the records to be imported are having special characters, im able to Import the data but the special characters are not Importing Properly.....

    Need help from you guys, to solve this problem....

    Eg : Calle Miguel Ángel 24, piso 3, Interior, Izquierda -- Record to be imported.
    ----
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Try using a format file to specify a more flexible data type of your target table.

    Good Luck !!!

    ~~ CK

    Comment

    • sanjith
      New Member
      • Mar 2010
      • 3

      #3
      Thank you so much ck9663 from your reply.....

      The format cannot be changed as it TABLE defined.... is there any other options??

      Comment

      • ck9663
        Recognized Expert Specialist
        • Jun 2007
        • 2878

        #4
        Yes, import it to a different table first :)

        Good Luck!!!

        ~~ CK

        Comment

        • sanjith
          New Member
          • Mar 2010
          • 3

          #5
          Hi Ck....

          I have tried the options told by you.... but in still getting the same error...

          Can you plzz provide me someother solution for this stopping issue...

          Comment

          • ck9663
            Recognized Expert Specialist
            • Jun 2007
            • 2878

            #6
            Here, read this. Try to play around with the CODE PAGE parameter.

            Good Luck!!!

            ~~ CK

            Comment

            Working...