Viewing 15 posts - 16 through 30 (of 551 total)
Thanks for the question, really good one.
yea, well, as we do typo when typing... this was completely clicko. (when I saw red, I was like "WHA......T"?... then I saw it...
June 9, 2016 at 11:59 am
Thank you, Steve, good one.
(Well, it took less then 30 seconds for me to read and select the right choice- either my mind did malfunctioned or I just became smarter...hmm...
June 7, 2016 at 10:43 am
Luis Cazares (5/5/2016)
I understand that for SQL 2000 it was a good option....
That's the whole point. (its not about- performance analysis, gain; just a piece of code written long...
May 5, 2016 at 12:11 pm
Luis Cazares (5/4/2016)
Raghavendra Mudugal (5/4/2016)
(EP)Z!!!No need of STUFF. (very old code)
No need for cursors, or several statements.
WITH CTE AS(
select distinct personid from @t
)
SELECT PersonID,
...
May 5, 2016 at 11:33 am
Lynn Pettis (5/4/2016)
Wow, so much work when it isn't needed.
Like I said... very old code... as-in sql 2000... (to me, one of the fine block of code 16 years...
May 5, 2016 at 11:13 am
(EP)Z!!!
No need of STUFF. (very old code)
declare @t table (PersonID int, AreaCode varchar(10), Exchange varchar(10), Root
varchar(10))
declare @t1 table (PersonID int, phone varchar(2048))
declare @pn varchar(2048), @Pid int
insert @t
select 10001, '555', '555',...
May 4, 2016 at 11:51 am
Andy Warren (4/28/2016)
Magnus, I'll send a note to have the question updated about ESCAPE_SQUOTE. Can't believe I missed that.
Even though knowing the answer what it could be... that missing...
April 28, 2016 at 9:25 am
all I can think of- what other options would have been there....
and also, this is the good time to mention the forgotten/missing validation on "insufficient choice of answers" while actual...
April 18, 2016 at 8:04 am
This is one of the link I still have in my bookmarks - http://sqlmag.com/t-sql/coalesce-vs-isnull. (Lots of variations to test)
February 29, 2016 at 8:23 am
From the answer section, it says - "Restore the differential backup from Friday night at 8pm".
I have one doubt - do we have to install the diff-backup of just Friday's...
February 12, 2016 at 11:53 pm
Luis Cazares (10/30/2015)
Now I know how the people on the other side of "the pond" feel when the humor questions are US centered. 😀
Oh good... I am not alone.
I still...
October 30, 2015 at 1:18 pm
With quick analysis on the field names, selected the right ones. (now just wondering- say if I have checked "all of the above", now what other two check boxes I...
October 1, 2015 at 10:42 am
Heals (7/3/2015)
... but the answer jumped out at me as soon as I saw the question!
THAT statement, my friend, puts entire mankind back with hope. We never know what we...
July 3, 2015 at 2:58 am
Thank you, @ArnoKwetters. That link is great. 🙂
July 2, 2015 at 2:15 am
Viewing 15 posts - 16 through 30 (of 551 total)