Forum Replies Created

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

  • RE: Hashbyte Generating All Nulls

    Thanks for your help.

    Indeed, it was null causing the issue. I checked with hashbytes('md5', 'hello'+'') and hashbytes('md5', 'hello'+null)

    column names wrapped within isnull fixed the issue.

  • RE: Avoiding Multiple Merges

    Thanks Alex. Appreciate your response.

    Question - to initiate the merge, I'll need the ON statement. The ON statement itself will need to have the key I'm merging on. Sorry, if...

  • RE: Avoiding Multiple Merges

    forgot to ask...seeking help from others on how to implement the logic please.

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