Can I ignore logins when publishing a Visual Studio Database project?
问题 We have a SQL Server that uses SQL Server Authentication, with users that can deploy, and others that can read, for the sake of simplicity, I'll call them "deploy" and "web". I'm having difficulty setting permissions up using a Visual Studio (2012) Database project, as the "deploy" user does not have sufficient permissions to create new server logins. I can add scripts to do things like: GRANT SELECT ON foo.bar TO [web] This then sulks (with "SQL71501: Permission has an unresolved reference