Forum Replies Created

Viewing 15 posts - 2,671 through 2,685 (of 2,862 total)

  • RE: Handle NULLs

    What nerve did these nulls hit, that sop many people are spending so much time to develop and perfect so many solutions?

  • RE: Handle NULLs

    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...

  • RE: Handle NULLs

    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...

  • RE: Today's Random Word!

    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...

  • RE: Handle NULLs

    This is ugly and it would kill performance on large rowsets, but it works:

    DECLARE @hobby1 NVARCHAR(50),

    @hobby2 NVARCHAR(50),

    ...

  • RE: We Need a DBA Boot Camp

    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...

  • RE: Sabbaticals

    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. 🙂 )

  • RE: Sabbaticals

    Steve Jones - SSC Editor (7/5/2011)


    . . . they sometimes are referred to as a leave of absence, unpaid, and no guarantees that your job will be there. To date,...

  • RE: How Much Is It Worth?

    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...

  • RE: How Much Is It Worth?

    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...

  • RE: A Little Interviewing Advice

    TravisDBA (7/2/2011)


    . . . I have never gotten the real answer from an employer during an interview as to why the prior DBA left the position until after I was...

  • RE: A Little Interviewing Advice

    "Try," as in that famous "Try not: do or do not. There is no try."

    Unfortunatly, too many (new) managers just try.

  • RE: A Little Interviewing Advice

    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.

  • RE: A Little Interviewing Advice

    djackson 22568 (7/1/2011)


    . . . I can say, a lot of companies are now having people come in and work without paying them. They sell it as "let's see...

  • RE: case statement in a where clause

    I would try someting like this --

    SELECT 1

    WHERE 1 = CASE

    WHEN @x = @y THEN 1

    ...

Viewing 15 posts - 2,671 through 2,685 (of 2,862 total)