Forum Replies Created

Viewing 15 posts - 121 through 135 (of 3,220 total)

  • RE: The New DBA

    It does appear to be a modern thought that once you graduate that you are done learning and are as much a professional as the next person. Even if they...

  • RE: Approaching Politics in IT

    Grant Fritchey - Monday, February 20, 2017 9:24 AM

    ...

    And it's all heaven & light until the server is completely offline and...

  • RE: The Importance of Our Work

    The perennial discussion on Work/Life balance is often easy to end up in agreement. Where I feel most fail, including or especially myself, is the ability to manage it.

  • RE: Approaching Politics in IT

    Eric M Russell - Monday, February 20, 2017 8:43 AM

    patrickmcginnis59 10839 - Monday, February 20, 2017 7:55...

  • RE: Approaching Politics in IT

    The worst kind of political players are those who are deliberately two faced. Those that have the gall to act like a friend to people then deliberately stab them in...

  • RE: Lots of Learning at SQL Bits

    sthompson 3088 - Monday, February 20, 2017 7:21 AM

    Gary Varga - Monday, February 20, 2017 1:20 AM

  • RE: Lots of Learning at SQL Bits

    I'll be at the conference on the Saturday but in a building a short walk from it the other three days working. This is the compromise that I have had...

  • RE: What motivates you to do your best?

    For me there needs to be a sense of fairness to a package and I wholeheartedly agree that raises are there to stop demotivation i.e. to maintain the fairness.

  • RE: Load data using powershell

    Shouldn't:
    $dt=Invoke-SqlCmd -ServerInstance $serverlist -Database master -Query “SELECT @@version”

    Be:
    $dt=Invoke-SqlCmd -ServerInstance $server -Database master -Query “SELECT @@version”

  • RE: Framework Fatigue

    I believe that both jay-h and ZZartin are correct. The trouble I find is that too many people roll out new APIs even when it isn't justified.

  • RE: Training Computer Scientists

    Jeff Moden - Thursday, February 16, 2017 8:09 AM

    Grant Fritchey - Thursday, February 16, 2017 6:09 AM

  • RE: Training Computer Scientists

    Grant Fritchey - Thursday, February 16, 2017 6:09 AM

    ...Evidently one of the things that is not taught in college is having an...

  • RE: Training Computer Scientists

    David.Poole - Thursday, July 2, 2015 11:19 AM

    ...Bill Gates dropped out of university education as did Larry Ellison, Steve Jobs and Mark...

  • RE: Training Computer Scientists

    Mickey Stuewe - Wednesday, July 1, 2015 11:36 AM

    ... One is computer theory. I think this is lacking in people who haven't...

  • RE: how to pass the result of compare-object to be use in if else statement

    Here is how to count up the changes attributed to either the left or right hand side:
    $left = 0
    $right = 0
    foreach($r in $result){if($r.SideIndicator -eq '<=')...

Viewing 15 posts - 121 through 135 (of 3,220 total)