Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我授予特定用户 db_datawriter 对我们其中一个数据库的访问权限时,这些权限不起作用。我将用户的 Active Directory 帐户添加为登录名,然后将用户映射到数据库。然后,我以该用户身份登录到 SSMS 并在表上运行更新查询。这是我收到的错误:对象“tblSGDTSXOnOff”、数据库“GPS_UAT0”、模式“dbo”的更新权限被拒绝。如果我在不同的用户上尝试完全相同的东西,它工作正常。我看不到用户的明确拒绝权限,所以我不知道发生了什么。
有人有什么建议吗?
尝试同时授予 db_datareader 和 db_datawriter 访问权限。