I'm trying to copy objects and data using the PS Transfer object.
I keep getting an error on sp_grantdbacces to a user-group which already exists in the destination. I don't want to transfer users/groups at all. Just the DB roles.
I have the following settings:
$xfr.CopyAllRoles = $true
$xfr.CopyAllLogins = $false
$xfr.CopyAllUsers = $false
Why am I getting this error?
Thanks!