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