我在 RDS 上创建了 MS SQL Server 并且是新手。
当我尝试创建架构时..
create schema test
19:27:36 [CREATE - 0 row(s), 0.000 secs] [Error Code: 15247, SQL State: S0001]
User does not have permission to perform this action.
... 1 statement(s) executed, 0 row(s) affected, exec/fetch time: 0.000/0.000 sec [0 successful, 0 warnings, 1 errors]
创建模式需要做什么?如何编辑权限?
如何以管理员身份运行?在 rds 中,我创建了一个名为 root 的用户。