visual studio 2013 - Ignore grant only difference in schema compare -


i have project in ssdt , tfs. when perform schema compare, differences include objects in difference grant in source not exist in imported local schema. schemacompare

i cannot find option in schema compare options force these ignored.

enter image description here

thanks guidance.

you need disable permissions in schema compare options.

  1. click black gear icon @ top of schema compare file.
  2. on object types tab find application-scoped > permissions , disable it.

enter image description here


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -