Forum Replies Created

Viewing 15 posts - 721 through 735 (of 1,187 total)

  • RE: VARCHAR datatype

    Trey Staker (7/19/2010)


    Good Question. I've been stung by this in production early on in my career. Since then I always have specified the length of my varchar's.

    I've read...

  • RE: VARCHAR datatype

    Good question. In this case I don't consider it a trick question because the lack of a length specification in the statement "DECLARE @TestVar VARCHAR" pointed to behavior based on...

  • RE: Collective Intelligence

    I agree with adzymcfadzy, as several others have - sometimes a bit of both (motivating sometimes, depressing and frustrating other times). I don't think insecurity in itself is good for...

  • RE: SQL Audit

    Yes, the question is a repeat of a recent QOTD. I'd understand if it were wiped out and my hard-earned point revoked. 😛

    - webrunner

  • RE: ALTER

    mtassin (7/14/2010)


    michael.kaufmann (7/14/2010)


    My gutt told me to go for option 1, but not because of it running faster, but because I wondered why one would change a non-nullable column to...

  • RE: ALTER

    Great question. I got it wrong, but at least I learned that the two options, though ostensibly only slightly different from each other, have very different results. I need to...

  • RE: Are we in all these cities?

    I missed the semicolon in the subquery. To that extent, this question taught me to look for those. It's in my passive SQL vocabulary, so to speak - I (unfortunately)...

  • RE: REPLACE() and NULL

    sknox (7/12/2010)


    webrunner (7/12/2010)


    I guess my question is why does the REPLACE function replace anything if the string pattern (second parameter) isn't in the string expression (first parameter)?

    It doesn't. It checks...

  • RE: REPLACE() and NULL

    john.arnott (7/12/2010)


    kevin.l.williams (7/12/2010)


    Anyone got any ideas why this function was made to work this way? Makes no sense to me.

    I cannot answer that authoritatively, but consider that it would make...

  • RE: Tabify Select Lines

    "Changes the font to look like cat scratchings" is getting 1% of the answers as of the time I posted this comment. A small but bold cadre of users who...

  • RE: Table Variable :Doesn't care

    Good question. Got it wrong, and now I know why.

    Thanks,

    webrunner

  • RE: Leanring from Experts

    I would love to be able to have that look-over-the-shoulder experience for DBA tasks the way you were able to watch the other roofer. I guess SQLShare videos and other...

  • RE: What will be the output of the following?

    mtassin (6/28/2010)


    webrunner (6/28/2010)


    Everything necessary regarding the question's typo has already been covered. But I want to thank those who pointed out that "-0" (impossible value, of course, because 0 can...

  • RE: What will be the output of the following?

    Everything necessary regarding the question's typo has already been covered. But I want to thank those who pointed out that "-0" (impossible value, of course, because 0 can be neither...

  • RE: The Matrix

    Schadenfreude-Mei (6/21/2010)


    ... After all we are all trapped in the perceptive matrix created by our own minds anyway! ...

    Can I "borrow" one of your red pills? 😛

    - webrunner

Viewing 15 posts - 721 through 735 (of 1,187 total)