本文介绍了SQL Server:读取数据库图的权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
能否请您告知,授予用户访问SQL Server 2005中的数据库图的权限需要什么权限?
Could you please advise, what are permissions required to give user access to read Database diagrams in SQL Server 2005?
非常感谢!
推荐答案
所以,db_owner/dbo是最好的
So, db_owner/dbo is best
这篇关于SQL Server:读取数据库图的权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!