数据库软件无法正常使用

qinhaili1 2011-06-04 07:18:53
User Action
To avoid this error, grant CONNECT permission to the database that is named in the error message. You can grant CONNECT permission in one of the following ways:

Grant the specific login access to the named database. The following example grants the login AdventureWorks\Larry access to the msdb database.

USE msdb ;

GO

GRANT CONNECT TO [AdventureWorks\Larry] ;

Grant the CONNECT permission to the database named in the error message for the guest user. The following example grants the CONNECT permission to the msdb database for the user guest.

USE msdb ;

GO

GRANT CONNECT TO guest ;

我数据库软件使用附加数据库时,用不了,我查帮助的时候出现这样的,具体怎么操作呢?麻烦各位高手指教....谢谢了
...全文
42 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

2,209

社区成员

发帖
与我相关
我的任务
社区描述
其他数据库开发 其他数据库
社区管理员
  • 其他数据库社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧