Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 3,221 total)

  • RE: Need double quote in between a variable (Stirng Operation)

    $INSTALLSHAREDDIR = Get-Content "C:\test\Install_ConfigurationFile.ini" | Where-Object {$_ -like'INSTALLSHAREDDIR=*'}

    $INSTALLSHAREDDIR = "'"" + $INSTALLSHAREDDIR + "\MSSQL11.INST3'""

    What I did was escape " with '.

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Unable to override the values of the configuration.ini file while doing SQL Install/Uninstall

    I would suggest renaming the parameters but you don't appear to be attempting to use them. Perhaps if you commented your code with your intentions then I could understand.

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Common Mistakes

    robert.mcleod (3/20/2015)


    My favorite is leaving out the USE statement or not using fully qualified object names. Wish I had a nickel for every time some one handed me code and...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Common Mistakes

    1) Not understanding the need to separate the logical from the physical. The application is not the database and vice versa. The application places requirements on the database but these...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Unable to override the values of the configuration.ini file while doing SQL Install/Uninstall

    I have now:

    function InstallSQL

    {

    [CmdletBinding()]

    Param

    (

    [Parameter(Position=0,Mandatory=$true)][string]$action

    ...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Microsoft and R

    Microsoft has a reasonable track record when it comes to buying in technologies and making products from them and/or incorporating them into existing products. I will not predict whether this...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Unable to override the values of the configuration.ini file while doing SQL Install/Uninstall

    It is probably me but I don't get it. Are you wondering how do use functions and parameters in a PowerShell script? Are you wanting an install function and an...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Run a specific query across all servers using powershell

    Great, thanks.

    Minor suggestion: Perhaps it would have been worthwhile writing the exception to the output file.

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Small Experiments in Data

    Eric M Russell (3/17/2015)


    Miles Neale (3/17/2015)


    Eric M Russell (3/17/2015)


    Miles Neale (3/17/2015)


    I agree, however the lawyer would say that there is no proof that the digital representation has not been altered...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Small Experiments in Data

    The Fault (3/17/2015)


    Gary Varga (3/17/2015)


    Part of me believes that in this century we may move to a model where ownership of data is considered "so 20th century"

    I'd tend to disagree,...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Small Experiments in Data

    Eric M Russell (3/17/2015)


    Gary Varga (3/17/2015)


    Part of me believes that in this century we may move to a model where ownership of data is considered "so 20th century", however, where...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Byte Me: Shrinking Transactions

    That's it! Suggest all developers heads are just full of hot air, why don't you!!! :hehe:

    More seriously: :sick:

    After reading the first bubble I was expected something akin to "...and how...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Small Experiments in Data

    Part of me believes that in this century we may move to a model where ownership of data is considered "so 20th century", however, where value can be found so...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: The Design Investment

    Shawn Richards (3/16/2015)


    Matt S. (9/29/2010)


    @Grant

    I hear you. I've seen DBAs light up with some glimmer of hope when I'm hired to reign in developers gone wild. It's because I sell...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: The Worst Comments

    GilaMonster (3/16/2015)


    Gary Varga (3/16/2015)


    Phil Parkin (3/16/2015)


    GilaMonster (3/16/2015)


    The worst comment I've ever seen (as opposed to one I wrote) was in MS Access. The previous developer had written a lot of...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

Viewing 15 posts - 1,546 through 1,560 (of 3,221 total)