Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 2,862 total)

  • RE: Why Can't We Code?

    Good point, Steve. All too often the prospective employer already knows who will get the job but they have to go through the hoops and "interview" a certain number...

  • RE: Why Can't We Code?

    You bet it was their loss. The ability to solve a puzzle under the pressure of the interview does not say much about your general problems solving abilities. You can...

  • RE: Cloud Outages

    nawillia (6/13/2011)


    . . . I'm sure the cloud providers would at least think they have hired the best of the best and so does my company -- i think :)...

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    Neither can I. Sorry, I am afraid that to be of able to tell you more, I would have to see the database and possibly the server.

    Good luck.

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    That does not sound right. COUNT has to return something, and usually does it pretty fast.

  • RE: Problem using IF EXISTS(SELECT * FROM MYVIEW)

    You might also try

    IF 0 < ( SELECT COUNT(MyColumn) FROM MyView ) ...

    In most cases this is faster than IN.

  • RE: Cloud Outages

    I see two major issues with the Cloud.

    First, no matter what the provider says, they cannot guarantee access times because their domain of control ends with the Internet provider, and...

  • RE: Why Can't We Code?

    ". . . That's the federal guideline (US)."

    On a secopnd thought, it does sound like something that came from the DC. I am afraid the next step will be...

  • RE: Why Can't We Code?

    Craig Farrell (6/8/2011)


    The only thing a previous employer must disclose is your existance at having worked at a firm and your hiring/leaving dates. That's it. Anything else...

  • RE: Why Can't We Code?

    Elliott

    I read your reply and wonder whenre does the former employer's right to cover their *** ends and where my right to get technically relevant information about a prospective hire...

  • RE: Why Can't We Code?

    Yes, Steve -- that's why I am still gainfully employed. 🙂

  • RE: Why Can't We Code?

    Elliott, I guess you are right, in most cases and in this litigious society. However, so far I always got the answers I asked for -- I always stressed...

  • RE: Why Can't We Code?

    I do not have any technical details of my most interesting projects on my resume. The item just says "Technical details of this assignment remain [company] confidential." So...

  • RE: Indexes and Deletes/Updates

    On tables that span several pages that are not cached - and that is an important condition -, index speeds update ops significantly. The exact percentage of improvement will...

  • RE: Why Can't We Code?

    When I am the interviewer, my favorite question is, "What would [your former manager] tell me if I asked him what are your three strongest points and what are your...

Viewing 15 posts - 2,701 through 2,715 (of 2,862 total)