Viewing 4 posts - 1 through 4 (of 4 total)
Wow, that's really interesting. Thanks.
Is the collation setting by user or server based?
and then, if I wanted to make sure all of those funny ascci codes -
¡ ¢...
September 26, 2011 at 6:15 pm
#1386887
Some base SQL to set up the tables
IF OBJECT_ID('TempDB..#emp','U') IS NOT NULL
DROP TABLE #emp
...
August 30, 2011 at 9:10 am
#1375060
Sorry about that - thanks for the pointer and I will create the base SQL for this and post it.
August 30, 2011 at 8:43 am
#1375044
good suggestion, I'll check ity out - thanks
March 13, 2011 at 10:36 am
#1298124