Viewing 15 posts - 2,671 through 2,685 (of 2,862 total)
What nerve did these nulls hit, that sop many people are spending so much time to develop and perfect so many solutions?
July 7, 2011 at 1:51 pm
opc.three (7/6/2011)
...even with the nested loops introduced by the CTE I just posted I am not sure I would choose the cursor method you posted over them
Yes, RBAR is...
July 6, 2011 at 1:08 pm
Yes, you could select individual columns, UNION them, GROUP them (which would remove nulls), and pivot them back into four columns. That would be uglier than the RBAR example...
July 6, 2011 at 12:55 pm
I found that when I am working from home, I work more hours than when I am in the office. And if I do it for several weeks, a...
July 6, 2011 at 12:00 pm
This is ugly and it would kill performance on large rowsets, but it works:
DECLARE @hobby1 NVARCHAR(50),
@hobby2 NVARCHAR(50),
...
July 6, 2011 at 11:50 am
ad 1)
Yes and no: yes, I made it through a military bootcamp in 1965, but no, it was not one for DBAs. There were no DBAs back then. 🙂
ad...
July 5, 2011 at 11:29 pm
Sorry, I forgot to say it explicitly, my "sabbatical" to learn Azure was fully paid.
(If I could forfeit the point I am getting for this clarification, I would. 🙂 )
July 5, 2011 at 5:26 pm
Steve Jones - SSC Editor (7/5/2011)
July 5, 2011 at 5:24 pm
SanDroid (7/5/2011)
The number one goal of any publicly traded company is to make a larger profit every quarter. . . .
Usually, but not always. Publicly traded companies often have a...
July 5, 2011 at 11:33 am
Let me point out another wrinkle: big international companies have international shareholders, and their opinion what is ethical and what is not, with whom to do business and with whom...
July 5, 2011 at 9:49 am
TravisDBA (7/2/2011)
July 3, 2011 at 5:22 pm
"Try," as in that famous "Try not: do or do not. There is no try."
Unfortunatly, too many (new) managers just try.
July 2, 2011 at 2:39 pm
My ratio of good to bad since 2003 is 7 : 2; fortunately, those bad ones were not too bad, and the good ones I turned into my friends.
July 2, 2011 at 8:59 am
djackson 22568 (7/1/2011)
July 1, 2011 at 9:51 am
I would try someting like this --
SELECT 1
WHERE 1 = CASE
WHEN @x = @y THEN 1
...
July 1, 2011 at 9:39 am
Viewing 15 posts - 2,671 through 2,685 (of 2,862 total)