摘要: execute sp_addlogin 'ACUser', 'abc.123','hr_skyworth';--给安财创建用户 exec sp_adduser 'ACUser' grant select on V_EmpInfoForAC to ACUser grant select on V_DeptInfoForAC to ACUser 阅读全文
posted @ 2013-06-02 17:20 Tom Fan 阅读(264) 评论(0) 推荐(0) 编辑