EF Core with SQL Server persistence requires VIEW SERVER STATE permissions?

本秂侑毒 提交于 2019-12-11 04:53:22

问题


If I use EF Core against SQL Server, and the user account on the connection does not have permissions for VIEW SERVER STATE on object 'server', database 'master', the operation will fail with a DBUpdateException stating that this permission is missing.

What is EF Core trying to do that requires this permission? Is there any way for me to disable whatever it is doing that requires it? or do I have to add this permission?

来源:https://stackoverflow.com/questions/46347476/ef-core-with-sql-server-persistence-requires-view-server-state-permissions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!