Ignore securities
feiyin
Posts: 3
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
This discussion has been closed.
Comments
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'.