Are the posted questions getting worse?

  • Brandie Tarvin (8/31/2010)


    Maybe, Alvin. I wonder, though, how many of us are DBA by title, but DB-Everything by practice?

    Or DB-Everything by practice with just a different title and the admin is just a small part of the job.

    I'm the former. I've got to do it all, which means I don't really get to concentrate on getting good at one specific thing because I just don't have the time I'd like to brush up on everything.

    I'm in the same boat.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • GilaMonster (8/31/2010)


    WayneS (8/31/2010)


    GilaMonster (8/31/2010)


    I tend to use the term 'Database Specialist', as I do everything around DBs, architecture, admin, dev, BI, optimisation, DR, etc.

    Over here in the US, we tend to call that a DBA!

    Over here I use the term DBA and I'll be looked at as a form of sysadmin. Title of DBA and no one would believe that I can do dev, architecture, etc. Plus, I'm predominantly a developer

    Good point. Makes me wonder how prevalent that thought process is over here also?

    Wayne
    Microsoft Certified Master: SQL Server 2008
    Author - SQL Server T-SQL Recipes


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

  • GilaMonster (8/31/2010)


    WayneS (8/31/2010)


    GilaMonster (8/31/2010)


    I tend to use the term 'Database Specialist', as I do everything around DBs, architecture, admin, dev, BI, optimisation, DR, etc.

    Over here in the US, we tend to call that a DBA!

    Over here I use the term DBA and I'll be looked at as a form of sysadmin. Title of DBA and no one would believe that I can do dev, architecture, etc. Plus, I'm predominantly a developer

    In the areas I've worked, that varies wildly from company to company. Some people think DBA = can do anything with databases, others think = sysadmin. Still others seem to think = can do anything with databases, but nothing else.

    --------------------------------------
    When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
    --------------------------------------
    It’s unpleasantly like being drunk.
    What’s so unpleasant about being drunk?
    You ask a glass of water. -- Douglas Adams

  • Hey gang...

    I saw a post yesterday (I think) where someone had figured out how to post the greater-than/less-than signs in code snippets where they would show up that way. Now I can't find that post... can anyone point me to it?

    Wayne
    Microsoft Certified Master: SQL Server 2008
    Author - SQL Server T-SQL Recipes


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

  • Steve Jones - Editor (8/31/2010)


    I'm not surprised, I think we have more and more hybrid people.

    You're right. I run on both gasoline and electricity.

    :hehe:

    +--------------------------------------------------------------------------------------+
    Check out my blog at https://pianorayk.wordpress.com/

  • WayneS (8/31/2010)


    Hey gang...

    I saw a post yesterday (I think) where someone had figured out how to post the greater-than/less-than signs in code snippets where they would show up that way. Now I can't find that post... can anyone point me to it?

    You don't need it. Testing with preview, it shows up just fine now.

    < >

    EDIT: Of course, if you want the hard code, it's & g t ; and & l t ; all pushed together. No spaces between the letters.

    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.

  • Ray K (8/31/2010)


    Steve Jones - Editor (8/31/2010)


    I'm not surprised, I think we have more and more hybrid people.

    You're right. I run on both gasoline and electricity.

    :hehe:

    For me it's beer and coffee. 😛



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • WayneS (8/31/2010)


    Hey gang...

    I saw a post yesterday (I think) where someone had figured out how to post the greater-than/less-than signs in code snippets where they would show up that way. Now I can't find that post... can anyone point me to it?

    No, but if I remember how they work...

    If your code block is one line, the brackets show up wrong. Over 2 or more lines, they're fine. Quote this post to see the tags.

    <not working right>

    <working right>

    Edit: That was just typing the characters < and > directly. No html encoding.

    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
  • Alvin Ramard (8/31/2010)


    Ray K (8/31/2010)


    Steve Jones - Editor (8/31/2010)


    I'm not surprised, I think we have more and more hybrid people.

    You're right. I run on both gasoline and electricity.

    :hehe:

    For me it's beer and coffee. 😛

    Coffee and chocolate.

    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
  • GilaMonster (8/31/2010)


    Alvin Ramard (8/31/2010)


    Ray K (8/31/2010)


    Steve Jones - Editor (8/31/2010)


    I'm not surprised, I think we have more and more hybrid people.

    You're right. I run on both gasoline and electricity.

    :hehe:

    For me it's beer and coffee. 😛

    Coffee and chocolate.

    Lately it's coffee to get going, ice and beer to end the day

  • GilaMonster (8/31/2010)


    WayneS (8/31/2010)


    Hey gang...

    I saw a post yesterday (I think) where someone had figured out how to post the greater-than/less-than signs in code snippets where they would show up that way. Now I can't find that post... can anyone point me to it?

    No, but if I remember how they work...

    If your code block is one line, the brackets show up wrong. Over 2 or more lines, they're fine. Quote this post to see the tags.

    <not working right>

    <working right>

    Edit: That was just typing the characters < and > directly. No html encoding.

    Thanks Gail. I had to quote your message to see exactly what you were talking about. Seems so simple.

    I did see a post yesterday where someone was using hex code, but I can't find it and I can't get it to work properly.

    Again, thanks!

    Wayne
    Microsoft Certified Master: SQL Server 2008
    Author - SQL Server T-SQL Recipes


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

  • GilaMonster (8/31/2010)


    Alvin Ramard (8/31/2010)


    Ray K (8/31/2010)


    Steve Jones - Editor (8/31/2010)


    I'm not surprised, I think we have more and more hybrid people.

    You're right. I run on both gasoline and electricity.

    :hehe:

    For me it's beer and coffee. 😛

    Coffee and chocolate.

    Various curries, beer and red wine on this side. And no, I'm not a DBA either, so my choice of energy providing food/drink sources may not representative of the majority of Threadizens. I'm more like "Maedchen fuer alles"... Sure Lutz can translate that for you guys.

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • Jan Van der Eecken (8/31/2010)


    Various curries, beer and red wine on this side. And no, I'm not a DBA either, so my choice of energy providing food/drink sources may not representative of the majority of Threadizens. I'm more like "Maedchen fuer alles"... Sure Lutz can translate that for you guys.

    As requested: "Mädchen für alles" = a utility man or a gofer (not in the meaning of an unskilled worker but rather a person that's called whenever something needs to be done)

    Strange enough, "Mädchen" is actually "girl", but is translated as "man"... but what would a "utility girl" do?

    There is an "adult" translation available, too... But I guess that's not the one Jan was thinking of 😉



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • LutzM (8/31/2010)


    Strange enough, "Mädchen" is actually "girl", but is translated as "man"... but what would a "utility girl" do?

    Yeah, I remembered that from my high school German classes, and it had me scratching my head!

    +--------------------------------------------------------------------------------------+
    Check out my blog at https://pianorayk.wordpress.com/

  • Michael Earl-395764 (11/18/2008)


    Is it me, or are the posted questions getting worse these days?

    I don't know if they're getting worse, but they're not getting much better.

    Yes, I just quoted a post that's almost 2 years old. After reading 2 other posts that were older, I just couldn't help myself. :Whistling:



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 17,956 through 17,970 (of 66,815 total)

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