Quote: 引用:1.建立登录帐号(login).2.授权grant select on DataPool.V_BI_DISTRIBUTOR_BP to [登录名]grant select on DataPool.V_BI_DISTRIBUTOR_BP_INFO to [登录名]grant select on DataPool.V_BI_DISTRIBUTOR_MASTER to [登录名]用架构来控制权限的分配试过没有?
1.建立登录帐号(login).2.授权grant select on DataPool.V_BI_DISTRIBUTOR_BP to [登录名]grant select on DataPool.V_BI_DISTRIBUTOR_BP_INFO to [登录名]grant select on DataPool.V_BI_DISTRIBUTOR_MASTER to [登录名]
Quote: 引用:可以通过架构来实现权限的分配。控制架构的话,我这个DataPool架构下还有其他的视图呢,可以精确控制吗?
可以通过架构来实现权限的分配。