Sql Schema Compare - Ignore User Login not working

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
shoshanaTzi
Posts: 2
Joined: Thu 14 Jul 2022 05:06

Sql Schema Compare - Ignore User Login not working

Post by shoshanaTzi » Thu 14 Jul 2022 05:11

I try to use dbForge Schema Compare
I checked the "Ignore logins, certificates, asymmetric keys for users"
but it's still generate User Login like:

Code: Select all

CREATE USER [yonatan]
  WITHOUT LOGIN
Any solution?

dzhanhira
Devart Team
Posts: 239
Joined: Mon 26 Oct 2020 13:49

Re: Sql Schema Compare - Ignore User Login not working

Post by dzhanhira » Thu 14 Jul 2022 10:57

Kindly be informed that to ignore users, you need to uncheck them in the object filter after comparison

https://docs.devart.com/schema-compare- ... ilter.html

shoshanaTzi
Posts: 2
Joined: Thu 14 Jul 2022 05:06

Re: Sql Schema Compare - Ignore User Login not working

Post by shoshanaTzi » Sun 17 Jul 2022 04:32

Thanks, it's work!
I didn't recognize to this option

Post Reply