When running "Microsoft SQL Server Data Tools, Schema Compare" then I would like to run as a user that is unable to change anything.
It looks like the SQL it mostly write is stuff like
select
whatever
from sys.something
Is there a group in SQL Server intended for this type of user, or what would be best security for these?