September 12, 2018 at 11:35 am
Comments posted to this topic are about the item dba_CopyLogins
September 24, 2018 at 4:03 pm
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!
March 12, 2019 at 12:44 pm
In your example there is a typo
exec dba_CopyLogins @ParnterServer = 'PrimaryReplica'
Should be
exec dba_CopyLogins @PartnerServer = 'PrimaryReplica'
March 12, 2019 at 1:26 pm
jimmy.white 20227 - Tuesday, March 12, 2019 12:44 PMIn your example there is a typoexec 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