Arvixe 托管和 Visual Studio SQL Server 数据库项目
我正在使用 Arvixe 托管我的 sql 服务器和网站,并希望开始使用 Visual Studio SQL Server 数据库项目管理我的数据库,以便我可以在后端获得一些源代码控制。
当我尝试编写数据库的 CREATE TO 语句脚本或使用 Visual Studio 的导入向导时,出现权限错误:
需要 VIEW DEFINITION、ALTER ANY LOGIN 和 SELECT ON sys.sql_expression_dependencies 或成为 db_owner 角色的成员。
code>
有没有人有幸使用 Visual Studio 数据库项目管理 Arvixe sql 服务器数据库,或者有任何在没有这些权限的情况下使用这些工具的提示?到目前为止,他们的技术支持还无法提供帮助。
编辑:我是 db_owner 的成员,但我认为 Arvixe 限制权限,因为它是共享服务器实例。
I am using Arvixe to host my sql server and websites, and would like to begin managing my database with a Visual Studio SQL Server database project so that I can get some source control going on the backend.
When I try to script my database's CREATE TO statement or use Visual Studio's import wizard, I get a permissions error:
Requires VIEW DEFINITION, ALTER ANY LOGIN, and SELECT ON sys.sql_expression_dependencies or be a member of db_owner role.
Has anyone had any luck managing an Arvixe sql server database with Visual Studio Database Projects, or have any tips for using the tools without those permissions? Their Tech support has been unable to help so far.
Edit: I am a member of db_owner, but i think Arvixe restricts permissions since its a shared server instance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有足够的数据库权限。您必须拥有 db_owner 权限。
you don't have enough permission on database. you must to have db_owner permission.