Are the posted questions getting worse?

  • Lynn Pettis (2/13/2009)


    ... and one of them I got down here where I work now. If I could get the other one, in a heartbeat.

    Heh yeah I know what you mean...there's this girl in finance...but not at work speshly not around Valentine's.

    β€œWrite the query the simplest way. If through testing it becomes clear that the performance is inadequate, consider alternative query forms.” - Gail Shaw

    For fast, accurate and documented assistance in answering your questions, please read this article.
    Understanding and using APPLY, (I) and (II) Paul White
    Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden

  • Grant Fritchey (2/13/2009)


    GSquared (2/13/2009)


    I'm a kindergarden drop-out. Does that count for anything?

    (I can legitimately and truthfully claim that I dropped out of both kindergarden and college. Not many with those credentials!)

    You win on this one. I did pass kindergarden.

    I also got accepted into the "special education program" in the fifth grade, and managed to get a 0.6 GPA in my freshman year in high school. Oh, and I got 1,600 on my SATs too, and a 4.0 my senior year in high school. And got asked to leave a class in college because I was making the professor look bad. And on the ASVAB tests, I graded as post-college on all categories except spelling, when I was in the 9th grade. Yes, I had a strange educational history. πŸ™‚

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

  • Chris Morris (2/13/2009)


    Lynn Pettis (2/13/2009)


    ... and one of them I got down here where I work now. If I could get the other one, in a heartbeat.

    Heh yeah I know what you mean...there's this girl in finance...but not at work speshly not around Valentine's.

    Sorry, both are guys, and I have been happily married to my wife for almost 23 years and have three beautiful daughters.

    :w00t:

  • Lynn Pettis (2/13/2009)


    Not saying this is true of all PhD's, but many of the ones I have met seemed to have lost one very important thing, common sense. Is there a class in these PhD programs that teaches these people how to loose it?

    I never completed nmy PhD ("Excited states in sd-shell nuclei - Oxygen-18 & Neon-24"), but my wife tells me I lack common sense about a lot of things. πŸ™‚

    My response is that some things which are supposedly "common sense" aren't that - it's just the way things are.

    Derek

  • ... and in the "you're screwed category", the award goes to : http://www.sqlservercentral.com/Forums/Topic656268-357-1.aspx

  • Ninja's_RGR'us (2/13/2009)


    ... and in the "you're screwed category", the award goes to : http://www.sqlservercentral.com/Forums/Topic656268-357-1.aspx

    Ninja, you beat me to update resume comment.

    hmmm, a stored procedure to update resume ..... I'm guessing that would be easier using .NET



    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]

  • I can't wait to see what he'll answer to why did you / do you want to leave your current position? Oh, just because!

  • Dagnamit.... You are right Ninja... That guy sure takes the award...

    -Roy

  • I think I have gained an insight into why some of the users questions appear to be soooooo, well not intelligent. Last evening I attended a SQL User Group meeting in Ohio. The presenter was an individual who was a college graduate (Computer Science major), and who has been working for 2 years as a developer, developing SSIS packages. His presentation was on scripting a routine which would convert a character field (standard character set not the extended character set) to all upper case characters. Further the routine had to be modular enough to be able to be utilized in other SSIS packages by creating a dll and then simply click and have it loaded into the new package. Sounds innocent enough, until one realizes that in 2 years of work he had not learned that he could create a used defined function using T-SQL, and use that function in a SELECT statement..... I am now waiting for him to post a question here or some other forum such as "What is a user defined function and how do I create one?". So I can not / and we all should not cast aspersions too quickly. I can of course moan out loud when the individual has not made the least effort to learn on their own. And wonder what type of IT management his firm has.

    On another subject - Phd - is an abbreviation for PILED HIGHER AND DEEPER.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • bitbucket (2/13/2009)


    I think I have gained an insight into why some of the users questions appear to be soooooo, well not intelligent. Last evening I attended a SQL User Group meeting in Ohio. The presenter was an individual who was a college graduate (Computer Science major), and who has been working for 2 years as a developer, developing SSIS packages. His presentation was on scripting a routine which would convert a character field (standard character set not the extended character set) to all upper case characters. Further the routine had to be modular enough to be able to be utilized in other SSIS packages by creating a dll and then simply click and have it loaded into the new package. Sounds innocent enough, until one realizes that in 2 years of work he had not learned that he could create a used defined function using T-SQL, and use that function in a SELECT statement..... I am now waiting for him to post a question here or some other forum such as "What is a user defined function and how do I create one?". So I can not / and we all should not cast aspersions too quickly. I can of course moan out loud when the individual has not made the least effort to learn on their own. And wonder what type of IT management his firm has.

    On another subject - Phd - is an abbreviation for PILED HIGHER AND DEEPER.

    So I'm guessing that you can't use UPPER() IN SSIS?

  • I was thinking the same thing Ninja's...

    I think I would have asked for my money back after attending that conference.

  • Ninja's_RGR'us (2/13/2009)


    bitbucket (2/13/2009)


    I think I have gained an insight into why some of the users questions appear to be soooooo, well not intelligent. Last evening I attended a SQL User Group meeting in Ohio. The presenter was an individual who was a college graduate (Computer Science major), and who has been working for 2 years as a developer, developing SSIS packages. His presentation was on scripting a routine which would convert a character field (standard character set not the extended character set) to all upper case characters. Further the routine had to be modular enough to be able to be utilized in other SSIS packages by creating a dll and then simply click and have it loaded into the new package. Sounds innocent enough, until one realizes that in 2 years of work he had not learned that he could create a used defined function using T-SQL, and use that function in a SELECT statement..... I am now waiting for him to post a question here or some other forum such as "What is a user defined function and how do I create one?". So I can not / and we all should not cast aspersions too quickly. I can of course moan out loud when the individual has not made the least effort to learn on their own. And wonder what type of IT management his firm has.

    On another subject - Phd - is an abbreviation for PILED HIGHER AND DEEPER.

    So I'm guessing that you can't use UPPER() IN SSIS?

    Haven't looked, but same question I was wondering.

    Also: BS, BullS***; MS, More S***

  • Lynn Pettis (2/13/2009)


    Ninja's_RGR'us (2/13/2009)


    bitbucket (2/13/2009)


    I think I have gained an insight into why some of the users questions appear to be soooooo, well not intelligent. Last evening I attended a SQL User Group meeting in Ohio. The presenter was an individual who was a college graduate (Computer Science major), and who has been working for 2 years as a developer, developing SSIS packages. His presentation was on scripting a routine which would convert a character field (standard character set not the extended character set) to all upper case characters. Further the routine had to be modular enough to be able to be utilized in other SSIS packages by creating a dll and then simply click and have it loaded into the new package. Sounds innocent enough, until one realizes that in 2 years of work he had not learned that he could create a used defined function using T-SQL, and use that function in a SELECT statement..... I am now waiting for him to post a question here or some other forum such as "What is a user defined function and how do I create one?". So I can not / and we all should not cast aspersions too quickly. I can of course moan out loud when the individual has not made the least effort to learn on their own. And wonder what type of IT management his firm has.

    On another subject - Phd - is an abbreviation for PILED HIGHER AND DEEPER.

    So I'm guessing that you can't use UPPER() IN SSIS?

    Haven't looked, but same question I was wondering.

    Also: BS, BullS***; MS, More S***

    I dont have a BS. I have a BE. I wonder what BE stands for.... πŸ˜‰

    -Roy

  • Roy Ernest (2/13/2009)


    Lynn Pettis (2/13/2009)


    Ninja's_RGR'us (2/13/2009)


    bitbucket (2/13/2009)


    I think I have gained an insight into why some of the users questions appear to be soooooo, well not intelligent. Last evening I attended a SQL User Group meeting in Ohio. The presenter was an individual who was a college graduate (Computer Science major), and who has been working for 2 years as a developer, developing SSIS packages. His presentation was on scripting a routine which would convert a character field (standard character set not the extended character set) to all upper case characters. Further the routine had to be modular enough to be able to be utilized in other SSIS packages by creating a dll and then simply click and have it loaded into the new package. Sounds innocent enough, until one realizes that in 2 years of work he had not learned that he could create a used defined function using T-SQL, and use that function in a SELECT statement..... I am now waiting for him to post a question here or some other forum such as "What is a user defined function and how do I create one?". So I can not / and we all should not cast aspersions too quickly. I can of course moan out loud when the individual has not made the least effort to learn on their own. And wonder what type of IT management his firm has.

    On another subject - Phd - is an abbreviation for PILED HIGHER AND DEEPER.

    So I'm guessing that you can't use UPPER() IN SSIS?

    Haven't looked, but same question I was wondering.

    Also: BS, BullS***; MS, More S***

    I dont have a BS. I have a BE. I wonder what BE stands for.... πŸ˜‰

    Not sure. I don't have an MS, I have an MA. I wonder what that one stands for... πŸ˜€

  • MA = Master of A**

    πŸ˜€

    -Roy

Viewing 15 posts - 1,321 through 1,335 (of 66,712 total)

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