Testing Variables

  • Comments posted to this topic are about the item Testing Variables

  • Nice one to star the day on, thanks Steve.
    pretty easy for those of us that use Powershell on a regular basis

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”

  • Good question thanks Steve, learned something new.

    ...

  • if you are using the SQL module you can use $db.RecoveryModel = "Full", right?

    --------------------------------------
    ;-)“Everything has beauty, but not everyone sees it.” ― Confucius

  • chgn01 - Tuesday, January 9, 2018 10:05 AM

    if you are using the SQL module you can use $db.RecoveryModel = "Full", right?

    all versions of Powershell require comparison operator terms (e.g. -eq, -ne, -lt, -lte). one would only use "=" to assign a value to a variable.

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply