When compare 2 dbs on different servers, I don't want to compare logins/users. I have tried using ignoreusers option (in API), but the generated script still try to create logins, is there any way I can totally ignore securities when I compare? thanks
feiyin
0

Comments

2 comments

  • Brian Donahue
    Hello,

    I suspect that what you want to do is ignore user and role objects as well. you can do this by setting their .selected properties to 'false' when you are in the bit of code that loops through all of the differences and sets the .selected property to 'true'.
    Brian Donahue
    0
  • feiyin
    Thanks, it works fine now
    feiyin
    0

Add comment

Please sign in to leave a comment.