Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: Problem with EXCEPT statement

    HOWEVER (!),

    running the UNICODE() comparison again, i see that i overlooked one spot (over hundreds of characters) where 13 <> 32 (carriage return and a space).

    /bangs head....

  • RE: Problem with EXCEPT statement

    thanks,

    yes, i just completed testing with the UNICODE() function, basically checking each column character by character (where Table A's column cast to nvarchar).

    And all characters have return...

  • RE: Problem with EXCEPT statement

    that's a valid question! and all data being queried are within database using the Latin1_General_CI_AS collation.

    so no, nothing's case sensitive. but because i'll try anything at...

  • RE: Strange behavior with "where not in" clause

    bingo...

    i'd forgotten there was a scrubbing statement that removes rows from the comparison table where the keys were null.

    thanks for dope slapping me 😀

    - b

  • RE: Question about EXCEPT statement returning a row it shouldn't

    turns out the spaces in between the words in tbl1 were char(10) values, which are not the same as ' ' characters. a replace statement in the selection query...

  • RE: Optimization question

    PaulB-TheOneAndOnly (6/2/2010)


    This is a SSIS generated query.

    Hi guys, thanks for the quick replies. I believe the above quote is the answer i was looking for. I'd never seen...

Viewing 6 posts - 1 through 7 (of 7 total)