Forum Replies Created

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

  • Reply To: Cannot resolve the collation conflict

    So now i have different requirement that I'm trying to solve , same scenario but little modifications on the requirments.

    instead of having table 1 in sql server, Lets assume i...

  • Reply To: Cannot resolve the collation conflict

    yes, this is the output I was looking for. since importid and UID has same information , I removed fc.importid in the beginning as below.

    SELECT sd.[UID],fc.name

    FROM dbo.linuxdata sd

    LEFT JOIN dbo.computerdata...

    • This reply was modified 2 years, 1 month ago by  hemak.
    • This reply was modified 2 years, 1 month ago by  hemak.
  • Reply To: Cannot resolve the collation conflict

    Thank you Ken.. collation error is gone. But my output is different than what I'm expecting thou!

    UID column in table(linuxdata)  and importid column in table(computerdata) has same information , just...

    • This reply was modified 2 years, 1 month ago by  hemak.

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