远程sql服务器使用?
我在远程服务器上的开发 SQL Express 上有一个用户帐户。该帐户拥有授予它的所有权限,但是当我远程使用 SQL Express 时,我无法对表进行更改。如果我登录虚拟机并使用同一用户登录,我可以进行更改。
它说我不是数据库所有者或系统管理员。我想我可能需要使用所有权链或以某种方式将我的用户帐户指定为管理员?
谢谢。
这就是我所看到的:
http://fogcreek.com/FogBugz/kb/ error/SysAdminRole.html
我正在使用 SQL Server 身份验证,但我不是所有者,但拥有“授予”所有权限。
I've a user account on a development SQL express on a remote server. This account has all privileges granted to it but when I use SQL express remotely then I'm not able to make changes to tables. If I log into the virtual machine and sign in with same user I can make changes.
It says I'm not database owner or system administrator. I think I may need to use ownership chaining or somehow designate my user account as administrator?
Thanks.
This is what I'm seeing:
http://fogcreek.com/FogBugz/kb/errors/SysAdminRole.html
I'm using SQL Server Authentication but I'm not the owner but have 'grant' all rights.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知道了!这解释了如何将我的用户添加到适当的角色并解决问题。
https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-1061781.html?tag=mantle_skin
Got it! This explains how I can add my user to the appropriate role and that fixes the problem.
https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-1061781.html?tag=mantle_skin