Viewing 14 posts - 1 through 14 (of 14 total)
Interesting remarks form vv-kirov, though l'eomot's querie is not all incorrect.
The point is that the function char() will give an output based on the character set of the code page...
November 4, 2012 at 8:00 am
Right! it's collate latin1_general_ci_as - Case INsensitive... (sorry for posting previous post too soon! )
November 1, 2012 at 6:01 pm
Strange,
when i run the query that's in my previous post (with the "order by char(i) collate latin1_general_ci_as") i
have the order .... g G H h ...
Sometimes...
November 1, 2012 at 5:55 pm
I don't think the collation specification is needed after the single character constants ('0' or 'Z') in the "between"-expression, but it is after the expression 'CHAR(i)' - at least,...
November 1, 2012 at 5:42 pm
Thank you Dan. I've noticed the phrase "with limited succes", 😉 so i'll "proceed with caution"
June 2, 2010 at 2:23 pm
Thank you Jeffrey! I will check out the provider for sqlServer 2008 as soon as I can.
Lucas
November 17, 2009 at 3:18 pm
Ok thank you Gsquared, at least now i know it's not possible directly in tsql !
Lucas
November 17, 2009 at 9:07 am
thank you for the reply, but:
No this only gives the local instances of the machine i'm connected to (at least that's what i get when i tried it), i want...
November 17, 2009 at 8:58 am
DWIGHT RUTLEDGE (8/13/2009)
November 3, 2009 at 5:19 pm
Okay, now I saw the light 🙂 THX - (found more explanation on http://www.kodyaz.com/articles/sql-set-datefirst-scope-permanent-for-sql-server-database.aspx)
* first day in week depends on language of the session
* language of...
November 1, 2009 at 9:26 am
Thank you for sharing this, dates are kind of "fun" (or a pain). Now the script only lacks a parameter to set the first day in the week to Monday...
October 29, 2009 at 6:35 pm
Hello,
you gave the example of legacy systems not being well documented.
Sometimes it can be the other way arround unfortunately. A change of management, a change of IT-companies, and a...
September 18, 2006 at 2:24 am
Viewing 14 posts - 1 through 14 (of 14 total)