Forum Replies Created

Viewing 15 posts - 2,431 through 2,445 (of 3,221 total)

  • RE: Doing What It Takes To Get The Job Done

    Jeff Moden (4/15/2014)


    Jim P. (4/15/2014)


    I've introduced more manager to the following:

    You always have choice:

    1. Cheap

    2. Fast

    ...

  • RE: ***-PSSnapin SQLServerCmdLetSnapin110 ....cannot add

    How about outputting $dbCommand to the console to ensure it is a valid command?

  • RE: ***-PSSnapin SQLServerCmdLetSnapin110 ....cannot add

    If you mean changing

    $sqlSnapin = Get-PSSnapin | where {$_.Name -eq "SqlServerCmdletSnapin110"}

    if($sqlSnapin -eq $null)

    {

    Add-PSSnapin SqlServerCmdletSnapin110

    }

    to

    #$sqlSnapin = Get-PSSnapin | where {$_.Name -eq "SqlServerCmdletSnapin110"}

    #if($sqlSnapin -eq $null)

    #{

    #Add-PSSnapin SqlServerCmdletSnapin110

    #}

    Then I think you may be correct.

  • RE: ***-PSSnapin SQLServerCmdLetSnapin110 ....cannot add

    Tony "6 seconds quicker than Gaz" Sweet!!!

  • RE: ***-PSSnapin SQLServerCmdLetSnapin110 ....cannot add

    SQL Server 2012? If so I believe that it has switched to Modules. See here.

    Import-Module "sqlps"

  • RE: Doing What It Takes To Get The Job Done

    Eric M Russell (4/15/2014)


    I'm glad to hear that your nephew is the type who stays after hours to get the job done. He'll go far. Just think how useless a...

  • RE: Call Me, Maybe

    I also think rude and unprofessional is ignoring regulatory lists for non-contact for marketing, ignoring data protection laws (buying stolen data, using for purposes other than permission has been...

  • RE: Call Me, Maybe

    Craig A. Silvis (4/15/2014)


    imho it is a service, not rudeness, to the caller to say no thanks and hang up. they are looking for sales and if you know you...

  • RE: Call Me, Maybe

    On the work mobile I initially evaluate then if of no value then try and politely end the call. If that fails then I press mute and leave the phone...

  • RE: Doing What It Takes To Get The Job Done

    This is one of those phrases that has its original meaning subverted. Another is "We are where we are" which has gone from meaning "we cannot change the past so...

  • RE: Big Data - Cost of acquiring skills

    Eric M Russell (4/14/2014)


    I've got half a dozen retired PC boxes stacked in a corner under my desk on which I'm installing a Ubuntu / Hadoop cluster. My intention is...

  • RE: Big Data - Cost of acquiring skills

    Eric M Russell (4/14/2014)


    If management allows an hour for lunch and places no restrictions on how early one can enter the office or how late one leaves, then there can...

  • RE: Big Data - Cost of acquiring skills

    Most R&D or experimentation can be done on a "no licence cost" basis. The one cost that NEVER seems to be allowed is time. The nearest I have seen is...

  • RE: How Long Before You Upgrade?

    graeme.shorter 69931 (4/11/2014)


    I guess the companies motives and my own differ. I want to keep my skill set current and play with all the new features, the company don't want...

  • RE: If or When?

    john.riley-1111039 (4/11/2014)


    There are many circumstances in life where we prepare for relatively unlikely events. We install sprinklers and fire extinguishers in buildings,

    air bags in cars, pilots train for...

Viewing 15 posts - 2,431 through 2,445 (of 3,221 total)