Forum Replies Created

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

  • RE: Server Registration via SQL DMO

    Well, here is the script as it stands.

    It works..of course, everyone would modify as needed.

    Thanks guys for all your help!

    '  Declare variables

     Const ForReading = 1, ForWriting = 2

       Dim dmoApp,...

  • RE: Server Registration via SQL DMO

    I will.

    I will post it tomorrow from the office.

    I am also developing a few more and will post those as well.

  • RE: Server Registration via SQL DMO

    U R Da MAN!!!!

    dmoApp.ServerGroups.Item(1).RegisteredServers.Add(dmoRegServer)

    Thanks.

  • RE: Server Registration via SQL DMO

    Yes.  I can register them individually - all with trusted connections.

    The error is: The instruction ar "0x4240460c" referenced memory at......The memory could not be read."  This is in a modal...

  • RE: Server Registration via SQL DMO

    Thanks everyone...here is the new script.  It is still crashing on the first pass.

    '  Declare variables

     Const ForReading = 1, ForWriting = 2

       Dim dmoApp, dmoServerGroup, dmoRegServer

       Dim fso, MyFile, strServerName

     ...

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