摘要:
问题描述: 因为业务上的需要所以要对某些用户赋予表创建权限,当然不能让他瞎建。 所以把他控制在自己的schema下。解决方法: grant create table to user grant control on schema::name to user 这样用户就有了schema 建表的权限了。 阅读全文
posted @ 2013-03-19 11:02
Fanr_Zh
阅读(480)
评论(0)
推荐(1)
浙公网安备 33010602011771号