Viewing 6 posts - 1 through 7 (of 7 total)
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....
August 13, 2013 at 1:18 pm
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...
August 13, 2013 at 1:08 pm
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...
August 13, 2013 at 11:37 am
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
August 2, 2012 at 9:19 am
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...
May 3, 2012 at 3:43 pm
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...
June 3, 2010 at 6:43 am
Viewing 6 posts - 1 through 7 (of 7 total)