Viewing 15 posts - 3,391 through 3,405 (of 7,484 total)
Patibandla (7/2/2013)
What if i define @s-2 as BIGINT
According to BOL, [Bitwise Operations (Transact-SQL) bitwise operations don't support bigint; in practise (in SQL 2012 anyway) you can mix and match bit,...
July 2, 2013 at 7:15 am
Good question, genuinely back to basics, but as your int value was 32767 wouldn't 32512 have been a better distractor than 65280?
July 2, 2013 at 7:01 am
jasona.work (7/1/2013)
As in, one of the old hands stated where I'm sitting...
July 1, 2013 at 7:02 pm
Revenant (7/1/2013)
L' Eomot Inversé (7/1/2013)
July 1, 2013 at 2:13 pm
JAZZ Master (7/1/2013)
L' Eomot Inversé (6/28/2013)
SQLRNNR (6/28/2013)
kitchengarden
herbs
spices
July 1, 2013 at 6:38 am
You say no index, but did you specify a primary key? If so you have an index.
July 1, 2013 at 6:36 am
Hugo Kornelis (7/1/2013)
(By the way, I think real should be considered to have maximum precision six; you should always calculate with at least one more digit then the precision to...
July 1, 2013 at 5:52 am
Hugo Kornelis (6/30/2013)
ronmoses (6/28/2013)
It doesn't strike me as a particularly useful function, especially given these examples:
SOUNDEX and DIFFERENCE can be useful, but you have to know their specifications. Here is...
June 30, 2013 at 10:33 am
ronmoses (6/28/2013)
SELECT SOUNDEX('cent') --C530
SELECT SOUNDEX('scent') --S253
SELECT DIFFERENCE('cent','scent') --2, a very weak match
SELECT SOUNDEX('through') --T620
SELECT SOUNDEX('threw') --T600
SELECT DIFFERENCE('through','threw')...
June 28, 2013 at 1:44 pm
Revenant (6/26/2013)
opc.three (6/26/2013)
The Dixie Flatline (6/26/2013)
Cliff Jones (6/26/2013)
JAZZ Master (6/26/2013)
crookj (6/26/2013)
WOTD - atrophya trophy
Stanley Cup
Athletic Supporter
Cheerleader
pom poms
AA Guns
June 27, 2013 at 4:17 pm
kapil_kk (6/27/2013)
Danny Ocean (6/26/2013)
I never used between for string operation. I also never seen this kind of condition in working scenario.:doze:
Same here...
I dont think there is any need of using...
June 27, 2013 at 4:08 pm
Divine Flame (6/26/2013)
Too easy 🙂 I am amazed how 32% people doesn't know this
I'm not at all surprised people don't know. Most DBAs probably have only one data file...
June 27, 2013 at 4:01 pm
Chad Crawford (6/25/2013)
Yikes. I often tell people, "I only know one language, but I'm not fluent". Now I have even more reason to do so.Chad
Me too, having...
June 25, 2013 at 5:28 pm
GilaMonster (6/25/2013)
June 25, 2013 at 5:27 pm
Viewing 15 posts - 3,391 through 3,405 (of 7,484 total)