Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 3,221 total)

  • RE: Byte Me: State Of Flow

    Pipeline programming. Urg!!! :sick:

  • RE: Hack Us

    mitchellcstein (5/26/2015)


    I would be pretty scared to not have control over who is doing the PEN testing. In reality, you are providing free license. With a contract + MOU you...

  • RE: Invoke-SqlCmd output sql executed

    Any luck ruy.peter?

  • RE: Hack Us

    SQLRNNR (5/26/2015)


    Some of us might worry that all the code we've cut and pasted will have the same issue in many places

    Oh come on, all of the code on the...

  • RE: implementing backup system using PS (a newbie question)

    Happy to help with any specific issues.

  • RE: implementing backup system using PS (a newbie question)

    First off Geri, your English is good. At least good enough for me. (I am not a professor in English so who knows :-P)

    I think that I would have used...

  • RE: implementing backup system using PS (a newbie question)

    I think that without some form of requirements, no matter how brief, it is such an open ended question that many would be forced to say "it depends".

    Some might even...

  • RE: Memorial Day 2015

    I think that we should consider ALL those who have sacrificed themselves for what they believed in the greater good. All around the world, in many conflicts and at many...

  • RE: Hack Us

    It appears to be a sensible approach when also taking the considerations of publicity and cost into account.

    It is key that they have excluded particular parts of their systems from...

  • RE: Naming Confusion

    Eric M Russell (5/22/2015)


    ...They don't have an affinity for a specific printer, it's the physical location they care about...

    Not always so simple. Sometimes a particular printer is allocated to a...

  • RE: Naming Confusion

    Eric M Russell (5/22/2015)


    Gary Varga (5/22/2015)


    Eric M Russell (5/22/2015)


    T_Peters (5/21/2015)


    I've run into various naming conventions that have caused problems over the years. One of my favorites was naming printers after...

  • RE: Native Audits

    phegedusich (5/22/2015)


    One problem with SQL Audit: it's exposed to the sysadmin. This doesn't fly with our Audit department, so we use Guardium instead.

    Definitely a potential for abuse. We all know...

  • RE: Naming Confusion

    Eric M Russell (5/22/2015)


    T_Peters (5/21/2015)


    I've run into various naming conventions that have caused problems over the years. One of my favorites was naming printers after the 7 Snow White dwarfs....

  • RE: How to target files in a certain sub dir with get-childitem

    Get-ChildItem D:\Data\Load -Directory | Get-ChildItem -Filter "*.zip" | Rename-Item -NewName {$_.name -replace ' ','-' } -whatif

    Get the folders, then within each folder get the ZIP files and for each ZIP...

  • RE: Invoke-SqlCmd output sql executed

    Have you tried:

    • -e parameter which echoes the input?
    • -Verbose parameter which outputs more information?
    • -WhatIf parameter which only outputs what it would do but does nothing?

Viewing 15 posts - 1,396 through 1,410 (of 3,221 total)