在 Visual Studio 2010 数据库项目中,如何使指定用户成为架构的所有者?
正如标题所示,我在数据库项目中定义了一个用户,需要对其进行设置,以便它是特定架构的所有者。我如何在数据库项目中定义它?
我需要修改架构的创建,使其看起来像: 创建架构<>授权>> 创建角色>>授权 [dbo]
但我不确定它到底去哪儿了。
As the title says, I have a user defined in my DB project that needs to be setup so that it is the owner of a specific Schema. How do I define that in the DB project?
I need to modify the creation of the Schema so that it looks like:
CREATE SCHEMA <> AUTHORIZATION <>
CREATE ROLE <> AUTHORIZATION [dbo]
But I'm not sure where exactly it goes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论