Does anyone know if there is a way to ignore users and roles when performing an "Import Database Objects and Settings" on a new SQL Server 200X Database Project from within Visual Studio 2010? I have tried setting these object types to ignore within Tools/Options/Database Tools/Schema Compare/Object Types, but that didn't seem to work. Every time I import the schema, I get the users (Schema Objects/Database Level Objects/Security/Users) and roles (Schema Objects/Database Level Objects/Security/Roles/Database Roles) as well. Also, it always creates a DATABASENAME.rolememberships.sql file. My workaround has been to manually delete all of these auto-generated sql scripts, but I was wondering if there was a more elegant solution to the problem. Thanks in advance.