Viewing 15 posts - 4,321 through 4,335 (of 7,484 total)
Not sure about the questions, and given Celko I don't think the posted answers can get much worse, but this question got a first answer asking for sample data, so...
July 28, 2012 at 12:28 pm
harrd007 (7/28/2012)
We need to combine two DML Statement into one statment
update B
Set B.phone_disp_new = ISNULL(A.value,'Other')
from test22 B
left outer join test21 A
on B.ph_phone_new = A.TGA_CODE
update B
Set B.phone_disp_old = ISNULL(A.value,'Other')
from test22...
July 28, 2012 at 12:20 pm
If you want the attachment to be CSV, you need to change
@query_result_separator ='',
to be
@query_result_separator =',',
July 28, 2012 at 12:04 pm
Quite a nice editorial. I guess I agree with most of it - although I agree even more with the comment Gus posted on Monday.
The flagpole idea is interesting....
July 28, 2012 at 10:58 am
SQLRNNR (7/24/2012)
Jamsheer (7/23/2012)
Thanks for the easy point.. I think the first and last options given are same..They were the same. Made it a bit easier 😉
I didn't read beyond...
July 27, 2012 at 1:41 pm
Good straightforward question.
But in the explanation: is that really the parsing order, or are you assuming that's the parsing order because it's the execution order? I don't think I've...
July 27, 2012 at 1:40 pm
Nice straightforward question.
The reference given is am SQL 2005 note, which does say it also applies to SQL 2008. There was a connect item on this which was closed...
July 27, 2012 at 1:26 pm
David Burrows (7/27/2012)
'If you take offence with this sarcasm...
July 27, 2012 at 12:30 pm
It seemed to me that two of the five options could be eliminated easily (assuming we didn't have someone rather unpleasant setting the question, a natural assumption for me because...
July 27, 2012 at 12:11 pm
C-Note (7/27/2012)
L' Eomot Inversé (7/27/2012)
C-Note (7/27/2012)
Dan Graveen (7/26/2012)
"How is it available, but it cannot be altered?"
This was exactly the question I was stumped on and exactly the logic...
July 27, 2012 at 10:40 am
GSquared (7/27/2012)
L' Eomot Inversé (7/27/2012)
GSquared (7/27/2012)
Brandie Tarvin (7/27/2012)
If joining a VARCHAR(8000) to a VARCHAR(MAX) value degrades performance, how does one get around this?
I'm not speaking in...
July 27, 2012 at 10:16 am
C-Note (7/27/2012)
Dan Graveen (7/26/2012)
"How is it available, but it cannot be altered?"
This was exactly the question I was stumped on and exactly the logic I followed in assuming...
July 27, 2012 at 9:43 am
sestell1 (7/27/2012)
July 27, 2012 at 9:38 am
WayneS (7/27/2012)
Brandie Tarvin (7/26/2012)
WayneS (7/26/2012)
GilaMonster (7/26/2012)
And the vague question of the week award goes to: http://www.sqlservercentral.com/Forums/Topic1336028-391-1.aspxToo tempting... had to post there.
Wayne, you are so mean.
Brandie, I was just trying to...
July 27, 2012 at 8:44 am
sestell1 (7/27/2012)
SQL Kiwi (7/26/2012)
L' Eomot Inversé (7/25/2012)
Hugo Kornelis (7/11/2012)
July 27, 2012 at 8:07 am
Viewing 15 posts - 4,321 through 4,335 (of 7,484 total)