Forum Replies Created

Viewing 15 posts - 11,116 through 11,130 (of 49,566 total)

  • RE: Cache Plan Adhoc workloads

    Exactly.

  • RE: Becoming an MVP

    Every job I've had in the last 10 years (including the one I'm starting at tomorrow) has been a personal referral. Not from someone looking at the alphabet soup of...

  • RE: Cache Plan Adhoc workloads

    It's a pretty safe setting. Worst it can do is slightly increase the number of compiles if you happen to have ad-hoc queries that do get sent multiple times (identically)

  • RE: Purpose of setting variable to empty string?

    Those two are redundant, you don't need both, but you do want to set the variable to something before concatenating. Otherwise it's NULL and NULL + Anything = NULL.

  • RE: Are the posted questions getting worse?

    Ed Wagner (10/31/2013)


    GilaMonster (10/31/2013)


    Jeff Moden (10/31/2013)


    GilaMonster (10/31/2013)


    Last day of freedom. Starting dev job tomorrow. Hopefully will go well...

    I'm unlikely to be around much during the week from now on (at...

  • RE: Becoming an MVP

    djackson 22568 (10/31/2013)


    I think that one reason idiot MVPs are so bad is because their focus was on the title and not the knowledge. That (the focus) is kind...

  • RE: Becoming an MVP

    krowley (10/31/2013)


    Sigh , I hate the whole job hunting process and was sort of hoping a short cut at least existed. Not that I would have been able to take...

  • RE: Are the posted questions getting worse?

    Jeff Moden (10/31/2013)


    GilaMonster (10/31/2013)


    Last day of freedom. Starting dev job tomorrow. Hopefully will go well...

    I'm unlikely to be around much during the week from now on (at least for a...

  • RE: insert/update/delete and functions

    If you want to change data, you use a procedure. Functions have a requirement of having no side effects.

  • RE: Becoming an MVP

    krowley (10/31/2013)


    MVP is an award for community contributions. That's it. It shouldn't guarantee a DBA job any more than spending time at Toastmasters should. It's about how much you share...

  • RE: Becoming an MVP

    krowley (10/31/2013)


    Now for me at least, it seems like the MVP is the closest there is to a top level certification that truly means you are an expert at the...

  • RE: T- log backup is creating blocking in prod server

    How have you identified that the log backup is the blocker? What is the lock type that it is holding? What is trying to get that lock?

  • RE: Are the posted questions getting worse?

    Last day of freedom. Starting dev job tomorrow. Hopefully will go well...

    I'm unlikely to be around much during the week from now on (at least for a while), so could...

  • RE: Execution Times vs Logical Reads/Scan Count

    tony28 (10/31/2013)


    slower queries are important but i think the CPU time = 78 ms, elapsed time = 79 ms are ok no??

    or do you think that is it problem ?...

  • RE: Execution Times vs Logical Reads/Scan Count

    Logical reads are reads done from memory. Not necessarily scans.

    Slower queries isn't important to you? Really?

Viewing 15 posts - 11,116 through 11,130 (of 49,566 total)