Home Forums Programming Powershell How to exclude replication stored procedures from a script? RE: How to exclude replication stored procedures from a script?

  • schleep (6/26/2012)


    Confirmed.

    Set-Location SQLSERVER:\SQL\MyServer\Default\Databases\MyDB\StoredProcedures

    dir | select name

    does not return any system sprocs. I wonder why the repl sprocs would fall into the user category.

    Weird...

    P

    Indeed. This was quite an entertaining exercise nonetheless 😛

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato