For entity framework 5, is it required to have full dbo access permissions and not just execute permissions when developing? The reason I ask is because when my team accessing the database, its through an account with elevated permissions, however to use the database when coding we simply use our windows accounts. Do our windows accounts need full access permissions?
↧