Viewing 15 posts - 256 through 270 (of 8,416 total)
GilaMonster (9/14/2012)
Not 'non-updating update' bad, but still more forceful than I would like.
Oh don't remind me! Ha ha ha.
September 14, 2012 at 11:25 am
GilaMonster (9/14/2012)
SQL Kiwi (9/14/2012)
Lynn Pettis (9/14/2012)
Hey, any comments on what is posted here?My first reaction was, "LOL!". Posted a more serious comment.
Thank you, you saved me the trouble.
No worries...
September 14, 2012 at 11:01 am
Lynn Pettis (9/14/2012)
Hey, any comments on what is posted here?
My first reaction was, "LOL!". Posted a more serious comment.
September 14, 2012 at 10:41 am
ScottPletcher (9/14/2012)
You do realize that comments still take up space in the proc cache, right?
Only the compiled plan is held in the plan cache (as G2 has shown). The...
September 14, 2012 at 10:40 am
capnhector (9/14/2012)
was responding to the backwards compatibility comment.
Ah, that was just a 'joke' comment about the reason behind the parsing behaviour.
September 14, 2012 at 9:50 am
How's the refusing to be baited by Celko thing going, Lynn?
September 14, 2012 at 9:18 am
CELKO (9/14/2012)
September 14, 2012 at 9:16 am
capnhector (9/14/2012)
September 14, 2012 at 8:51 am
GSquared (9/14/2012)
Yep. I forgot it needs to have the hyphens removed.
Yes. AFAIK, the 'yyyymmdd' format is always OK. I personally try to use a CONVERT with an...
September 14, 2012 at 8:32 am
GSquared (9/14/2012)
SQL Kiwi (9/14/2012)
Rather than trying to navigate all the quirks of the interpretation of strings as dates, use an explicit style:
-- Style 103 = dd/mm/yyyy
SELECT DATEPART(DAY, CONVERT(date, '13/09/2012', 103));
Or...
September 14, 2012 at 8:19 am
GSquared (9/14/2012)
September 14, 2012 at 8:17 am
Gazareth (9/14/2012)
SQL Kiwi (9/14/2012)
Select M.name, F.name, B.name
From Role F, Worker M
LEFT JOIN Worker B ON M.superiour=B.nr
Where M.Role = code
It might be...
September 14, 2012 at 8:06 am
ChrisM@Work (9/14/2012)
[font="Courier New"]
Table Ind_level External Fragm(%) Avg Frag Size Page_count Internal Fragm(%) Ind_size (KB)
identity ...
September 14, 2012 at 7:46 am
Jeff Moden (9/12/2012)
September 14, 2012 at 7:39 am
IgorMi (9/13/2012)
September 14, 2012 at 7:20 am
Viewing 15 posts - 256 through 270 (of 8,416 total)