注册 登录
编程论坛 SQL Server论坛

SQL server 2008 怎样赋于用户操作权限?

眼镜88 发布于 2010-05-27 15:48, 2056 次点击
在 SQL Server Management studio 中,创建PHPBB 论坛数据表出错如下:

数据库出现了一个致命且不可恢复的错误。这可能是由于您指定的用户没有 CREATE TABLES 或 INSERT 的权限等等,下面可能会给出进一步的信息。请首先考虑联络您的服务供应商,或是访问phpBB支持论坛,以得到进一步帮助。

install_install.php [ 1230 ]

SQL : INSERT INTO phpbb_forums (forum_name, forum_desc, left_id, right_id, parent_id, forum_type, forum_posts, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_poster_name, forum_last_poster_colour, forum_last_post_time, forum_link, forum_password, forum_image, forum_rules, forum_rules_link, forum_rules_uid, forum_desc_uid, prune_days, prune_viewed, forum_parents) VALUES ('我的第一个分区', '', 1, 4, 0, 0, 1, 1, 1, 1, 2, 'Admin', 'AA0000', 972086460, '', '', '', '', '', '', '', 0, 0, '')

[Microsoft][SQL Server Native Client 10.0][SQL Server]'Admin' ��������������

怎样赋予数据库用库权限?谢谢。
3 回复
#2
cnfarer2010-05-28 08:25
(管理员登录后)安全性-->登录名-->在要修改权限的登录名上单击右键-->属性...
#3
眼镜882010-05-28 13:35
以下是引用cnfarer在2010-5-28 08:25:21的发言:

(管理员登录后)安全性-->登录名-->在要修改权限的登录名上单击右键-->属性...

在 用户映射 设置如下:
只有本站会员才能查看附件,请 登录


#4
moluo2011-11-19 11:24
我在SQLServer2008里没有找到你们说的那个步骤。
我有个问题,为什么在windows7里只有使用管理员身份登录才可以有添加数据库的权限,有什么办法可以省去这一步。????
1