dba_CopyLogins

  • Comments posted to this topic are about the item dba_CopyLogins

  • This is amazing. I have created the proc and then created an agent job that executes this nightly on all of my replicas. Thank you!

  • In your example there is a typo

    exec dba_CopyLogins @ParnterServer = 'PrimaryReplica'
    Should be
    exec dba_CopyLogins @PartnerServer = 'PrimaryReplica'

  • jimmy.white 20227 - Tuesday, March 12, 2019 12:44 PM

    In your example there is a typo

    exec dba_CopyLogins @ParnterServer = 'PrimaryReplica'
    Should be
    exec dba_CopyLogins @PartnerServer = 'PrimaryReplica'

    Thanks. I'm trying to figure out how to fix it but haven't found a way to edit the post.

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

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