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.
我们正在将 Sybase 12 升级到 Sybase 15.7。由于 Sybase15 中的角色 id 冲突,12.5 的 sysroles 不能很好地迁移。因此,我们被建议删除 sysroles 并根据 syssrvroles 重新创建它。在此过程中,我们以某种方式将 user:sa 的“sa_role”丢失到了我们的应用程序数据库中。
我们如何重新分配角色,因为没有用户具有 sa_role 权限。
尝试这个:
sp_role "grant","sa_role", sa