本文介绍了您无权使用批量加载语句的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我收到了错误消息
当我尝试执行存储过程时.
when I try to execute a stored procedure.
我已经看到一些网站提及 bulkadmin
角色,但我没有看到它.
I've seen some websites mentioning about the bulkadmin
role, but I don't see it.
我正在使用SQL Server 2008.
I'm using SQL Server 2008.
有什么想法吗?
推荐答案
- 启动SQL Server Managament Studio
- 扩展安全性->登录
- 找到您的用户,右键单击它并获取属性
- 打开服务器角色选项卡
- 确保已选中
bulkadmin
. - 如果
bulkadmin
对您不起作用,您可以在那里尝试其他角色. - 单击确定:)
- Start SQL Server Managament Studio
- Expand Security->Logins
- Locate your user, right click on it and take Properties
- Open Server Roles tab
- Make sure that
bulkadmin
is checked. - There you can experiment with other roles if
bulkadmin
doesn't work for you. - Click OK :)
这篇关于您无权使用批量加载语句的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!