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

  • 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