collation conflict

  • HI,

    While I am adding 3 columns into one column I am getting the following error.

    'Implicit conversion of varchar value to varchar cannot be performed because the collation of the value is unresolved due to a collation conflict'.

    All the columns are varchar type.

    Can any one help me.

    Thanks and Regards

  • Are the colomns in the same database or are you joining between seperate databases ?

  • Hi,

    If you are taking column from different database then when you join two column you have to specify "collate latin1_general_ci_as" after name of the column.

    say left outer join on this.that = that.this collate latin1_general_ci_as

    regards,

    vijay

  • Hi,

    No they are come from temp tables in one database.

    Thanks

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply