Forum Replies Created

Viewing 15 posts - 166 through 180 (of 184 total)

  • RE: More Evolution, More Complexity

    Gary Varga (2/28/2013)


    I've suffered a serious burnout once and a close call one other time. As with many things, recovering from going too far is harder than not going too...

  • RE: OUTPUT - 1

    Many years ago I was working to support a SQL Server based accounting system and had a very troubling issue that was ultimately found to have been caused by case...

  • RE: Early Software

    Dave62 (2/22/2013)


    Eric M Russell (2/22/2013)


    I think the average age for database developers and sysadmins must be like 40. Maybe a few years more for sysadmins.

    I hear you. It seems like...

  • RE: Early Software

    I was working in the accounting department of a small steel broker and they decided to implement Solomon Accounting software. They put the product on three standalone IBM XT's...

  • RE: THROW - 1

    wolfkillj (2/20/2013)


    batgirl (2/20/2013)


    I'm having a senior blonde moment here...

    What is the difference between:

    THROW returns the same error message as the select statement

    and

    THROW returns the error message "why oh why do...

  • RE: THROW - 1

    I'm having a senior blonde moment here...

    What is the difference between:

    THROW returns the same error message as the select statement

    and

    THROW returns the error message "why oh why do you do...

  • RE: Life is Like a Manure Spreader

    jcrawf02 (11/3/2008)


    Politician AND a manure spreader - http://www.tomlynch4supervisor.com-a.googlepages.com/pastisprologue

    By the way, what's the second half of the title?

    "Life is like a manure spreader" . . .

    . . . If you're...

  • RE: Schedule report After 110 Days of the Past quarter

    To get last day of last quarter:

    select DATEADD(qq,DATEDIFF(qq,-1,(DATEADD(qq,DATEDIFF(qq,0,GETDATE()),0))-1),-1)

    Then add 110.

  • RE: Today's Random Word!

    crookj (2/19/2013)


    Daniel Bowlin (2/19/2013)


    Stuart Davies (2/19/2013)


    opc.three (2/18/2013)


    john.arnott (2/18/2013)


    Revenant (2/18/2013)


    Ray K (2/18/2013)


    The Dixie Flatline (2/18/2013)


    C

    C#

    .NET

    -Java

    Espresso

    Latte

    wired

    Vinte Caramel Frappaccino...

    wireless

  • RE: Update with CASE statement

    I agree that the wording was not the best, but I was able to figure out the intent.

    I am stuck on the update itself:

    -- #4 Final update with case statement

    UPDATE...

  • RE: Impressive Accomplishments

    I make sure to look for at least a touch of "customer service" skill no matter what the technical requirements may be.

    It's also very important that someone be...

  • RE: Execute SQL Task issue

    I may be missing something here, but why not just

    update mydatabase

    set stage = 'Awarded' where stage = 'Closed Won'

  • RE: Hunting Developers

    TravisDBA (2/8/2013)


    batgirl (2/8/2013)


    We worked hard and long but we also had opportunities to play hard often enough to keep it very interesting.

    You know, now that you bring that...

  • RE: Hunting Developers

    I had the extreme pleasure of working for Microsoft Business Solutions for a few short years and to date it has been my favorite workplace evah! We worked hard...

  • RE: GO Part 2

    Yes, I wanted to complain about the True/False vs. Yes/No...but in all honesty I was easily able to correlate True = Yes and False = No. My problem was...

Viewing 15 posts - 166 through 180 (of 184 total)