Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ignore grant only difference in schema compare

I have a project in ssdt and tfs. When I perform a schema compare, I get differences which include objects in which the only difference is a GRANT in the source which does not exist in the imported local schema. SchemaCompare

I cannot find an option in schema compare options which will force these to be ignored.

enter image description here

Thanks for any guidance.

like image 872
Taersious Avatar asked Jul 13 '15 16:07

Taersious


1 Answers

You need to disable "Permissions" in the Schema Compare Options as follows:

  1. Click the black gear icon at the top of the schema compare file. (See picture)
  2. On the Object Types tab find Application-scoped > Permissions and uncheck it.

enter image description here

like image 117
Keith Avatar answered Oct 18 '22 10:10

Keith