Ignoring users when deploying a database project from VS2008

database, visual-studio-2008

Solution

Sorry, not currently possible in the 2008 version of Visual Studio.

Problem

I am currently working on an application that has different permissions/users for the local development environment and test. I want to be able to ignore the users and permissions when deploying to either environment. Under the .sqldeployment file, there seems to only be options for ignoring permissions (IgnorePermissions) and role membership (IgnoreRoleMembership) for a user, but not for ignoring the users themselves. Is this possible?

Original source