使用Entity Framework数据库优先方法的最低数据库用户权限 [英] Minimum database user permissions using Entity Framework database first approach

查看:93
本文介绍了使用Entity Framework数据库优先方法的最低数据库用户权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在SQL Server中使用ASP.NET MVC应用程序中的实体框架数据库优先方法的数据库用户权限的最低设置是什么?

What is the minimum set of database user permissions in SQL Server using Entity Framework database first approach in an ASP.NET MVC app?

它仅可读和写吗?还是EF需要更多高级权限?

Is it only read and write or does EF need some more advanced permissions?

推荐答案

我们通常使用以下权限

Db访问管理员,
Db数据读取器
和db数据写入器。

Db Access admin, Db data reader And db data writer.

在大多数情况下,这些就足够了。

These were sufficient in most cases.

这篇关于使用Entity Framework数据库优先方法的最低数据库用户权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆