What should I be doing with my points?

  • I'm saving mine for retirement!

  • You need the points because you cannot officially call yourself a DBA until you have at least points = (my total -1) at the time you read this.

    ---------------------------------------------------------------------

  • george sibbald (4/28/2011)


    You need the points because you cannot officially call yourself a DBA until you have at least points = (my total -1) at the time you read this.

    e'oh 🙁

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • Schadenfreude-Mei (4/28/2011)


    george sibbald (4/28/2011)


    You need the points because you cannot officially call yourself a DBA until you have at least points = (my total -1) at the time you read this.

    e'oh 🙁

    see my reply to steves article today. 😉

    darn, it just got a bit harder to be a DBA 🙂

    ---------------------------------------------------------------------

  • george sibbald (4/28/2011)


    You need the points because you cannot officially call yourself a DBA until you have at least points = (my total -1) at the time you read this.

    Ha Ha.

    That was in the advert for my job, but I got around it by showing that my points per visit tally was better 😛

  • I hear a rumor that the points system will, in the future, be redeemable for cool DBA-related stuff.

    Like a challenging T-SQL puzzle or a DBCC Timewarp upgrade. Or a Steve-in-Hawaiian-Shirt Picture Tee.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • I have a stored procedure that runs

    exec @rc = sp_trace_create @TraceID output, 0, @FileAddress, @maxfilesize, @Datetime....etc

    when I execute the proc and examine the .trn file, the execution of the proc is always the first event recorded.

    But it must have run before the trace started (as it starts the trace)

    Does this mean that sometime in the future I will install DBCC TimeWarp, but configure it incorrectly?

  • No...

    Let me guess, you're tracing batch completed. The statement starts the trace and then completes, hence the trace is running before the complete event fires.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Oh, no! I almost forgot. The big grand prize for the points redemption is a Flying Porkchop Flinger.

    Save those points, boys and girls. It takes a couple of million of them to earn the FPF.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • GilaMonster (4/29/2011)


    No...

    Let me guess, you're tracing batch completed. The statement starts the trace and then completes, hence the trace is running before the complete event fires.

    Good guess 🙂

    trace events 10 & 12

  • On a serious and slightly related note. Years ago, I believe sometime around 2005, Steve and Red Gate gave out free copies of SQL Prompt for the "top posters" in a given month.

    I'm not sure if they are still doing that, or if they plan on doing it again in the future.....

    Steve ????

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • Jason Selburg (4/29/2011)


    On a serious and slightly related note. Years ago, I believe sometime around 2005, Steve and Red Gate gave out free copies of SQL Prompt for the "top posters" in a given month.

    I'm not sure if they are still doing that, or if they plan on doing it again in the future.....

    Steve ????

    IIRC it was for the 400 000 th member of the site. And yes I still use that version of sql toolbelt. I think I'm due for an upgrade :hehe:.

    Ok only 20 000 19 999 posts to go!

  • Damn - didn't realize there were so many uses for the points - I thought they were only a bit of fun

    -------------------------------Posting Data Etiquette - Jeff Moden [/url]Smart way to ask a question
    There are naive questions, tedious questions, ill-phrased questions, questions put after inadequate self-criticism. But every question is a cry to understand (the world). There is no such thing as a dumb question. ― Carl Sagan
    I would never join a club that would allow me as a member - Groucho Marx

  • Michael Valentine Jones (4/27/2011)


    You can use them on most major airlines for free upgrades to DBA class.

    Just ask at the ticket counter when you check in.

    Nice. How many point need for this upgrade ?

  • Pouliot Philippe (5/9/2011)


    Michael Valentine Jones (4/27/2011)


    You can use them on most major airlines for free upgrades to DBA class.

    Just ask at the ticket counter when you check in.

    Nice. How many point need for this upgrade ?

    I'm not sure it is worth the points. THe only difference I noticed was at checkin the scan was replaced with a seek

Viewing 15 posts - 16 through 30 (of 35 total)

You must be logged in to reply to this topic. Login to reply