积极答复者
为什么权限会这么奇怪?

问题
答案
-
Grant exec permission then try again.
- 已建议为答案 WeiLin QiaoModerator 2011年7月6日 1:35
- 已标记为答案 WeiLin QiaoModerator 2011年7月7日 2:14
全部回复
-
Can't run sp without exec permission on it, unless user has dbo rights or is creator of the sp.
Yeah.The user is the creator of the sp.but when exec it,it shows that there is no permission to run it.
If you haven't all the things you want,be grateful for the things you don't have that you didn't want. -
The sp owned by that use? Need exec permission if not.
是的。本来最开始的时候只是datareader和datawriter的权限,但是后来不知道什么时候加了一个ddladmin的权限,所以可以创建SP。 当时他们可以使用账号创建SP,里面仅仅是操作数据的权限,但是一执行这个SP的时候 就报错了。。。提示没权限
If you haven't all the things you want,be grateful for the things you don't have that you didn't want. -
Grant exec permission then try again.
- 已建议为答案 WeiLin QiaoModerator 2011年7月6日 1:35
- 已标记为答案 WeiLin QiaoModerator 2011年7月7日 2:14